/*
Theme Name: Swag
Theme URI: https://woocommerce.com/products/swag
Author: Viva Themes
Author URI: https://vivathemes.com/
Description: Responsive full site editing theme.
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.0.3
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: swag
Domain Path: /languages/
Woo: 18734003228421:1e9763029b5469c1f24827a7141c8ff5

Swag Theme, (C) Viva Themes

*/

/*
 * Font smoothing.
 */

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

.outer-container {
	width: 100%;
	overflow: hidden;
}


.home .outer-container {
	margin-top: 0 !important;
}

/*
 * Text and navigation link styles.
 */

p {
	max-width: 840px;
}

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

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

h2 {
	margin-top: 10px !important;
}

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

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

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

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


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

/*
 * Search and File Block button styles.
 */

.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;
}

.wp-block-cover.is-light .wp-block-cover__inner-container .wp-block-button .wp-block-button__link {
	background: var(--wp--preset--color--background);
	color: var(--wp--preset--color--foreground);
}

/*
 * Button rollover effect
 */

button,
.wp-block-button__link {
	position: relative;
	transition: all 0.2s ease !important;
	width: auto;
}

.wp-block-button__link::before,
.wp-block-button__link::after,
.single_add_to_cart_button::before,
.single_add_to_cart_button::after {
	position: absolute;
	content: "";
	width: 120%;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	z-index: -1;
	background-repeat: no-repeat;
	opacity: 0;
}

.wp-block-button__link:hover::before,
.single_add_to_cart_button:hover::before {
	top: -70%;
	background-image: radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, transparent 20%, #ccc 20%, transparent 30%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, transparent 10%, #ccc 15%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%);
	background-size: 20px 20px, 40px 40px, 30px 30px, 40px 40px, 36px 36px, 20px 20px, 30px 30px,
		20px 20px, 36px 36px;
	background-position: 50% 120%;
	animation: greentopBubbles 0.6s ease;
}

@keyframes greentopBubbles {
	0% {
		background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
			40% 90%, 55% 90%, 70% 90%;
		opacity: 1;
	}

	50% {
		background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
			50% 50%, 65% 20%, 90% 30%;
	}

	100% {
		background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
			50% 40%, 65% 10%, 90% 20%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

.wp-block-button__link:hover::after,
.single_add_to_cart_button:hover::after {
	bottom: -70%;
	background-image: radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, transparent 10%, #ccc 15%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%),
		radial-gradient(circle, #ccc 20%, transparent 20%);
	background-size: 30px 30px, 40px 40px, 36px 36px, 40px 40px, 30px 30px, 40px 40px, 36px 36px;
	background-position: 50% 0%;
	animation: greenbottomBubbles 0.6s ease;
}

@keyframes greenbottomBubbles {
	0% {
		background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
			70% -10%, 70% 0%;
		opacity: 1;
	}

	50% {
		background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
			105% 0%;
	}

	100% {
		background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
			110% 10%;
		background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
	}
}

.wp-element-button:hover,
.components-button:hover,
.icon-container:hover,
.button:hover,
button:hover {
	opacity: .7;
}

.wp-block-button__link:hover,
.single_add_to_cart_button:hover {
	opacity: 1;
}

.single_add_to_cart_button.disabled {
	opacity: .5;
}

.single_add_to_cart_button.disabled:before,
.single_add_to_cart_button.disabled::after {
	display: none;
}

/*
 * Alignment styles.
 */

.featured-block,
.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);
}

.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;
}

.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
.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;
}

/*
 * Main menu styles.
 */

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

.default-header .wp-block-navigation {
	margin-left: 60px;
	margin-right: auto;
}

.default-header .wp-block-navigation ul li a {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	line-height: 47px;
}

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

footer a,
.default-header .wp-block-navigation ul li a {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

@media (hover: none) {

	footer a,
	.default-header .wp-block-navigation ul li a {
		text-decoration: underline;
	}
}

.default-header .wp-block-navigation ul li.current-menu-item a {
	font-weight: 600;
}


@media (hover: hover) {

	footer a::after,
	.default-header .wp-block-navigation ul li a::after {
		pointer-events: none;
		background-color: var(--wp--preset--color--foreground);
		bottom: 0;
		content: "";
		height: 1px;
		left: 10px;
		position: absolute;
		transform: scaleX(0);
		transform-origin: right;
		transition: transform 800ms cubic-bezier(0.19, 1, 0.22, 1);
		width: calc(100% - 20px);
	}

	footer a::after {
		background-color: var(--wp--preset--color--background);
		left: 0;
		width: 100%;
	}

	footer a:hover::after,
	.default-header .wp-block-navigation ul li a:hover::after {
		transform: scaleX(1);
		transform-origin: left;
	}
}

.default-header .wp-block-navigation ul li.has-child::after {
	content: '';
	width: 7px;
	height: 7px;
	display: block;
	border-bottom: solid 1px var(--wp--preset--color--foreground);
	border-right: solid 1px var(--wp--preset--color--foreground);
	position: absolute;
	z-index: 999;
	right: -5px;
	top: 18px;
	transform: rotate(45deg);
	transition: all 0.3s;
}


.default-header .wp-block-navigation ul li.has-child:hover::after {
	transform: rotate(-135deg);
	top: 22px;
}

.default-header .wp-block-navigation__submenu-container li.has-child.wp-block-navigation-submenu::after {
	transform: rotate(-45deg);
	right: 0;
	top: 17px;
}

.default-header .wp-block-navigation__submenu-container li.has-child.wp-block-navigation-submenu:hover::after {
	transform: rotate(-225deg);
	top: 17px;
}

.default-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
	border: none;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .1);
	border-radius: 0 0 10px 10px;
	padding: 20px 10px;
	left: -11px;
	transition: all .3s ease;
	min-width: 160px !important;
	width: 160px !important;
}

@media (max-width: 768px) {
	.default-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
		width: 100% !important;
	}

	.default-header .wp-block-navigation ul {
		width: 100%;
		gap: 0 !important;
	}

	.default-header .wp-block-navigation ul li {
		width: 100%;
		border-bottom: solid 1px var(--wp--preset--color--tertiary);
	}

	.default-header .wp-block-navigation ul li a {
		font-weight: 500;
		margin-left: 5px;
	}

	.default-header .wp-block-navigation ul li::after {
		display: none !important;
	}

	.default-header .wp-block-navigation__submenu-container {
		padding: 0 !important;
		padding-left: 5px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		box-shadow: none !important;
		box-sizing: border-box;
	}

	.default-header .wp-block-navigation-submenu ul li a {
		color: var(--wp--preset--color--primary) !important;
	}

	.default-header .wp-block-navigation-submenu ul li,
	.default-header .wp-block-navigation__submenu-container ul li {
		border-bottom: none !important;
	}

	@media (hover: hover) {
		.default-header .wp-block-navigation ul li a::after {
			display: none;
		}
	}

	.default-header .wp-block-navigation ul li li li {
		margin-left: 10px;
	}

	.default-header .wp-block-navigation ul li li li::before {
		content: '';
		position: absolute;
		width: 8px;
		height: 1px;
		left: -14px;
		top: 49%;
		background: var(--wp--preset--color--secondary);
	}
}

.default-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: 100%;
}

.default-header .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container a {
	font-size: 13px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.default-header .wp-block-navigation .wp-block-navigation__submenu-container li a::before,
.default-header .wp-block-navigation .wp-block-navigation__submenu-container li a::after {
	display: none;
}

.default-header .wp-block-navigation__submenu-container a {
	line-height: 180% !important;
}

.default-header .wp-block-navigation__responsive-container-close svg,
.default-header .wp-block-navigation__responsive-container-open svg {
	display: none;
}

.default-header .wp-block-navigation__responsive-container-open {
	width: 26px;
	height: 16.5px;
	border-top: solid 1.5px var(--wp--preset--color--foreground);
	border-bottom: solid 1.5px var(--wp--preset--color--foreground);
	position: relative;
}

.default-header .wp-block-navigation__responsive-container-open::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 100%;
	height: 1.5px;
	background: var(--wp--preset--color--foreground);
}

.default-header .wp-block-navigation__responsive-container-open::after {
	content: '';
	position: absolute;
	left: -25px;
	top: -10px;
	bottom: -10px;
	width: 1px;
	background: var(--wp--preset--color--secondary);
}

.default-header .wp-block-navigation__responsive-container-close {
	width: 26px;
	height: 16.5px;
	top: 5px;
}

.default-header .wp-block-navigation__responsive-container-close::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 0;
	width: 100%;
	height: 1.5px;
	background: var(--wp--preset--color--foreground);
	transform: rotate(45deg);
	transform-origin: top left;
}

.default-header .wp-block-navigation__responsive-container-close::after {
	content: '';
	position: absolute;
	left: 1px;
	top: 18px;
	width: 100%;
	height: 1.5px;
	background: var(--wp--preset--color--foreground);
	transform: rotate(-45deg);
	transform-origin: top left;
}

.default-header .wp-block-navigation__responsive-container-close,
.default-header .wp-block-navigation__responsive-container-open:not(.always-shown),
.default-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
	font-size: 0 !important;
}

@media (min-width: 600px) {
	.default-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: block;
	}

	.default-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: block;
	}

	.default-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		display: none;
	}
}

@media (min-width: 768px) {
	.default-header .wp-block-navigation__responsive-container-open:not(.always-shown) {
		display: none;
	}

	.default-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
		display: none
	}

	.default-header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
		background-color: inherit;
		display: block;
		position: relative;
		width: 100%;
		z-index: auto
	}
}

@media (max-width: 768px) {
	.default-header .wp-block-navigation {
		order: 2;
	}

	.default-header .wp-block-navigation {
		margin-left: 0;
		margin-right: 0;
	}

	.headerright {
		margin-right: 40px !important;
		margin-left: auto !important;
	}
}


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

.alignwide {
	margin-left: auto;
	margin-right: auto;
}

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

/*
 * Header styles.
 */

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

.header-large {
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
}

.wideheader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 899;
	min-height: 90px;
	box-sizing: border-box;
}

.admin-bar .wideheader {
	top: 32px;
}

@media (max-width:768px) {
	.admin-bar .wideheader {
		top: 46px;
	}
}

.wp-site-blocks .alignfull.wideheader,
.wp-site-blocks>.wp-block-template-part>.wp-block-group.has-background.wideheader {
	margin-left: 0 !important;
	margin-right: 0 !important;

}

.header-content h1,
.header-content h2 {
	font-size: var(--wp--preset--font-size--large);
	margin-top: 5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

.header-content h4 {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}

/* Featured category block */

.featured-block .wp-block-column {
	display: flex;
	align-items: center;
}

.featured-block h2 {
	max-width: 420px !important;
}

.wp-block-group.has-background .wp-block-button__link:hover {
	opacity: .999999 !important;
}

@media (max-width: 930px) {

	.featured-block {
		background-color: transparent !important;
	}

	.featured-block .wp-block-columns {
		display: block;
		position: relative;
		z-index: 0;
	}

	.featured-block .wp-block-column:first-child {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
		z-index: 1;
		position: relative;
		background: rgba(255, 255, 255, .7);
	}

	.featured-block .wp-block-column:last-child {
		position: absolute;
		right: 0;
		top: -50px;
		width: 50%;
		z-index: 0;
	}

	.featured-block .wp-block-column:last-child img {
		border: none;
	}
}

@media (max-width: 540px) {
	.featured-block .wp-block-column:last-child {
		width: 70%;
	}
}

/* Features block */

.product-features .icon-container {
	height: 40px;
}

/* Instagram Curator Feed */

.crt-widget {
	z-index: 0;
}

.crt-logo {
	margin-top: 5px !important;
	font-size: 10px !important;
}

/* Partners block */

.partners img:hover {}

/* 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);
	transition: all .3s ease;
}

@media screen and (max-width: 781px) {
	.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.
 */


.wp-block-post-template.wp-block-post-template {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
	row-gap: 100px;
	margin-top: 60px;
	margin-bottom: 100px;
}

@media (max-width: 900px) {
	.wp-block-post-template.wp-block-post-template {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 50px;
	}
}

@media (max-width: 560px) {
	.wp-block-post-template.wp-block-post-template {
		grid-template-columns: 1fr;
	}
}

.archive .wp-block-post-template.wp-block-post-template {
	margin-top: 20px;
}

.wp-block-post-template.wp-block-post-template li {
	margin: 0;
}

.wp-block-post-template.wp-block-post-template li .wp-block-columns {
	gap: 0;
	margin: 5px;
}

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

.archive h1 {
	text-align: center;
}

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

.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;
}

.single-post time,
.wp-block-post time a {
	border-radius: 2px;
	border-width: 2px;
	font-size: var(--wp--preset--font-size--small);
	position: relative;
	font-weight: 500;
	text-decoration: none;
	font-style: normal;
	position: relative;
	display: block;
	line-height: var(--wp--custom--typography--line-height--normal);
	pointer-events: none;
	font-family: var(--wp--preset--font-family--secondary);
	font-style: italic;
	padding-left: 50px;
}

.single-post time {
	padding-left: 0;
}

.wp-block-post time a::after {
	content: "\f344";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'Dashicons';
	position: absolute;
	left: 0;
	top: -5px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border: solid 1px var(--wp--preset--color--foreground);
	border-radius: 50%;
	transform: rotate(-45deg);
	pointer-events: initial;
	transition: all .3s ease;
}

.wp-block-post time a:hover::after {
	background: var(--wp--preset--color--foreground);
	color: var(--wp--preset--color--background);
}

.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 {}

.wp-block-query-pagination-numbers a {
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	background: var(--wp--preset--color--tertiary);
	color: var(--wp--preset--color--foreground);
	border: none;
	border-radius: 2px;
	margin-left: 4px;
	margin-right: 4px;
}

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

a.wp-block-query-pagination-previous,
a.wp-block-query-pagination-next {
	height: 44px;
	line-height: 44px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 2px;
	border: none;
	background: var(--wp--preset--color--tertiary);
	color: var(--wp--preset--color--foreground);
}

.single-post h2.wp-block-post-title {
	font-size: var(--wp--preset--font-size--x-large);
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 0 !important;
}

.single-post time {
	text-align: center;
}

.single-post .taxonomy-category {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
}

.single-post .taxonomy-category a {
	background: var(--wp--preset--color--light-gray);
	text-decoration: none;
	padding: 5px 7px;
	border-radius: 2px;
	margin-left: 2px;
	margin-right: 2px;
}

.single-post .taxonomy-category .wp-block-post-terms__separator {
	display: none;
}

.postdetails {}

.tagicon,
.dateicon {
	width: 24px;
	float: left;
	stroke: var(--wp--preset--color--primary);
	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;
}

/*
 * Comments Styling.
 */

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 {
	opacity: .7;
}

#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;
	border-radius: 2px;
}

.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;
}

.wp-block-post-comments input[type=submit]:hover {
	opacity: .7;
}

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: 2px;
}

.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: 2px;
	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 {
	opacity: .7;
}

.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;
	border-color: var(--wp--preset--color--tertiary);
}

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

.footer-logo {
	margin-top: -30px
}

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

.footercontent h2 {
	font-size: 22px;
	color: #666;
	font-weight: 600;
}

.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 .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
	left: 0;
}

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

.copyinfo .wp-block-navigation a,
.footercontent .wp-block-navigation a {
	font-size: var(--wp--preset--font-size--small);
	text-transform: uppercase;
	font-weight: 300;
}

.footercontent .wp-block-navigation .wp-block-navigation-item__content {
	display: inline-block;
}

.footercontent .wp-block-navigation {
	margin-top: 10px;
}

.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;
}

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

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

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 {}

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 (max-width: 1200px) {

	h2#footer-logo {
		width: 100%;
		display: block;
		font-size: 200px !important;
	}

}

@media (max-width: 768px) {

	h2#footer-logo {
		font-size: 120px !important;
		letter-spacing: 20px !important;
	}

	footer .wp-block-spacer {
		height: 100px !important;
	}

}

@media (max-width: 540px) {

	h2#footer-logo {
		font-size: 80px !important;
	}

}


/* WooCommerce Styling */

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

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: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 900;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#search-panel input.search-field {
	border: none;
	border-bottom: solid 1px var(--wp--preset--color--foreground);
	outline: var(--wp--preset--color--background);
	font-size: var(--wp--preset--font-size--medium);
	color: var(--wp--preset--color--foreground);
	font-weight: 300;
	text-transform: uppercase;
	width: 100%;
	line-height: 200%;
	padding: 5px;
	background: none;
	width: 70%;
	position: absolute;
	top: 40%;
	left: 15%;
}

@media screen and (max-width: 768px) {
	#search-panel input.search-field {
		width: 90%;
		left: 5%;
	}
}


#search-panel label {
	display: none;
}

#search-panel button {
	display: none;
}

.search-close {
	position: absolute;
	right: 30px;
	top: 35px;
	width: 26px;
	height: 16.5px;
	cursor: pointer;
}

.wc-block-mini-cart__drawer .components-modal__header button::before,
.search-close::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 0;
	width: 100%;
	height: 1.5px;
	background: var(--wp--preset--color--foreground);
	transform: rotate(45deg);
	transform-origin: top left;
}


.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
	animation-name: fadein;
}

.wc-block-mini-cart__drawer .components-modal__header button::after,
.search-close::after {
	content: '';
	position: absolute;
	left: 1px;
	top: 18px;
	width: 100%;
	height: 1.5px;
	background: var(--wp--preset--color--foreground);
	transform: rotate(-45deg);
	transform-origin: top left;
}

.wc-block-mini-cart__drawer .components-modal__header button svg {
	display: none;
}

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

.wc-block-components-drawer .components-modal__header .components-button {
	width: 26px;
	height: 16.5px;
	right: 30px;
	top: 0;
	cursor: pointer;
}

.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: 22px;
	height: 22px;
}

.wc-block-mini-cart__badge {
	font-weight: 400;
	border: 1px solid;
	z-index: 0;
	border-color: var(--wp--preset--color--foreground);
	background-color: var(--wp--preset--color--foreground);
}

.wc-block-mini-cart__icon {
	display: none;
}

.wc-block-mini-cart__button {
	background-image: url(assets/images/cart-icon.svg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 17px;
	height: 19px;
}

.wc-block-mini-cart__badge {
	margin-left: 20px;
	margin-top: -10px;
}

.wc-block-components-drawer__screen-overlay {
	background-color: rgba(255, 255, 255, .8);
}

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

h2.wc-block-mini-cart__title {
	font-size: var(--wp--preset--font-size--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);
	border: none !important;
	border-radius: 2px;
	width: 87px;
	background-color: var(--wp--preset--color--light-gray);
}

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

.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: 200px;
	padding-right: 0;
	margin: auto;
	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: 500;
	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-mini-cart__footer-actions a.outlined {
	box-shadow: none !important;
	background: var(--wp--preset--color--tertiary) !important;
	color: var(--wp--preset--color--foreground) !important;
}

.wc-block-mini-cart__footer-actions a {
	border-radius: 2px !important;
}

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

.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: 400;
}

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

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

@media (max-width: 450px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

.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 {}

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--light-gray);
	border-radius: 2px;
	border: none;
	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: 44px;
	line-height: 44px;
	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--primary);
	border-right: 1px solid var(--wp--preset--color--primary);
	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--light-gray);
	border: none;
	border-radius: 2px;
	color: var(--wp--preset--color--foreground);
	box-sizing: border-box;
	margin-top: 0;
	opacity: 0;
	left: 0;
	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: 44px;
	line-height: 44px;
	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);
	border: none;
}

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

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--wp--preset--color--light-gray);
	color: var(--wp--preset--color--foreground);
}

.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;
	padding: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.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;
	border-radius: 2px;
	border: solid 1px var(--wp--preset--color--tertiary);
	box-sizing: border-box;
}

.woocommerce-product-gallery .flex-viewport {
	float: right;
	width: 83%;
	border-radius: 2px;
	box-sizing: border-box;
}

.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;
	border-radius: 2px;
	transition: all .3s ease;
}

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

.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;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
}

h1.product_title.entry-title {
	text-align: left;
	margin-bottom: 2px !important;
	padding-bottom: 7px !important;
	text-transform: uppercase;
	margin-left: 0;
	transform: translateX(0);
	font-size: var(--wp--preset--font-size--product-title);
	position: relative;
}

h1.product_title.entry-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 60px;
	background: var(--wp--preset--color--secondary);
}

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

.single-product .woocommerce-product-rating {
	margin-top: 0;
}

.single-product p.price {
	grid-row: 2;
	margin-top: 0;
	padding-bottom: 7px;
	margin-bottom: 10px !important;
}

.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 div.summary form.cart {
	margin-top: 50px;
}

.woocommerce div.product form.cart div.quantity {
	margin-right: 0;
	margin-top: 3px;
	display: flex;
	width: 100%;
	background: var(--wp--preset--color--light-gray);
	height: 58px;
	border-radius: 2px;
	box-sizing: border-box;
	justify-content: space-between;
	align-content: center;
}

.woocommerce-cart-form .quantity input,
.product-quantity input,
.woocommerce div.product div.summary input {
	background: none;
	padding: 0;
	border: none;
	font-weight: 400;
	font-size: var(--wp--preset--font-size--medium);
	-moz-appearance: textfield !important;
}

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

.quantity.buttons_added .plus,
.product-quantity input.plus,
.woocommerce div.product div.summary input.plus {
	width: 30px;
	height: 100%;
	font-size: 24px;
	padding: 0;
	font-weight: 300;
	line-height: 100%;
}

.quantity.buttons_added .minus,
.product-quantity input.minus,
.woocommerce div.product div.summary input.minus {
	width: 30px;
	height: 100%;
	font-size: 24px;
	padding: 0;
	font-weight: 300;
	line-height: 100%;
}

.woocommerce div.product .woocommerce-grouped-product-list-item {
	display: grid;
	grid-template-columns: 2fr 1fr;
	margin-bottom: 30px;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__price {
	vertical-align: middle;
	text-align: right;
	font-size: var(--wp--preset--font-size--small);
}

.woocommerce div.product form.cart .group_table {
	width: 100%;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
	width: 100% !important;
	grid-column: 1 / 3;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
	padding-left: 3px;
	padding-right: 3px;
	text-transform: uppercase;
	font-size: var(--wp--preset--font-size--small);
	text-decoration: none;
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a {
	text-decoration: none;
}


.woocommerce div.product form.grouped_form button.single_add_to_cart_button {
	width: 100%;
	min-height: 58px;
}

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

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
	min-width: var(--wvs-single-product-item-width);
	width: auto;
	padding: 10px 14px;
	height: auto;
	box-shadow: none;
	border: solid 1px var(--wp--preset--color--tertiary);
}

ul.variable-items-wrapper.color-variable-items-wrapper li,
ul.variable-items-wrapper.color-variable-items-wrapper li .variable-item-contents {
	border-radius: 50% !important;
	overflow: hidden;
}

ul.variable-items-wrapper.color-variable-items-wrapper li {
	height: 42px !important;
	width: 42px !important;
	box-shadow: none !important;
	border: solid 1px var(--wp--preset--color--tertiary);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
	background-image: none;

}

.woo-variation-swatches li.variable-item.color-variable-item.selected {
	background: var(--wp--preset--color--tertiary);
}

.woo-variation-swatches li.variable-item.button-variable-item.selected {
	opacity: .8 !important;
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
	font-weight: 500;
	font-family: var(--wp--preset--font-family--secondary);
	font-style: italic;
}

.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;
	border-radius: 2px;
	transition: all .3s ease;
	font-weight: 500;
}

.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);
}

.woocommerce div.product .quantity+.single_add_to_cart_button {
	min-height: 58px;
	width: 100%;
	clear: both;
	margin-top: 10px !important;
}

.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);
}

.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);
}

.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: 2px;
	font-size: var(--wp--preset--font-size--small);
	line-height: 120%;
	text-transform: uppercase;
	font-weight: 500 !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;
}

.product_meta {
	font-size: 12px;
	font-weight: 400;
	color: var(--wp--preset--color--foreground);
	line-height: 150%;
	margin-top: 0;
	text-transform: uppercase;
}

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

span.posted_in a,
span.sku_wrapper span {
	font-weight: 400;
	text-decoration: none;
}

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

}

.woocommerce div.product .related.products::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(180deg, rgba(247, 247, 247, 1) 40%, rgba(247, 247, 247, 0) 100%);
	opacity: .7;
	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--product-title);
	font-weight: 400;
}

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

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

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	padding: 5px;
	background-color: var(--wp--preset--color--background);
	border-radius: 50%;
	top: -10px;
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border-radius: 2px;
	background: var(--wp--preset--color--light-gray);
	border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	margin: 0 0 0 30px;
}

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

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

.woocommerce .woocommerce-Reviews .comment-reply-title {
	font-weight: 500;
}

.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;
	border-radius: 2px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-Reviews label {
	font-weight: 500;
}

.woocommerce .woocommerce-Reviews .comment-form-cookies-consent label {
	font-weight: 400;
}

.woocommerce #reviews #comments ol.commentlist ul.children {
	margin: 0;
}

.woocommerce #reviews #comments ol.commentlist ul.children li {
	padding: 0 !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.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;
	background-color: var(--wp--preset--color--tertiary);
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
}

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

.quantity.buttons_added .minus,
.quantity.buttons_added .plus {
	background: none;
	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: none;
	padding: 10px 7px;
	text-align: left !important;
	margin-left: 0 !important;
	width: 100%;
	height: 44px;
	color: var(--wp--preset--color--foreground);
	background-color: var(--wp--preset--color--light-gray);
	border-radius: 2px;
}

.woocommerce div.product form.cart .variations label {
	text-align: left;
	font-family: var(--wp--preset--font-family--secondary);
	font-size: var(--wp--preset--font-size--medium);
	font-style: italic;
	font-weight: 400;
	line-height: var(--wp--custom--typography--line-height--tiny);
}

.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: 2px;
}

.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: 2px;
	border-color: var(--wp--preset--color--tertiary);
}


form.checkout_coupon.woocommerce-form-coupon br {
	display: none;
}

.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);
	border-radius: 2px;
}

.select2-container--default .select2-selection--single {
	border: solid 1px var(--wp--preset--color--tertiary);
	border-radius: 2px !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;
	border-radius: 2px;
}

.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-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
	background-color: var(--wp--preset--color--tertiary);
	border-radius: 2px;
}

.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 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: 12px;
	text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration: none;
	color: var(--wp--preset--color--foreground);
}

.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;
	border-radius: 2px;
}

.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 {}

.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 {}

.woocommerce ul.products li.product a img,
.wc-block-grid__product img {
	border: solid 1px var(--wp--preset--color--tertiary);
	box-sizing: border-box;
	border-radius: 2px;
}

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

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

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

.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;
}

.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 {}

.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-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	border: 1px solid var(--wp--preset--color--secondary);
	border-radius: 2px;
}

.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--secondary);
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
	box-shadow: none;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
	border: 1px solid var(--wp--preset--color--secondary);
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.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-radius: 2px;
}

.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--secondary);
	border-radius: 2px;
}

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

.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--secondary);
}

.wc-block-components-textarea {
	border: solid 1px var(--wp--preset--color--secondary);
	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--secondary);
	opacity: 1;
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
	box-shadow: none;
}

.wc-block-components-button:not(.is-link) {
	background-color: var(--wp--preset--color--foreground);
	opacity: 1 !important;
	border: none;
	cursor: pointer;
	border-radius: 2px !important;
}

.wc-block-components-button:not(.is-link):hover {
	background-color: var(--wp--preset--color--foreground);
	opacity: .7 !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--secondary);
	opacity: 1;
}

button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
	height: 56px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
	padding: 0;
}

h1.alignwide.wp-block-post-title {
	text-transform: uppercase;
	font-weight: 400;
}

.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: 400;
	font-size: var(--wp--preset--font-size--small);
}

.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;
	background-color: var(--wp--preset--color--light-gray);
}

.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;
}

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

.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);
	text-transform: none;
}

.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--primary);
}

/* 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;
	padding: 12px 1px;
}

.accordion li .a-panel {
	display: none;
	padding-bottom: 10px;
	padding-top: 30px;
}

.accordion h3.a-title {
	width: 100%;
	display: block;
	cursor: pointer;
	line-height: 220%;
	padding: 0;
	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--foreground);
	border-bottom: 1px solid var(--wp--preset--color--foreground);
	position: absolute;
	right: 7px;
	content: " ";
	top: 12px;
	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;
	}
}

/*
 * Product Carousels.
 */


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

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

.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
}

button.owl-next::after,
button.owl-prev::after {
	opacity: 1;
}

button.owl-next:hover::before,
button.owl-prev:hover::before {
	display: none;
}

button.owl-next:hover::before,
button.owl-prev:hover::before,
button.owl-next:hover::after,
button.owl-prev:hover::after {
	opacity: 1;
	animation: none;
}

button.owl-next:hover,
button.owl-prev:hover {
	opacity: .7;
}

.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: 60px;
	width: 60px;
	position: absolute;
	transform: translateY(-50%);
	right: -30px;
	display: block !important;
	transition: all .3s ease;
	border-radius: 50%;
	border: solid 2px var(--wp--preset--color--foreground);
	background-color: var(--wp--preset--color--foreground);
}

.owl-nav .owl-prev {
	top: 140px;
}

.owl-nav .owl-next {
	top: 60px;
}

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

.owl-nav button.owl-next::after {
	transform: rotate(-135deg);
	margin-left: -8px;
}

.owl-nav button:hover {}

@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,
	.owl-nav .owl-next {
		right: 10px;
		top: 0;
	}

	.owl-nav .owl-prev {
		right: 80px;
	}

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

	.woocommerce.columns-1 {
		margin-block-start: 0;
	}
}

@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;
	}
}