/*
Theme Name: Vignette
Theme URI: https://woocommerce.com/products/vignette/
Author: Viva Themes
Author URI: https://vivathemes.com/
Description: Responsive full site editing theme.
Requires at least: 5.9
Tested up to: 6.3.1
Requires PHP: 5.6
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
Text Domain: vignette
Domain Path: /languages/

Vignette Theme, (C) Viva Themes

*/

/*
 * Font smoothing.
 * This is a niche setting that will not be available via Global Styles.
 * https://github.com/WordPress/gutenberg/issues/35934
 */

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

/*
 * Text and navigation link styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

p {
	max-width: 840px;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

a {
	text-decoration: underline;
	transition: all .3s ease;
}

.has-background-color a {
	color: var(--wp--preset--color--background);
}

a:hover,
a:focus {
	text-decoration: none;
	transform: none !important;
}

.icon-container {
	transition: all .3s ease;
}

.icon-container:hover {
	opacity: .7;
	cursor: pointer;
}

a:active {
	text-decoration: underline;
}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration: none;
	text-decoration-style: solid;
}

.wp-block-cover__inner-container {
	width: 100% !important;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
	color: #fff;
}

.headerleft {
	width: 25%;
	float: left;
}

.logoblock {
	width: 50%;
	float: left;
}

.headerright {
	width: 25%;
	float: right;
}

.wp-block-site-logo {
	background: rgba(255, 255, 255, .4);
	padding: 15px;
	padding-top: 25px;
	border-radius: 0 0 40px 40px;
}

.wp-block-site-title a {
	text-decoration: none;
}


@media screen and (max-width: 420px) {

	.headerleft,
	.headerright {
		gap: 10px !important;
		width: 15%;
	}

	.logoblock {
		width: 70%;
	}
}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

.wp-block-search__button,
.wp-block-file .wp-block-file__button {
	background-color: var(--wp--preset--color--primary);
	border-radius: 0;
	border: none;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	padding: calc(.667em + 2px) calc(1.333em + 2px);
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
	padding: 15px 44px;
}

/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	-webkit-animation: pulsate 1s;
	animation: pulsate 1s;
	box-shadow: 0 0 0 2em transparent;
}

@-webkit-keyframes pulsate {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
	}
}

@keyframes pulsate {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .3);
	}
}

/*
 * Alignment styles.
 * These rules are temporary, and should not be relied on or
 * modified too heavily by themes or plugins that build on
 * Twenty Twenty-Two. These are meant to be a precursor to
 * a global solution provided by the Block Editor.
 *
 * Relevant issues:
 * https://github.com/WordPress/gutenberg/issues/35607
 * https://github.com/WordPress/gutenberg/issues/35884
 */

.wp-site-blocks,
body>.is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"]>.wp-block-group,
.is-root-container .wp-block[data-align="full"]>.wp-block-cover {
	padding-left: var(--wp--custom--spacing--outer);
	padding-right: var(--wp--custom--spacing--outer);
	overflow-x: hidden;
}

.wp-site-blocks .alignfull,
.wp-site-blocks>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-cover,
.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background,
.wp-site-blocks>.wp-block-template-part>.wp-block-cover,
body>.is-root-container>.wp-block-cover,
body>.is-root-container>.alignfull,
body>.is-root-container>.wp-block-template-part>.wp-block-group.has-background,
body>.is-root-container>.wp-block-template-part>.wp-block-cover,
.is-root-container .wp-block[data-align="full"] {
	margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
	width: unset;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"]>*:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

header ul.wp-block-navigation__container {
	gap: 3rem;
}

header ul.wp-block-navigation__container li a {
	transition: all .3s ease;
}

header ul.wp-block-navigation__container li.current-menu-item,
header ul.wp-block-navigation__container li:hover {
	transition: all .3s ease;
}

header .wp-block-navigation .wp-block-navigation__submenu-icon {
	background: none !important;
	transition: all .3s ease;
}

header ul.wp-block-navigation__container li:hover .wp-block-navigation__submenu-icon {}

header .wp-block-navigation::after {}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open::after {
	transform: scale(60);
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
	width: 22px;
	height: 22px;
}

.wp-block-navigation__responsive-container-open svg {
	display: none;
}

.wp-block-navigation__responsive-container-open {
	position: relative;
	width: 42px;
	height: 13px !important;
}

.wp-block-navigation__responsive-container-open::before {
	content: '';
	width: 100%;
	height: 2px;
	background: var(--wp--preset--color--foreground);
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s ease;
}

.wp-block-navigation__responsive-container-open::after {
	content: '';
	width: 30px;
	height: 2px;
	background: var(--wp--preset--color--foreground);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease;
}

.has-background-color .wp-block-navigation__responsive-container-open::before,
.has-background-color .wp-block-navigation__responsive-container-open::after {
	background: var(--wp--preset--color--background);
}

.wp-block-navigation__responsive-container-open:hover::after {
	width: 100%;
}

.wp-block-navigation__responsive-container-close {
	top: 50px;
	left: 50px;
	display: none;
}

.wp-block-navigation__responsive-close {
	margin: 0 !important;
}

.admin-bar .wp-block-navigation__responsive-close {
	margin-top: -32px !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-close {
	display: block;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container {
	opacity: 0;
	transition: opacity .3s;
	display: block;
	height: 100%;
	width: 0;
	top: 0;
	left: 0;
	scrollbar-width: thin;
	scrollbar-color: #cccccc #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-Color: #ffffff;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	scrollbar-width: thin;
	scrollbar-color: #cccccc #ffffff;
	scrollbar-face-color: #cccccc;
	scrollbar-arrow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-darkshadow-Color: #ffffff;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content::-webkit-scrollbar {
	width: 1px;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container::-webkit-scrollbar-thumb {
	background-color: transparent;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	opacity: 1;
	transition: opacity .3s;
	height: 100%;
	width: 100%;
	padding: 0;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .2) !important;
	backdrop-filter: blur(10px);
}

.wp-block-navigation__responsive-container .wp-block-navigation__container {
	opacity: 0;
	margin-top: 100px;
	visibility: hidden;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
	opacity: 1;
	visibility: visible;
	transition: all .5s ease;
	transition-delay: .7s;
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
	width: 0;
	display: block !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	width: 100%;
	max-width: 480px;
	height: 100vh;
	padding-left: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	background: var(--wp--preset--color--background);
	border-right: solid 1px var(--wp--preset--color--tertiary);
	transition: all .6s ease;
	transition-delay: .2s;
	overflow-y: auto;
}

.wp-block-navigation__responsive-container li {
	width: 100%;
	display: block;
}

.wp-block-navigation__responsive-container li a:hover,
.wp-block-navigation__responsive-container li.current-menu-item a {
	opacity: .6;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
	padding-top: 0;
}

header a.wp-block-navigation-item__content {
	color: var(--wp--preset--color--foreground) !important;
}

.wp-block-navigation__responsive-container li ul li a {
	color: var(--wp--preset--color--secondary) !important;
	font-weight: 300;
	margin-top: 10px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
	padding-left: 0;
	padding-right: 0;
}

header.alignwide.wp-block-template-part {
	margin: 0;
}

.alignwide {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-cover {
	overflow: hidden;
}

.largeheader {
	overflow: hidden;
	height: 100vh;
}

.small-header {
	padding-top: 0;
}

.box {
	width: 1300px;
	height: 1300px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -700px;
	position: absolute;
	right: -300px;
	z-index: -1;
}

.box div {
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 40%;
	position: absolute;
	animation: animatboxodelic 20s infinite;
}

.box div:nth-child(1) {
	width: 600px;
	height: 300px;
	animation-delay: 80ms;
}

.box div:nth-child(2) {
	width: 750px;
	height: 450px;
	animation-delay: 160ms;
}

.box div:nth-child(3) {
	width: 900px;
	height: 600px;
	animation-delay: 240ms;
}

.box div:nth-child(4) {
	width: 1050px;
	height: 750px;
	animation-delay: 320ms;
}

.box div:nth-child(5) {
	width: 1200px;
	height: 900px;
	animation-delay: 400ms;
}

.box div:nth-child(6) {
	width: 1350px;
	height: 1050px;
	animation-delay: 480ms;
}

@keyframes animatboxodelic {
	0% {
		border-color: rgba(255, 255, 255, .2);
	}

	100% {
		border-color: rgba(255, 255, 255, .2);
	}

	to {
		transform: rotate(0.04turn);
	}
}

/* Features block */


.productfeatures .wp-block-cover__inner-container {
	max-width: 1300px;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2 {
	padding-top: 100px;
	position: relative;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2:nth-child(1) {
	padding-top: 0;
	margin-top: 10px;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2:nth-child(1)::before {
	display: none;
}

.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column h2::before {
	content: '';
	width: 1px;
	height: 60px;
	top: 10px;
	left: 3px;
	position: absolute;
	display: block;
	background: var(--wp--preset--color--tertiary);
	opacity: .5;
}

/* Process block */

.processblock .wp-block-column {}

.processblock .wp-block-cover {
	border-radius: 20px;
}

.processblock .wp-block-column .wp-block-group {
	margin: 60px;
	margin-left: 0;
	max-width: 400px;
}

.processblock .wp-block-column .wp-block-group h2 {
	max-width: 290px;
}

.featuredcat .wp-block-woocommerce-featured-category {
	min-height: 360px !important;
	height: 360px;
}

.featuredcat .wp-block-woocommerce-featured-category .wp-block-button__link {
	padding: 8px 34px;
}

.wc-block-featured-category.alignfull p,
.wp-block-cover p {
	max-width: 100%;
}


/* Partners block */

.partners img:hover {
	opacity: .6;
}

/* Team block */

.teammebers {
	margin-left: 1px;
	margin-top: 1px;
}

.teammembers p {
	margin-top: 5px;
}

.teammembers .wp-block-column {
	border: solid 1px var(--wp--preset--color--tertiary);
	padding: 20px;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
	margin-left: -1px;
	margin-top: -1px;
}

.teammembers ul {
	margin-top: 20px;
}

.teammembers .wp-block-social-links.is-style-logos-only .wp-social-link:hover {
	transform: scale(1);
	opacity: .7;
	transition: all .3s ease;
}

@media screen and (max-width: 781px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 40% !important;
	}

	.teammembers .wp-block-column {
		max-width: 50%;
	}
}

@media screen and (max-width: 460px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 100% !important;
	}

	.teammembers .wp-block-column {
		max-width: 100%;
	}
}

/*
 * Blog Layout.
 */

h2.wp-block-post-title a {
	text-decoration: none;
}

h2.wp-block-post-title a:hover {
	opacity: .6;
}

.no-featured-image header .wp-block-cover {
	min-height: 300px !important;
}

.no-featured-image header .is-layout-constrained {
	padding-bottom: 0 !important;
}

.no-featured-image header .wp-block-cover .wp-block-spacer {
	display: none;
}

.no-featured-image header .wp-block-cover-image .wp-block-cover__inner-container,
.no-featured-image header .wp-block-cover .wp-block-cover__inner-container {
	color: var(--wp--preset--color--foreground) !important;
}

.no-featured-image header .has-background-color a,
.no-featured-image header .has-background-color {
	color: var(--wp--preset--color--foreground) !important;
}

.no-featured-image .has-background-color .wp-block-navigation__responsive-container-open::before,
.no-featured-image .has-background-color .wp-block-navigation__responsive-container-open::after {
	background: var(--wp--preset--color--foreground);
}

.no-featured-image header .has-foreground-background-color {
	opacity: 0 !important;
}

.wp-block-post time {
	margin-top: 30px;
	display: block;
}

.wp-block-post time a {
	background-color: var(--wp--preset--color--foreground);
	border-radius: 35px;
	border-width: 2px;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	padding: 15px 44px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	line-height: var(--wp--custom--typography--line-height--normal);
}

.wp-block-post time a:hover {
	-webkit-animation: pulsate 1s;
	animation: pulsate 1s;
	box-shadow: 0 0 0 2em transparent;
}

.wp-block-query-pagination a {
	text-decoration: none;
	line-height: 100%;
	border: solid 1px var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--foreground);
	display: inline-block;
}

.wp-block-query-pagination a:hover {
	opacity: .6;
}

.wp-block-query-pagination-numbers a {
	height: 32px;
	width: 32px;
	line-height: 32px;
	text-align: center;
}

.wp-block-query-pagination-numbers span.current {
	height: 32px;
	width: 32px;
	border: solid 1px var(--wp--preset--color--foreground);
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	display: inline-block;
	line-height: 32px;
	text-align: center;
}

a.wp-block-query-pagination-previous,
a.wp-block-query-pagination-next {
	height: 32px;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
}

h1.wp-block-query-title {}

h1.wp-block-query-title span {
	font-weight: 500;
}

.postdetails {}

.tagicon,
.dateicon {
	width: 24px;
	float: left;
	stroke: var(--wp--preset--color--primary);
	margin-right: 10px;
}

.postdetails time {
	margin-top: 0;
	display: inline-block;
	font-style: normal;
}

.postdetails time:before {
	content: "\f145";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

.postdetails .taxonomy-category:before {
	content: "\f318";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

.postdetails .taxonomy-post_tag:before {
	content: "\f323";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 24px/1 'Dashicons';
	vertical-align: top;
	margin-right: 10px;
}

ol.commentlist {
	margin: 0;
	padding: 0;
}

li.comment {
	padding: 40px !important;
	border: solid 1px var(--wp--preset--color--tertiary);
	box-sizing: border-box;
	margin-bottom: 30px;
	list-style: none;
}

li.comment ul.children {
	padding-top: 30px;
	padding-left: 0;
}

footer.comment-meta {
	margin-block-start: 0 !important;
}

.wp-block-post-comments .comment-author .avatar {
	margin-top: 0;
}

.wp-block-post-comments .comment-author {
	line-height: 32px;
}

.wp-block-post-comments .reply a {
	background-color: var(--wp--preset--color--foreground);
	border-radius: 35px;
	border-width: 2px;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	padding: 15px 44px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
}

.wp-block-post-comments .reply a:hover {
	-webkit-animation: pulsate 1s;
	animation: pulsate 1s;
	box-shadow: 0 0 0 2em transparent;
}

#commentform textarea,
#commentform .comment-form-author input,
#commentform .comment-form-email input,
#commentform .comment-form-url input {
	border: solid 1px var(--wp--preset--color--tertiary);
	width: 100%;
	padding: 14px 8px;
}

.wp-block-post-comments input[type=submit] {
	border: solid 2px !important;
	line-height: var(--wp--custom--typography--line-height--normal);
	border-color: var(--wp--preset--color--foreground) !important;
	width: auto !important;
}

input#wp-comment-cookies-consent {
	width: auto !important;
}

/* Contact Form 7 Style */

.wpcf7 {
	margin-top: 10px;
	float: left;
	clear: left;
	width: 100%;
}

.wpcf7 textarea,
.wpcf7 input {
	padding: 14px 8px;
	margin-bottom: 0;
	margin-top: 3px;
	width: 100%;
	box-sizing: border-box;
	border: solid 1px var(--wp--preset--color--tertiary);
	outline: none;
	float: left;
	border-radius: 0px;
}

.wpcf7 p {
	width: 100%;
	float: left;
	clear: none;
}

.wpcf7 label {
	margin-bottom: 10px;
}

.wpcf7 label span.required {}

.wpcf7 input.wpcf7-submit {
	background-color: var(--wp--preset--color--foreground);
	border: solid 2px var(--wp--preset--color--foreground);
	border-radius: 35px;
	border-width: 2px;
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	padding: 15px 44px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	display: inline-block;
	line-height: var(--wp--custom--typography--line-height--normal);
	width: auto;
	cursor: pointer;
}

.wpcf7 input.wpcf7-submit:hover {
	-webkit-animation: pulsate 1s;
	animation: pulsate 1s;
	box-shadow: 0 0 0 2em transparent;
}

.wpcf7 p {
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: none;
}

span.wpcf7-not-valid-tip,
div.wpcf7-response-output {
	float: left;
}

.wp-block-separator {
	border-bottom-width: 1px;
}

@-webkit-keyframes widthOut {
	0% {
		opacity: 0;
		width: 0;
	}

	100% {
		opacity: 1;
		width: 100%;
	}
}

@keyframes widthOut {
	0% {
		opacity: 0;
		width: 0;
	}

	100% {
		opacity: 1;
		width: 100%;
	}
}

.widthOut.go {
	-webkit-animation-name: widthOut;
	animation-name: widthOut;
	animation-duration: 2s;
}

footer {
	margin-block-start: 100px !important;
}

.single-product footer {
	margin-block-start: 0 !important;
}

.footercontent .wp-block-navigation__submenu-container,
.footercontent .wp-block-navigation__container,
.footercontent .wp-block-navigation .wp-block-navigation-item {
	display: block !important;
}

.footercontent .wp-block-navigation .wp-block-navigation-item__content {
	display: inline-block;
	color: var(--wp--preset--color--secondary)
}

.footercontent .wp-block-navigation__container {
	gap: 0;
}

.footercontent .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	background-color: transparent;
	border: none;
}

.footercontent .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: auto;
	position: relative;
	overflow: inherit;
}

.footercontent .wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
	display: inline-block;
	padding: 0;
}

.footercontent .wp-block-navigation .wp-block-navigation__submenu-icon {
	display: none;
}

.footercontent ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.footercontent ul ul li {
	margin-top: 5px;
}

.footercontent ul ul li::before {
	content: '';
	width: 8px;
	height: 1px;
	background-color: var(--wp--preset--color--secondary);
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-right: 5px;
}

.footercontent ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 2px;
	margin-bottom: 10px;
}

.footercontent ul li a {
	text-decoration: none;
	position: relative;
}

.footercontent ul li a:before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 50%;
	height: 1px;
	background-color: var(--wp--preset--color--tertiary);
	transform: scaleX(0);
	transform-origin: bottom left;
	transition: transform 0.3s;
}

.footercontent ul li a:after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 50%;
	height: 1px;
	background-color: var(--wp--preset--color--tertiary);
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}

.footercontent ul li a:hover:before {
	transform: scaleX(1);
}

.footercontent ul li a:hover:after {
	transform: scaleX(1);
}

footer .copyinfo ul li a:hover {
	text-decoration: none !important;
	opacity: .8;
}

footer a.wp-block-social-link-anchor {
	border: solid 2px var(--wp--preset--color--secondary) !important;
	padding: 10px 30px !important;
	transition: all .3s ease;
	margin-top: 3px;
	margin-left: -2px;
	margin-right: -2px;
}

footer a.wp-block-social-link-anchor:hover {
	opacity: .8;
}

footer a.wp-block-social-link-anchor svg {
	width: 24px !important;
	height: 24px !important;
}

footer li:hover {
	transform: none !important;
}

footer ul li a.wp-block-social-link-anchor:before,
footer ul li a.wp-block-social-link-anchor:after {
	display: none !important;
}

@media screen and (max-width: 781px) {

	.has-max-130-font-size {
		font-size: 94px !important;
	}

	.largeheader .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: 50% !important;
	}

	.largeheader .wp-block-columns {
		margin-top: 50px;
	}

	footer .has-text-align-right {
		text-align: left;
	}
}

@media screen and (max-width: 550px) {
	.partners .is-nowrap {
		flex-wrap: wrap;
	}

	.has-max-130-font-size {
		font-size: 74px !important;
	}

	.productfeatures .wp-block-column:nth-child(2) .wp-block-columns .wp-block-column:nth-child(1) h2 {
		margin-top: 50px;
	}
}

/* WooCommerce Styling */

input,
button,
textarea {
	font-family: var(--wp--preset--font-family--primary);
}

#wrapper {
	position: relative;
}

#search-panel {
	display: none;
	background: var(--wp--preset--color--background);
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	top: 0;
	width: 100%;
	z-index: 900;
	margin: 0;
	padding: 60px;
	box-sizing: border-box;
	padding-bottom: 40px;
	max-width: 1300px;
	border: solid 1px var(--wp--preset--color--tertiary);
	border-top: none;
}

#search-panel input.search-field {
	border: none;
	border-bottom: solid 1px var(--wp--preset--color--tertiary);
	outline: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	color: var(--wp--preset--color--foreground);
	font-weight: 400;
	width: 100%;
	line-height: 200%;
	padding: 0 5px;
}

#search-panel label {
	display: none;
}

#search-panel button {
	display: none;
}

.search-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 32px;
	height: 32px;
}

.search-close svg {
	width: 22px;
	height: 22px;
	fill: var(--wp--preset--color--foreground);
}

.wc-block-mini-cart__button {
	padding: 0;
	cursor: pointer;
	transition: all .3s ease;
}

.wc-block-components-drawer:after {
	opacity: 1;
	border-color: var(--wp--preset--color--tertiary);
}

.wc-block-mini-cart__icon {
	width: 32px !important;
	height: 32px !important;
}

.wc-block-mini-cart__badge {
	font-weight: 400;
	border: 1px solid;
	z-index: 0;
	background-color: inherit;
	color: inherit;
}

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(255, 255, 255, .2);
	backdrop-filter: blur(10px);
}

.wc-block-mini-cart__drawer {
	opacity: 0;
	transition: opacity 0.3s ease;
}

.wc-block-mini-cart__drawer .components-modal__header svg {
	cursor: pointer;
}

h2.wc-block-mini-cart__title {
	font-size: var(--wp--preset--font-size--upper-medium);
	float: left;
}

.wc-block-mini-cart-items .wc-block-cart-items__row {
	display: block !important;
	padding: 0 !important;
	margin-top: 20px;
}

.wc-block-mini-cart-items .wc-block-cart-item__product {
	display: block;
	width: 100%;
}

.wc-block-mini-cart-items .wc-block-cart-item__wrap {
	display: block;
	float: left;
	width: 100%;
}

.wc-block-mini-cart-items .wc-block-cart-item__quantity {
	display: block;
	float: right;
	margin-top: -30px;
	padding: 0 !important;
}

.wc-block-mini-cart-items .wc-block-components-quantity-selector {
	border-radius: 0;
	border-color: var(--wp--preset--color--foreground);
	width: 87px;
}

.wc-block-components-quantity-selector:after {
	border-radius: 0;
	opacity: 1;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	min-width: 20px;
	font-weight: 500;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	opacity: 1;
}

.wc-block-mini-cart-items .wc-block-cart-item__image {
	display: block;
	width: 100%;
	padding-right: 0;
	height: 140px;
	margin-bottom: 20px;
	overflow: hidden;
}

.wc-block-mini-cart-items .wc-block-components-product-image {
	top: -100%;
}

.wc-block-mini-cart-items .wc-block-components-product-name {
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	float: left;
	font-weight: 500;
	font-size: var(--wp--preset--font-size--medium);
}

.wc-block-mini-cart-items span.price.wc-block-components-product-price {
	clear: left;
	display: inline-block;
	float: left;
}

.wc-block-mini-cart-items .wc-block-cart-item__total-price-and-sale-badge-wrapper,
.wc-block-mini-cart-items .wc-block-components-product-badge,
.wc-block-mini-cart-items .wc-block-components-product-metadata {
	display: none;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button,
.wc-block-components-totals-item__value,
.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
	font-weight: 600;
	font-size: var(--wp--preset--font-size--medium);
	text-transform: uppercase;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button {
	font-size: var(--wp--preset--font-size--small);
}

.wc-block-components-button:not(.is-link) {
	border-radius: 0 !important;
	opacity: 1 !important;
	text-transform: uppercase;
	transition: all .3s ease;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button:hover {
	opacity: .7 !important;
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover {
	background-color: transparent;
	color: var(--wp--preset--color--foreground);

}

.attachment-woocommerce_thumbnail {
	transition: all .3s ease;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0;
	font-size: var(--wp--preset--font-size--medium);
	text-transform: uppercase;
	font-weight: 500;
}

.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price {
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
	font-size: var(--wp--preset--font-size--small) !important;
	font-weight: 400;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-top: 10px;
}

.woocommerce ul.products li.product .button {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	position: absolute;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
	padding: 16px 24px;
	border-radius: 4px;
	text-transform: uppercase;
	transition: all .3s ease;
	text-align: center;
	opacity: 0;
}

.woocommerce ul.products li.product:hover .button {
	bottom: 110px;
	opacity: 1;
}

.woocommerce ul.products li.product:hover .button:hover {
	opacity: .7;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading {
	color: transparent;
	position: relative;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.loading::after {
	content: '';
	width: 24px;
	height: 24px;
	border: dashed 1px var(--wp--preset--color--background);
	border-radius: 50%;
	margin-left: -9px;
	left: 50%;
	top: 15px;
}

.woocommerce .loader:before {
	background-image: none;
	width: 24px;
	height: 24px;
	border: dashed 2px var(--wp--preset--color--primary);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.woocommerce .blockUI.blockOverlay:before {
	background-image: none;
	width: 24px;
	height: 24px;
	border: dashed 2px var(--wp--preset--color--primary);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -12px;
	margin-top: -12px;
}

.single-product .summary .blockUI.blockOverlay:before {
	display: none;
}

.single-product .summary button.single_add_to_cart_button.added::after {
	position: absolute;
	right: 40px;
}

.woocommerce span.onsale {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	font-weight: 400;
	border: none;
	border-radius: 0;
	left: .5em;
	top: .5em;
	line-height: 20px;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	min-height: 20px;
}

.single-product span.onsale {
	display: none;
}

.woocommerce ul.products li.product .onsale {
	margin: .5em .5em 0 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: var(--wp--preset--color--tertiary);
	font-weight: 600;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: var(--wp--preset--color--tertiary);
}

.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: var(--wp--preset--color--background);
	border-radius: 0px;
	border: solid 1px var(--wp--preset--color--foreground) !important;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	width: auto;
	min-width: 240px;
	clear: none;
	margin-top: -55px;
	color: var(--wp--preset--color--foreground);
	z-index: 90;
}

.nice-select:hover {
	font-weight: 400;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: var(--wp--preset--color--secondary);
}

.nice-select:after {
	border-bottom: 1px solid var(--wp--preset--color--secondary);
	border-right: 1px solid var(--wp--preset--color--secondary);
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: var(--wp--preset--color--tertiary);
	color: var(--wp--preset--color--secondary);
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: var(--wp--preset--color--tertiary);
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: -1px;
}

.nice-select.small {
	font-size: var(--wp--preset--font-size--small);
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: var(--wp--preset--color--background);
	border: solid 1px var(--wp--preset--color--foreground);
	border-radius: 0px;
	color: var(--wp--preset--color--foreground);
	box-sizing: border-box;
	margin-top: 0;
	opacity: 0;
	left: -1px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
	top: 100%;
	min-width: 240px;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;

}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	box-sizing: border-box;
	height: 34px;
	line-height: 34px;
	min-width: 138px;
	list-style: none;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	text-align: left;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: var(--wp--preset--color--tertiary);
}

.nice-select .option.selected {
	font-weight: 400;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: var(--wp--preset--color--secondary);
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

.nice-select ul {
	margin: 0;
	padding: 0;
}


.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.woocommerce nav.woocommerce-pagination ul li {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
	border: solid 1px var(--wp--preset--color--foreground);
	margin-left: 2px;
	margin-right: 2px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	opacity: .6;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none;
	margin-bottom: 30px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	font-weight: 300;
}

.single-product .type-product {}


.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	width: 60%;
	margin-bottom: 100px;
}

.woocommerce div.product div.images img {
	width: auto;
}

.woocommerce-product-gallery .flex-viewport {
	float: right;
	width: 83%;
}

.woocommerce div.product div.images .flex-control-thumbs {
	float: left;
	width: 17%;
	padding-right: 5px;
	box-sizing: border-box;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	transition: all .3s ease;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	transition: all .3s ease;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	width: 35%;
	float: right;
	margin-bottom: 100px;
	margin-top: 0;
	border-top: solid 1px var(--wp--preset--color--tertiary);
	padding-top: 40px;
	box-sizing: border-box;
}

.product_meta {
	font-size: var(--wp--preset--font-size--small);
	font-weight: 300;
	color: var(--wp--preset--color--secondary);
	line-height: 150%;
	margin-top: 40px;
}

h1.product_title.entry-title {
	text-align: left;
	margin-bottom: 10px !important;
	text-transform: none;
	margin-left: 0;
	transform: translateX(0);
	font-size: var(--wp--preset--font-size--upper-medium);
}

.woocommerce-product-details__short-description {
	margin-bottom: 30px;
	margin-top: 30px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--medium);
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: 400;
	font-size: var(--wp--preset--font-size--small);
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 0;
	margin-top: 3px;
	border: solid 1px var(--wp--preset--color--foreground);
	max-height: 48px;
}

.woocommerce-cart-form .quantity input,
.product-quantity input,
.woocommerce div.product div.summary input {
	background: none;
	padding: 14px 8px;
	border: none;
	float: left;
	font-weight: 500;
	font-size: var(--wp--preset--font-size--medium);
	-moz-appearance: textfield !important;
	margin-bottom: 20px;
}

.woocommerce .quantity .qty {
	width: 25px;
}

.woocommerce div.product .quantity .qty {
	margin-right: 0;
}

.product-quantity input:hover,
.woocommerce div.product div.summary input:hover {
	background: none !important;
}

.quantity.buttons_added .plus,
.product-quantity input.plus,
.woocommerce div.product div.summary input.plus {
	border-radius: 0;
	font-size: var(--wp--preset--font-size--medium);
}

.quantity.buttons_added .minus,
.product-quantity input.minus,
.woocommerce div.product div.summary input.minus {
	border-radius: 0;
	font-size: var(--wp--preset--font-size--medium);
}

.woocommerce div.product form.cart .group_table td {
	vertical-align: middle;
	width: auto;
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 100px;
	text-align: left;
}

.woocommerce-grouped-product-list .quantity input {
	padding: 14px 4px !important;
}

.woocommerce-grouped-product-list .quantity {
	float: left;
}

.wc-block-mini-cart__shopping-button a,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button[type=submit]:not(.wp-block-search__button) {
	-webkit-appearance: none;
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	padding: 16px 64px;
	line-height: 120%;
	border-radius: 0;
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
	font-weight: 600;
	transition: all .3s ease;
}

.wc-block-mini-cart__shopping-button a {
	border: solid 2px var(--wp--preset--color--foreground);
}

.wc-block-mini-cart__shopping-button a:hover {
	background-color: var(--wp--preset--color--foreground);
	border: solid 2px var(--wp--preset--color--foreground);
	opacity: .7;
}

.woocommerce div.product .quantity+.single_add_to_cart_button {
	min-height: 41px;
}

.woocommerce div.product form.cart .button {
	margin-top: 3px;
}

a.added_to_cart.wc-forward {
	display: none;
}

a.woocommerce-review-link {
	text-decoration: none;
	pointer-events: none;
	font-size: var(--wp--preset--font-size--small);
	display: none;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	opacity: .7;
}

span.sku_wrapper,
span.posted_in {
	font-weight: 500;
}

span.posted_in a,
span.sku_wrapper span {
	font-weight: 400;
	color: var(--wp--preset--color--secondary);
}

.woocommerce #respond input#submit,
.actions button.button {
	-webkit-appearance: none;
	background-color: var(--wp--preset--color--foreground) !important;
	color: var(--wp--preset--color--background);
	padding: 16px 64px;
	border-radius: 0px;
	font-size: var(--wp--preset--font-size--small);
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 600 !important;
	transition: all .3s ease;
}

.woocommerce #respond input#submit:hover,
.actions button.button:hover {
	background-color: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
	opacity: .7;
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in,
.product_meta span.tagged_as {
	display: block;
}

.woocommerce div.product .related.products {
	padding-top: 60px;
	padding-bottom: 60px;
	clear: both;
	position: relative;
}

.woocommerce div.product .related.products::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--wp--preset--color--tertiary);
	opacity: .2;
	width: 100vw;
	margin-left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}

section.related.products h2,
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: var(--wp--preset--font-size--large);
	font-weight: 400;
}

.woocommerce-Reviews {
	max-width: 640px;
}

.woocommerce #reviews #comments ol.commentlist {
	padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 0;
	border: 1px solid var(--wp--preset--color--tertiary);
}

.woocommerce-Reviews #comments {
	margin-top: 0;
}

.woocommerce #reviews #comments h2 {
	margin-top: 0;
}

.woocommerce #reviews input#author,
.woocommerce #reviews input#email,
.woocommerce #reviews textarea {
	border: 1px solid var(--wp--preset--color--tertiary);
	width: 100%;
	box-sizing: border-box;
}

.woocommerce table.shop_attributes th {
	text-align: left;
}

time.woocommerce-review__published-date {
	margin-top: 10px;
}

.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	display: inline-block;
	border: solid 1px var(--wp--preset--color--foreground);
}

.quantity.buttons_added input {
	display: inline-block;
	margin: 0;
	box-shadow: none;
}

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	background: none;
	width: 30px;
	cursor: pointer;
	transition: all .3s ease;
	color: var(--wp--preset--color--foreground);
}

.quantity.buttons_added .minus {
	border-right: none;
}

.quantity.buttons_added .plus {
	border-left: none;
}

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: transparent;
}

.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}

.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}

.woocommerce table.variations tr {
	display: grid;
}

.woocommerce div.product form.cart .variations select {
	border: solid 1px var(--wp--preset--color--tertiary);
	padding: 10px 5px;
	border-radius: 0;
	text-align: left !important;
	margin-left: 0 !important;
	width: 100%;
	height: 40px;
	color: var(--wp--preset--color--foreground);
}

.woocommerce div.product form.cart .variations label {
	font-weight: 400;
	text-align: left;
}

.woocommerce div.product form.cart table.variations th {
	text-align: left;
	line-height: 140%;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	line-height: 140%;
}

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: var(--wp--preset--color--secondary);
}

.woocommerce a.remove {
	font-size: var(--wp--preset--font-size--upper-medium);
	font-weight: 500;
	color: var(--wp--preset--color--foreground) !important;
}

.woocommerce a.remove:hover {
	background-color: var(--wp--preset--color--foreground);
	;
}

.cart_totals h2 {
	font-size: var(--wp--preset--font-size--large);
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	margin-top: 2px;
}

.woocommerce table.shop_table {
	font-size: var(--wp--preset--font-size--medium);
	border-radius: 0px;
}

.woocommerce table.shop_table td.product-name a {
	text-decoration: none;
	font-weight: 600;
}

input#coupon_code {
	padding: 15px 5px;
	width: 160px !important;
	border: solid 1px var(--wp--preset--color--tertiary);
	font-size: var(--wp--preset--font-size--small);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}

.woocommerce table.shop_table {
	border: solid 1px var(--wp--preset--color--tertiary);
}

textarea::placeholder,
input::placeholder {
	color: var(--wp--preset--color--primary);
}

form.checkout_coupon.woocommerce-form-coupon .form-row-first {
	width: auto;
}

form.checkout_coupon.woocommerce-form-coupon .form-row-last {
	width: auto;
	float: left;
}

form.woocommerce-cart-form .button:disabled {
	padding: 16px 24px !important;
	color: var(--wp--preset--color--background) !important;
}

form.woocommerce-cart-form .button:disabled:hover {
	color: var(--wp--preset--color--secondary) !important;
}

.wc-proceed-to-checkout a {
	font-weight: 600 !important;
	font-size: var(--wp--preset--font-size--small) !important;
}

form.checkout.woocommerce-checkout {}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 12px 10px;
	border: solid 1px var(--wp--preset--color--tertiary);
	font-size: var(--wp--preset--font-size--small);
}

.select2-container--default .select2-selection--single {
	border: solid 1px var(--wp--preset--color--tertiary);
	border-radius: 0px !important;
	height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 44px;
	font-size: var(--wp--preset--font-size--small);
	color: var(--wp--preset--color--primary);
}

.woocommerce-page .select2-container .select2-search__field,
.woocommerce-page .select2-container .select2-selection {
	padding: 0;
	padding-left: 10px;
	height: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 26px !important;
	height: 44px !important;
}

.select2-results__option {
	font-size: var(--wp--preset--font-size--small);
}

.select2-dropdown {
	border: solid 1px var(--wp--preset--color--tertiary);
}

.select2-results__option--highlighted[data-selected] {
	background-color: var(--wp--preset--color--foreground) !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: var(--wp--preset--color--tertiary);
	border-radius: 0;
}

.woocommerce .woocommerce-customer-details address {
	border: 1px solid var(--wp--preset--color--tertiary);
	box-sizing: border-box;
}

section.woocommerce-customer-details address::first-line {
	color: var(--wp--preset--color--foreground);
	font-weight: 600;
	font-size: var(--wp--preset--font-size--upper-medium);
}

p.woocommerce-customer-details--phone,
p.woocommerce-customer-details--email {
	color: var(--wp--preset--color--foreground);
	font-weight: 600;
}

h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
	font-size: var(--wp--preset--font-size--upper-medium);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: var(--wp--preset--color--tertiary);
	border-radius: 4px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	background: none;
}

.woocommerce p.stars a,
.star-rating {
	color: var(--wp--preset--color--luminous-vivid-amber);
}

.woocommerce .star-rating::before {
	color: var(--wp--preset--color--tertiary);
}

.woocommerce ul.products li.product .star-rating {
	display: none;
}

.archive.woocommerce h1.page-title {
	text-align: left;
	margin-bottom: 10px;
}

.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt.disabled {
	background-color: var(--wp--preset--color--foreground);
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 2px;
	margin-left: 0;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: var(--wp--preset--color--tertiary);
	;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: var(--wp--preset--color--secondary);
	;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	top: -7px;
	margin-left: 0;
	background-color: var(--wp--preset--color--foreground);
	width: 8px;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
	padding-top: 5px;
	padding-right: 6px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
	padding: 12px 24px;
	font-size: var(--wp--preset--font-size--small);
	background: none;
	border: solid 1px var(--wp--preset--color--secondary);
	;
	font-weight: 400;
	color: var(--wp--preset--color--primary);
	;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single {
	background-color: transparent;
	color: var(--wp--preset--color--secondary);
	;
	border: solid 1px var(--wp--preset--color--tertiary);
	;
	height: 42px;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 42px;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single .select2-selection__arrow b {
	top: 20px;
}

.woocommerce .woocommerce-breadcrumb {
	color: var(--wp--preset--color--primary);
	font-size: var(--wp--preset--font-size--small);
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
}

.woocommerce table.shop_table th {
	font-weight: 600;
}

.woocommerce form .form-row .required {
	color: var(--wp--preset--color--primary);
	font-weight: 400;
}

.checkout_coupon .form-row-last {
	text-align: right;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-left: solid 1px var(--wp--preset--color--tertiary);
	border-right: solid 1px var(--wp--preset--color--tertiary);
	border-bottom: solid 1px var(--wp--preset--color--tertiary);
	border-top-width: 1px;
	color: var(--wp--preset--color--foreground);
	background: transparent;
	padding: 8px 10px 8px 60px;
}

.woocommerce-error strong,
.woocommerce-info strong,
.woocommerce-message strong {
	font-weight: 500;
}

.woocommerce-message::before {
	content: "\e017";
	left: 20px;
	top: 10px;
}

.woocommerce-error::before {
	content: "!";
	color: #b81c23;
	font-size: 18px;
	font-weight: 700;
	left: 20px;
	top: 10px;
	border: solid 1px var(--wp--preset--color--tertiary);
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	font-family: var(--wp--preset--font-family--primary);
}

.woocommerce-info::before {
	content: "i";
	color: #1e85be;
	font-size: 18px;
	font-weight: 700;
	left: 20px;
	top: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	border: solid 1px var(--wp--preset--color--tertiary);
	font-family: var(--wp--preset--font-family--primary);
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border-bottom: none;
}

.woocommerce-Reviews .woocommerce-Reviews-title {
	display: none;
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar,
.pswp__top-bar {
	background-color: transparent !important;
}

.pswp__bg {
	background: var(--wp--preset--color--background);
}

.pswp__caption {
	display: none;
}

.pswp__counter {
	color: var(--wp--preset--color--background);
	background: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--small);
	opacity: 1;
	top: 3px;
	left: 3px;
	font-weight: 500;
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
	background-color: var(--wp--preset--color--foreground) !important;
	opacity: 1;
}

.pswp__top-bar button {
	opacity: 1;
	margin-right: 3px;
	margin-top: 3px;
}

button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right:hover,
.pswp__top-bar button:hover {
	opacity: .7;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	width: 50px;
	margin-left: 3px;
	margin-right: 3px;
}

button.pswp__button {}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
	background-image: none !important;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {}

.pswp__button--arrow--right:before {
	right: 10px;
}

.pswp__button--arrow--left:before {
	left: 10px;
}

@media (-webkit-min-device-pixel-ratio: 1.1),
(-webkit-min-device-pixel-ratio: 1.09375),
(min-resolution: 105dpi),
(min-resolution: 1.1dppx) {

	.pswp--svg .pswp__button,
	.pswp--svg .pswp__button--arrow--left:before,
	.pswp--svg .pswp__button--arrow--right:before {}
}

/* WooCommerce Blocks */

.wc-block-grid__products li {
	margin-left: 0;
	text-align: left;
}

.woocommerce ul.products li.product a img:hover,
.wc-block-grid__products li img:hover {
	opacity: .7;
}

.wc-block-grid__products a {
	text-decoration: none;
}

.wc-block-grid__product-title {
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	margin-bottom: 0 !important;
}

.wc-block-grid__product-price {
	color: var(--wp--preset--color--foreground);
	font-weight: 400;
	font-size: var(--wp--preset--font-size--small);
}

.wc-block-grid__product-onsale {
	margin: -.5em -.5em 0 0;
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: var(--wp--preset--color--background);
	border: solid 1px var(--wp--preset--color--tertiary);
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	min-width: 3.236em;
	padding: .202em;
	border: none;
	border-radius: 0;
	color: var(--wp--preset--color--foreground);
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	border: none;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	background: transparent !important;
	color: var(--wp--preset--color--foreground);
	font-weight: 600;
	text-align: left;
	padding: 0;
	letter-spacing: 0;
	font-size: var(--wp--preset--font-size--small);
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
	animation: none;
	opacity: .7;
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	width: 100%;
}

button.wc-block-cart-item__remove-link {
	cursor: pointer;
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
	border-color: var(--wp--preset--color--tertiary);
	opacity: 1;
}

.is-large.wc-block-cart .wc-block-cart-items th:last-child {
	padding-right: 16px;
}

.wc-block-components-sidebar-layout {
	margin-top: 20px;
}

.is-large.wc-block-cart .wc-block-cart-items:after {
	opacity: 0;
}

.wc-block-components-totals-item {
	box-sizing: border-box;
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button {
	box-sizing: border-box;
}

a.components-button.wc-block-components-button.wc-block-cart__submit-button:hover {
	opacity: .6;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	border-radius: 0px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
	border-left: none;
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child input {
	height: auto !important;
	padding: 1.5em 0 .25em 0;
}

.wc-block-components-textarea,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
	border: 1px solid var(--wp--preset--color--tertiary);
	border-radius: 0;
}

.wc-block-components-button:not(.is-link) {
	font-weight: 600;
}

.wc-block-components-form .wc-block-components-text-input:only-child label {
	margin-left: 0;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
	border: 1px solid var(--wp--preset--color--tertiary);
}

.wc-block-components-select .components-custom-select-control__button {
	border-color: var(--wp--preset--color--tertiary);
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu,
.wc-block-components-select .components-custom-select-control__menu {
	background-color: transparent;
	border: solid 1px var(--wp--preset--color--tertiary);
}

.wc-block-components-textarea {
	border: solid 1px var(--wp--preset--color--tertiary);
	box-sizing: border-box;
}

.is-large.wc-block-cart .wc-block-cart__totals-title:after,
.wc-block-cart .wc-block-components-totals-footer-item:after,
.is-large .wc-block-checkout__actions:after {
	border-color: var(--wp--preset--color--tertiary);
	opacity: 1;
}

.wc-block-components-button:not(.is-link) {
	background-color: var(--wp--preset--color--foreground);
	opacity: .8;
	border: none;
	cursor: pointer;
}

.wc-block-components-button:not(.is-link):hover {
	background-color: var(--wp--preset--color--foreground);
	opacity: 1 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item:after,
.wc-block-checkout__sidebar .wc-block-components-totals-taxes:after,
.wc-block-components-panel.has-border:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after,
.wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
	border-color: var(--wp--preset--color--tertiary);
	opacity: 1;
}

.wc-block-components-order-summary-item__quantity {
	border: 1px solid var(--wp--preset--color--foreground);
}

form.woocommerce-form.woocommerce-form-login.login {
	max-width: 600px;
	min-height: 403px;
}

.woocommerce-account .wp-block-post-title {
	max-width: 100%;
}

.wp-block-woocommerce-empty-cart-block .wp-block-image.aligncenter,
.wp-block-woocommerce-empty-cart-block {
	text-align: center !important;
	display: block;
}

.wp-block-woocommerce-empty-cart-block p {
	max-width: 100%;
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-rating,
.wp-block-woocommerce-empty-cart-block .wp-block-button.wc-block-grid__product-add-to-cart {
	display: none;
}

.wc-block-sort-select__select {
	border: 1px solid var(--wp--preset--color--foreground);
	padding: 10px 14px;
}

.wc-block-sort-select__select option {
	font-weight: 300;
	color: var(--wp--preset--color--foreground);
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
	color: var(--wp--preset--color--foreground);
}

/* Block Cart */

.is-large.wc-block-cart .wc-block-cart__totals-title,
.is-large.wc-block-cart .wc-block-cart-items th,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
	font-size: var(--wp--preset--font-size--medium);
	color: var(--wp--preset--color--foreground);
	font-weight: 600;
	padding: 10px 0;
	letter-spacing: 0;
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
	margin-bottom: 4px;
}

.wc-block-components-totals-wrapper:after {
	border-color: var(--wp--preset--color--tertiary);
	opacity: 1;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	font-size: var(--wp--preset--font-size--medium);
}

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

.wc-block-cart .wc-block-cart-item__prices {
	display: none;
}

.wc-block-cart .wc-block-cart-item__quantity {
	margin-top: 10px;
}

.wc-block-cart .wc-block-components-quantity-selector {
	width: 87px;
}

.is-large.wc-block-cart .wc-block-cart-items td {
	padding: 32px 0 16px 16px;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
	transition: all .3s ease;
	color: transparent;
	text-decoration: none;
	clear: both;
	float: left;
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
	color: var(--wp--preset--color--foreground);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link::before {
	content: "\f335";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 18px/1 'Dashicons';
	vertical-align: middle;
	margin-right: 10px;
	opacity: 1;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	transition: all .3s ease;
	color: var(--wp--preset--color--foreground);
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::before,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover::before {
	color: var(--wp--preset--color--background);
	background: var(--wp--preset--color--foreground);
}

h2.wc-block-components-title.wc-block-components-checkout-step__title {
	font-size: var(--wp--preset--font-size--upper-medium);
	font-weight: 500;
	line-height: var(--wp--custom--typography--line-height--tiny);
}

.wc-block-components-checkout-step__description,
.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
	color: var(--wp--preset--color--foreground);
	font-size: var(--wp--preset--font-size--medium);
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
	text-transform: uppercase;
}

.wc-block-components-product-metadata__description {
	display: none;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: var(--wp--preset--color--secondary);
}

/* Accordion styles */

.accordion {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	border-top: 1px solid var(--wp--preset--color--tertiary);
	font-size: var(--wp--preset--font-size--small);
	max-width: 540px;
	margin-top: 20px;
	font-weight: 400;
}

.accordion li {
	border-bottom: 1px solid var(--wp--preset--color--tertiary);
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.accordion li .a-panel {
	display: none;
	padding-bottom: 20px;
}

.accordion h3.a-title {
	width: 100%;
	display: block;
	cursor: pointer;
	font-weight: 500;
	line-height: 220%;
	padding: 5px 1px;
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
	margin: 0;
	user-select: none;
	position: relative;
}

.accordion h3.a-title:after {
	width: 7px;
	height: 7px;
	border-right: 1px solid var(--wp--preset--color--secondary);
	border-bottom: 1px solid var(--wp--preset--color--secondary);
	position: absolute;
	right: 5px;
	content: " ";
	top: 15px;
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

h3.a-title.active:after {
	transform: rotate(45deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 781px) {

	.woocommerce div.product div.summary,
	.woocommerce-page div.product div.summary,
	.woocommerce div.product div.images,
	.woocommerce-page div.product div.images {
		width: 100%;
		float: left;
	}

	.accordion {
		max-width: 100%;
	}
}


@media screen and (max-width: 520px) {
	.nice-select {
		min-width: 160px;
		clear: left;
		margin-top: 0;
	}

	.woocommerce .woocommerce-ordering,
	.woocommerce-page .woocommerce-ordering {
		float: left;
	}

	.woocommerce-product-gallery .flex-viewport {
		width: 100%;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		width: 100%;
		margin-top: 10px;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
		width: 20%;
		margin-right: 10px;
	}

	.wc-block-mini-cart-items .wc-block-components-product-name {
		max-width: 50% !important;
	}

	.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions {
		padding-bottom: 48px;
	}
}

@charset "utf-8";
/* CSS Document */


.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-loaded {
	display: block
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}

.owl-carousel.owl-hidden {
	opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
	display: none
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab
}

.owl-carousel.owl-rtl {
	direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
	float: right
}

.no-js .owl-carousel {
	display: block
}

.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
	z-index: 0
}

.owl-carousel .owl-animated-out {
	z-index: 1
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.owl-height {
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform .1s ease;
	transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%
}

.owl-carousel .wc-block-grid__product-rating,
.owl-carousel .add_to_cart_button {
	display: none !important;
}

.owl-carousel.wc-block-grid__products {
	margin: 0;
	margin-bottom: 40px;
}

.owl-carousel .wc-block-grid__product {
	border: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	height: 40px;
	width: 40px;
	position: absolute;
	top: -40px;
	transform: translateY(-50%);
	display: block !important;
	transition: all .3s ease;
	border-radius: 50%;
	border: solid 2px var(--wp--preset--color--foreground);
}

.owl-nav .owl-prev {
	right: 80px;
	background-color: var(--wp--preset--color--foreground);
}

.owl-nav .owl-next {
	right: 0;
	width: 70px;
	border-radius: 20px;
	background: transparent
}

.owl-nav button::after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border-bottom: solid 2px var(--wp--preset--color--background);
	border-left: solid 2px var(--wp--preset--color--background);
	top: 50%;
	left: 50%;
	margin-left: -3px;
	margin-top: -3px;
	transform: rotate(45deg);
}

.owl-nav button.owl-next::after {
	transform: rotate(-135deg);
	margin-left: -5px;
	border-bottom: solid 2px var(--wp--preset--color--foreground);
	border-left: solid 2px var(--wp--preset--color--foreground);
}

.owl-nav button:hover {
	opacity: .6;
}

@media screen and (max-width: 781px) {
	.owl-item li.type-product {
		width: 100% !important;
	}
}

@media screen and (max-width: 768px) {

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		box-sizing: border-box;
		display: block;
		border-top: none;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	.owl-item li.type-product {
		width: 100% !important;
	}

	h2.carouseltitle {
		margin-bottom: 80px;
	}

	.owl-nav .owl-prev {
		left: 0;
		right: auto;
	}

	.owl-nav .owl-next {
		left: 50px;
		right: auto;
	}
}

@media screen and (max-width: 450px) {
	.woocommerce table.cart td.actions .coupon .button {
		width: 100%;
		margin-top: 5px;
	}

	.woocommerce-page .woocommerce-cart-form #coupon_code {
		width: 100% !important;
	}
}

.woo_cart_page .woocommerce {
	max-width: var(--wp--style--global--wide-size);
}