/*
Theme Name: KTENION Shop
Author: ITBox
Author URI: https://itbox.gr/
Version: 1.0
Template: woodmart
Text Domain: woodmart
*/

@charset "UTF-8";

/*------------------------------------------------------------*/
/* General */

body {
	-webkit-font-smoothing: auto; /* Default */
	/* -webkit-font-smoothing: antialiased; */
	-moz-osx-font-smoothing: auto;  /* Default */
	/* -moz-osx-font-smoothing: grayscale; */
	font-variant-ligatures: none;
}
svg {
	display: block;
}

::selection {
	color: #FFFFFF;
	background: #444444;
}

/* Variables (WoodMart) */

:root {
	--wd-text-font-size: 16px;
	--wd-text-line-height: 1.5; /* No UI! */
	--wd-main-bgcolor: #F4F4F4;
	--wd-action-color: #000000;
	--wd-form-brd-radius: 21px;
}

/* Breakpoints (Reference - WoodMart) */

@media (max-width: 1024px) {
	/* Placeholder */
}
@media (max-width: 767px) {
	/* Placeholder */
}

@media (min-width: 768px) {
	/* Placeholder */
}
@media (min-width: 1025px) {
	/* Placeholder */
}

/* Form Controls */

input[type="checkbox"],
input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block; /* Default */
	box-sizing: border-box;
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
	outline: none;
	box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.5);
}
input[type="checkbox"]:checked::before,
input[type="radio"]:checked::before {
	content: "";
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background: #000000;
}
input[type="radio"],
input[type="radio"]:checked::before {
	border-radius: 50%;
}


/*------------------------------------------------------------*/
/* WoodMart: Layout Fixes */

body .container,
body .container-fluid {
	padding-inline: 32px;
}
@media (max-width: 1024px) {
	body .container,
	body .container-fluid {
		padding-inline: 16px;
	}
}

/* WoodMart: Content Layout - Default */

body .wd-content-layout {
	padding-top: 32px;
	padding-bottom: 64px;
}
@media (max-width: 1024px) {
	body .wd-content-layout {
		padding-top: 24px;
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	body .wd-content-layout {
		padding-top: 24px;
		padding-bottom: 48px;
	}
}

/* WoodMart: Content Layout - Overrides */

body.woocommerce.archive .wd-content-layout {
	padding-top: 32px;
	padding-bottom: 64px;
}
@media (max-width: 1024px) {
	body.woocommerce.archive .wd-content-layout {
		padding-top: 24px;
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	body.woocommerce.archive .wd-content-layout {
		padding-top: 20px;
		padding-bottom: 48px;
	}
}

body.woocommerce.single .wd-content-layout,
body.woocommerce-cart .wd-content-layout,
body.woocommerce-checkout .wd-content-layout {
	padding-top: 24px;
	padding-bottom: 48px;
}
@media (max-width: 1024px) {
	body.woocommerce.single .wd-content-layout,
	body.woocommerce-cart .wd-content-layout,
	body.woocommerce-checkout .wd-content-layout {
		padding-top: 20px;
		padding-bottom: 48px;
	}
}
@media (max-width: 767px) {
	body.woocommerce.single .wd-content-layout,
	body.woocommerce-cart .wd-content-layout,
	body.woocommerce-checkout .wd-content-layout {
		padding-top: 16px;
		padding-bottom: 48px;
	}
}

/* WoodMart: Footer */

body .wd-footer .container {
	padding: 0!important;
	margin: 0!important;
	max-width: 100%!important;
}

/* Elementor: Full Width Template */

body.elementor-template-full-width .wd-content-layout {
	padding: 0!important;
	max-width: 100%!important;
}


/*------------------------------------------------------------*/
/* Elementor Layout & Fixes */

.e-con {
	transition: none; /* Disable transitions */
}

.elementor-element .elementor-widget-container {
	transition: none; /* Disable transitions */
}

/* Default Container Paddings */

.e-con.e-con-boxed {
	--padding-left: 32px!important;
	--padding-right: 32px!important;
}
@media (max-width: 1024px) {
	.e-con.e-con-boxed {
		--padding-left: 16px!important;
		--padding-right: 16px!important;
	}
}


/*------------------------------------------------------------*/
/* Helper Classes */

/* Navigation Helpers */

.no-scroll {
	overflow: hidden;
	max-height: 100vh;
	max-height: var(--calculated-viewport-height, 100vh);
}

.no-select {
	user-select: none;
}


/*------------------------------------------------------------*/
/* Element: Text Editor */

.elementor-widget-text-editor p:last-child {
	margin-bottom: 0;
}


/*------------------------------------------------------------*/
/* Header (XTS Header Builder) */

.whb-header {
	position: relative; /* Sticky fix! */
}
.whb-header .whb-column {
	margin: 0!important; /* Zero negative margin */
}
.whb-header .whb-flex-row {
	gap: 16px; /* New default gap */
}

/* Top Bar */

.whb-top-bar .whb-col-left {
	/* Placeholder */
}
.whb-top-bar .whb-col-center {
	justify-content: center;
	gap: 48px;
}
.whb-top-bar .whb-col-right {
	/* Placeholder */
}
@media (max-width: 1399px) {
	.whb-top-bar .whb-col-center {
		gap: 48px;
	}
}
@media (max-width: 1199px) {
	.whb-top-bar .whb-col-center {
		gap: 32px;
	}
}

/* Top Bar: Logo */

.whb-top-bar .site-logo {
	padding: 0;
}
.whb-top-bar .site-logo a,
.whb-top-bar .site-logo img {
	display: block;
}
.whb-top-bar .site-logo img {
	padding: 0;
	max-width: 240px;
}
@media (max-width: 1199px) {
	.whb-top-bar .site-logo img {
		max-width: 224px;
	}
}

/* Top Bar: Text/HTML */

.whb-top-bar .wd-header-text {
	font-size: 16px!important;
	line-height: 20px!important;
	font-weight: 400;
	padding-inline: 0;
	color: #FFFFFF!important;
}
.whb-top-bar .wd-header-text a {
	display: block;
	color: inherit;
}
.whb-top-bar .wd-header-text span {
	display: block;
}
.whb-top-bar .wd-header-text.text-free-shipping .line-1 {
	font-weight: 700;
}
.whb-top-bar .wd-header-text.text-phone-support .line-2 {
	font-weight: 700;
}
@media (max-width: 1199px) {
	.whb-top-bar .wd-header-text {
		font-size: 15px!important;
		line-height: 19px!important;
	}
}

/* Top Bar: Search */

.whb-top-bar .wd-search-form {
	min-width: 300px;
	padding-inline: 0;
}
.whb-top-bar input[type="text"] {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	min-width: 300px;
	border: none;
}
@media (max-width: 1199px) {
	.whb-top-bar .wd-search-form {
		min-width: 280px;
	}
	.whb-top-bar input[type="text"] {
		min-width: 280px;
	}
}

/* General Header */

.whb-general-header .whb-col-left {
	/* Placeholder */
}
.whb-general-header .whb-col-center {
	display: none;
}
.whb-general-header .whb-col-right {
	/* Placeholder */
}

/* General Header: Main Menu */

.whb-general-header .wd-header-main-nav {
	padding: 0;
}
.whb-general-header .wd-header-main-nav .wd-nav {
	gap: 24px;
}
.whb-general-header .wd-header-main-nav .wd-nav > li > a {
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	height: 48px;
	color: #000000;
}
.whb-general-header .wd-header-main-nav .wd-nav > li > a:hover {
	color: var(--wd-primary-color);
}
.whb-general-header .wd-header-main-nav .wd-nav > li.current-menu-item > a {
	color: var(--wd-primary-color);
}
.whb-general-header .wd-header-main-nav .wd-nav > li > a:after {
	content: none;
}
.whb-general-header .wd-header-main-nav .wd-nav[class*="wd-style-underline"] .nav-link-text {
	display: block;
	line-height: 48px;
	padding-block: 0;
}
.whb-general-header .wd-header-main-nav .wd-nav[class*="wd-style-underline"] .nav-link-text:after {
	top: 0;
	height: 4px;
	background-color: var(--wd-primary-color);
}
@media (max-width: 1199px) {
	.whb-general-header .wd-header-main-nav .wd-nav {
		gap: 16px;
	}
}

/* General Header: Main Menu - Submenus */

.whb-general-header .wd-header-main-nav .wd-nav .wd-dropdown {
	margin-top: -1px;
	box-shadow: none;
	background: none;
	transition: none; /* TESTING! */
	/* transition: opacity 0.1s cubic-bezier(0.19, 1, 0.22, 1),visibility 0.1s cubic-bezier(0.19, 1, 0.22, 1),transform 0.1s cubic-bezier(0.19, 1, 0.22, 1); */
}
.whb-general-header .wd-header-main-nav .wd-nav .wd-dropdown .wd-entry-content .elementor {
	width: calc(100% - 300px);
}
@media (max-width: 1199px) {
	.whb-general-header .wd-header-main-nav .wd-nav .wd-dropdown .wd-entry-content .elementor {
		width: calc(100% - 280px);
	}
}

/* General Header: Social Icons */

.whb-general-header .wd-social-icons {
	flex-wrap: nowrap;
	padding: 0!important;
	margin-right: 16px!important;
	--wd-social-size: 30px!important;
	--wd-social-gap: 6px!important;
	--wd-social-icon-size: 16px!important;
	--wd-social-bg: #EB79AC!important;
	--wd-social-bg-hover: #000000!important;
	--wd-social-color: #FFFFFF!important;
	--wd-social-color-hover: #FFFFFF!important;
}
.whb-general-header .wd-social-icons a {
	padding: 1px 0 0 0;
}
@media (max-width: 1199px) {
	.whb-general-header .wd-social-icons {
		display: none;
		margin-right: 16px;
	}
}

/* General Header: Cart */

.whb-general-header .wd-header-cart {
	background: #EB79AC;
}
.whb-general-header .wd-header-cart > a {
	justify-content: space-between;
	height: 48px;
	min-width: 252px;
	padding: 0 12px;
	gap: 12px;
}
.whb-general-header .wd-header-cart > a .wd-tools-text {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	order: 1;
	color: #FFFFFF;
}
.whb-general-header .wd-header-cart > a .wd-tools-text .wd-cart-number {
	font-weight: 400;
	font-size: inherit;
}
.whb-general-header .wd-header-cart > a .wd-tools-icon {
	order: 2;
}
.whb-general-header .wd-header-cart > a .wd-tools-icon img {
	width: 24px;
}
.whb-general-header .wd-header-cart > a .wd-tools-icon .wd-cart-number {
	display: none;
	background: #FFFFFF;
	color: #EB79AC;
}
@media (max-width: 1199px) {
	.whb-general-header .wd-header-cart > a {
		min-width: 232px;
	}
}

/* General Header: Wishlist */

.whb-general-header .wd-header-wishlist {
	background: #FF112E;
}
.whb-general-header .wd-header-wishlist > a {
	height: 48px;
	padding: 0 12px;
}
.whb-general-header .wd-header-wishlist > a .wd-tools-icon img {
	width: 24px;
}

/* Header Bottom */

.whb-header-bottom .whb-col-left {
	/* Placeholder */
}
.whb-header-bottom .whb-col-center {
	/* Placeholder */
}
.whb-header-bottom .whb-col-right {
	/* Placeholder */
}
.whb-header-bottom .whb-col-mobile {
	justify-content: flex-start;
	gap: 12px;
}

/* Header Bottom: Logo */

.whb-header-bottom .site-logo {
	padding: 0;
	margin-right: auto;
}
.whb-header-bottom .site-logo a,
.whb-header-bottom .site-logo img {
	display: block;
}
.whb-header-bottom .site-logo img {
	padding: 0;
}

/* Header Bottom: Tools (Search, Cart, Mobile Menu) */

.whb-header-bottom .wd-tools-element > a {
	display: block;
	padding: 0;
	height: auto;
}
.whb-header-bottom .wd-tools-element .wd-tools-icon {
	display: block;
}
.whb-header-bottom .wd-tools-element .wd-tools-icon img {
	display: block;
	width: 24px;
	height: 24px;
}

/* Header Bottom: Search */

.whb-header-bottom .wd-tools-element.wd-header-search .wd-tools-icon {
	padding: 4px;
}
.whb-header-bottom .wd-tools-element.wd-header-search .wd-tools-icon img {
	/* Placeholder */
	margin-bottom: -1px;
}
.whb-header-bottom .wd-tools-element.wd-header-search .wd-tools-icon:after {
	content: none;
}

/* Header Bottom: Cart */

.whb-header-bottom .wd-tools-element.wd-header-cart .wd-tools-icon {
	padding: 4px;
}
.whb-header-bottom .wd-tools-element.wd-header-cart .wd-tools-icon img {
	/* Placeholder */
}

/* Header Bottom: Mobile Menu */

.whb-header-bottom .wd-tools-element.wd-header-mobile-nav {
	padding-left: 2px;
}
.whb-header-bottom .wd-tools-element.wd-header-mobile-nav .wd-tools-icon {
	padding: 2px;
}
.whb-header-bottom .wd-tools-element.wd-header-mobile-nav .wd-tools-icon img {
	width: 28px;
	height: 28px;
}


/*------------------------------------------------------------*/
/* Sidebars & Widgets */

body .widget {
	padding-bottom: 24px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00000022;
}
body .widget:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
body .widget-title {
	margin-bottom: 16px;
	line-height: 1;
}


/* WordPress: Navigation Menu */

body .widget_nav_menu .widget-title {
	font-size: 19px;
	line-height: 1;
	font-weight: 500;
}
body .widget_nav_menu {
	padding-left: 20px;
	border-left: 2px solid #444444;
}
body .widget_nav_menu ul li {
	display: flex;
	margin-bottom: 10px;
}
body .widget_nav_menu ul li:last-child {
	margin-bottom: 0;
}
body .widget_nav_menu ul li a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400!important;
	transition: none;
	color: #444444;
}
body .widget_nav_menu ul li a:hover {
	font-weight: 500!important;
	color: #000000;
}
body .widget_nav_menu ul li.current-menu-item a {
	font-weight: 500!important;
	color: #000000;
}

body .wd-sidebar.wd-side-hidden .widget_nav_menu {
	border: none;
}


/* WooCommerce: Product Categories */

body .widget_product_categories {
	padding-bottom: 20px; /* Override */
}
body .widget_product_categories .wd-cats-toggle {
	font-size: 14px;
	background: none;
	color: #000000;
}
body .widget_product_categories .wd-cats-toggle:hover,
body .widget_product_categories .wd-cats-toggle.toggle-active {
	background: none;
}

body .widget_product_categories .product-categories li a { /* All Levels */
	font-size: 15px;
	line-height: 20px;
	transition: none;
	color: #000000;
}
body .widget_product_categories .product-categories li a:hover { /* All Levels */
	font-weight: 500;
}

body .widget_product_categories .product-categories > li.current-cat > a,
body .widget_product_categories .product-categories > li.current-cat-parent > a { /* First Level */
	font-weight: 700;
	color: #000000;
}

body .widget_product_categories .product-categories > li > ul {
	padding-top: 0px;
	padding-bottom: 4px;
}
body .widget_product_categories .product-categories > li > ul > li > a { /* Second Level */
	font-size: 14.5px;
	padding-block: 4px;
	color: #555555;
}
body .widget_product_categories .product-categories > li > ul > li > a:hover { /* Second Level */
	font-weight: 500;
	color: #111111;
}
body .widget_product_categories .product-categories > li > ul > li.current-cat > a { /* Second Level */
	font-weight: 500;
	color: #111111;
}

body .widget_product_categories .product-categories li.cat-item-63 { /* Uncategorized */
	display: none;
}


/* WooCommerce: Filter Products by Price */

body .widget_price_filter .widget-title {
	margin-bottom: 12px;
}
body .widget_price_filter .ui-slider-horizontal {
	margin-bottom: 16px;
}

body .widget_price_filter [class*="price_slider_amount"] {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
body .widget_price_filter [class*="price_slider_amount"] .price_label {
	font-size: 15px;
	line-height: 20px;
	color: #000000;
}
body .widget_price_filter [class*="price_slider_amount"] .price_label span {
	font-weight: 500;
	color: #000000;
}
body .widget_price_filter [class*="price_slider_amount"] .button {
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	min-height: 30px;
	padding: 5px 18px;
}

body .widget_price_filter .ui-slider-horizontal {
	margin-bottom: 10px;
}
body .widget_price_filter .ui-slider .ui-slider-range {
	margin-top: 0;
	height: 1px;
	background-color: #222222;
}


/* WooCommerce: Filter Stock Status */

body .wd-widget-stock-status ul {
	margin: -5px 0!important;
}
body .wd-widget-stock-status li {
	margin: 0;
}
body .wd-widget-stock-status li a {
	font-size: 14px;
	line-height: 18px;
	padding-block: 5px;
	color: #000000;
}
body .wd-widget-stock-status li.wd-active a {
	font-weight: 400!important;
	color: #000000!important;
}
body .wd-widget-stock-status li a .wd-filter-lable {
	display: block;
}

body .wd-widget-stock-status .wd-checkboxes-on li > a:before {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-inline-end: 8px;
	border: 1px solid #000000;
}
body .wd-widget-stock-status .wd-checkboxes-on li > a:hover:before {
	border-color: #000000;
}
body .wd-widget-stock-status .wd-checkboxes-on li.wd-active > a:before {
	background-color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}
body .wd-widget-stock-status .wd-checkboxes-on li > a:after {
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	inset-inline-start: 0;
}


/* WoodMart WooCommerce Layered Nav */

body .wd-filter-list {
	margin: -5px 0;
}
body .wd-filter-list li {
	margin: 0;
}
body .wd-filter-list li a {
	font-size: 14px;
	line-height: 18px;
	padding-block: 5px;
	color: #000000;
}
body .wd-filter-list li.wd-active a {
	font-weight: 400!important;
	color: #000000!important;
}
body .wd-filter-list li a .wd-filter-lable {
	display: block;
}

body .wd-filter-list.wd-checkboxes-on li > a:before {
	display: block;
	width: 18px;
	height: 18px;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	margin-inline-end: 8px;
	border: 1px solid #000000;
}
body .wd-filter-list.wd-checkboxes-on li > a:hover:before {
	border-color: #000000;
}
body .wd-filter-list.wd-checkboxes-on li.wd-active > a:before {
	background-color: var(--wd-primary-color);
	border-color: var(--wd-primary-color);
}
body .wd-filter-list.wd-checkboxes-on li > a:after {
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	width: 18px;
	height: 18px;
	top: 50%;
	transform: translateY(-50%);
	inset-inline-start: 0;
}

#woodmart-woocommerce-layered-nav-12 .wd-swatches-filter .wd-swatch { /* Brands (WooCommerce) */
	display: none;
}
#woodmart-woocommerce-layered-nav-12 .wd-swatches-filter .wd-filter-lable { /* Brands (WooCommerce) */
	margin-inline-start: 0;
}


/* WooCommerce: Active Product Filters */

body .wd-active-filters {
	font-size: 15px;
	line-height: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px 16px;
	padding-top: 2px;
}
body .wd-active-filters .wd-clear-filters {
	padding: 0;
	border: none;
}
body .wd-active-filters .wd-clear-filters > a {
	font-weight: 500;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	transition: none;
	color: #000000;
}
body .wd-active-filters .wd-clear-filters > a:hover {
	color: #444444;
}
body .wd-active-filters .wd-clear-filters > a:before {
	margin: 0;
}
body .wd-active-filters .wd-clear-filters > a:after {
	content: none;
}
@media (max-width: 1024px) {
	body .wd-active-filters {
		flex-direction: column;
		padding-top: 0;
	}
}

body .wd-active-filters .widget_layered_nav_filters ul {
	font-size: 15px;
	line-height: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px 16px;
}
body .wd-active-filters .widget_layered_nav_filters ul a {
	font-weight: 500;
	line-height: 1;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 4px;
	transition: none;
	color: #000000;
}
body .wd-active-filters .widget_layered_nav_filters ul a:hover {
	color: #444444;
}
body .wd-active-filters .widget_layered_nav_filters ul a:before {
	margin: 0;
}


/* Hide Widgets Conditionally */

body.woocommerce.search-results .widget_price_filter {
	display: none;
}
body.woocommerce.tax-product_brand #woodmart-woocommerce-layered-nav-12 {
	display: none;
}


/*------------------------------------------------------------*/
/* Offcanvas Elements */

.wd-heading {
	padding: 20px 20px 19px 20px;
	border-bottom: 1px solid #00000022;
}
.wd-heading .title {
	font-size: 17px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
}
.wd-heading .wd-action-btn > a {
	gap: 4px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	height: 20px!important;
	transition: none;
	color: #000000;
}
.wd-heading .wd-action-btn > a:before {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	height: 20px;
	width: 20px;
	margin: 0;
}
.wd-heading .wd-action-btn > a:after {
	content: none;
}


/* Mobile Navigation */

.mobile-nav .searchform input[type="text"] {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	padding-right: 48px;
	padding-left: 20px;
	height: 60px;
	color: #000000;
}
.mobile-nav .searchform input[type="text"]::placeholder {
	color: #888888;
}
.mobile-nav .searchform .searchsubmit {
	width: 60px;
}
.mobile-nav .searchform .searchsubmit:after {
	color: #000000;
}

.mobile-nav .wd-nav-mobile > li > a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	min-height: 48px;
	color: #000000;
}
.mobile-nav .wd-nav-mobile > li > ul > li > a {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	min-height: 46px;
	color: #222222;
}
.mobile-nav .wd-nav-mobile > li.current-menu-ancestor > a,
.mobile-nav .wd-nav-mobile > li.current-menu-parent > a,
.mobile-nav .wd-nav-mobile > li.current-menu-item > a {
	font-weight: 500;
	color: #000000;
}
.mobile-nav .wd-nav-mobile > li > ul > li.current-menu-item > a {
	font-weight: 500;
	color: #000000;
}
.mobile-nav .wd-nav-mobile > li > ul > li.current-cat > a { /* Automatic Submenu Items */
	font-weight: 500;
	color: #000000;
}


/* WooCommerce: Mini Cart */

.wd-empty-mini-cart .woocommerce-mini-cart__empty-message {
	font-weight: 500;
}
.wd-empty-mini-cart .wc-backward {
	display: none;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item {
	padding: 15px 20px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-link {
	margin: 0;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image {
	margin-right: 14px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-item-image img {
	display: block;
	min-width: 64px;
	max-width: 64px;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info {
	padding-right: 24px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info .wd-entities-title {
	display: block;
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	margin-bottom: 6px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info span.quantity {
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #888888;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info .amount {
	font-weight: 500;
}
@media (max-width: 767px) {
	.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info .wd-entities-title {
		font-size: 16px;
		line-height: 20px;
	}
	.woocommerce-mini-cart .woocommerce-mini-cart-item .cart-info span.quantity {
		font-size: 17px;
	}
}

.woocommerce-mini-cart .woocommerce-mini-cart-item .remove {
	top: 12px;
	inset-inline-end: 15px;
}
.woocommerce-mini-cart .woocommerce-mini-cart-item .remove:after {
	font-size: 14px;
}

.woocommerce-mini-cart__total {
	align-items: flex-end;
	font-size: 16px!important;
	line-height: 1!important;
	font-weight: 500;
	padding-block: 18px;
	padding-inline: 20px!important;
	border-top: 1px solid #00000022;
	border-bottom: 1px solid #00000022;
}
.woocommerce-mini-cart__total strong {
	font-weight: 700;
	color: #000000;
}
.woocommerce-mini-cart__total .woocommerce-Price-amount {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin-bottom: -1px;
}
.woocommerce-mini-cart__buttons {
	padding-left: 20px!important;
	padding-right: 20px!important;
	padding-top: 15px;
}
.woocommerce-mini-cart__buttons .button {
	font-size: 15px;
	line-height: 1;
	font-weight: 400!important;
	min-height: 38px;
}
.woocommerce-mini-cart__buttons .button:hover {
	/* color: var(--btn-default-color-hover); */
	/* box-shadow: var(--btn-default-box-shadow-hover); */
	/* background-color: var(--btn-default-bgcolor-hover); */
}
.woocommerce-mini-cart__buttons .button.checkout:hover {
	color: #FFFFFF;
	background-color: #111111;
}
@media (max-width: 767px) {
	.woocommerce-mini-cart__buttons .button {
		font-size: 16px;
	}
}


/*------------------------------------------------------------*/
/* WooCommerce: Components */

/* Notices */

body .woocommerce-error,
body .woocommerce-message,
body .woocommerce-info {
	font-size: 14.5px;
	line-height: 18px;
	padding-top: 12px;
	padding-block: 15px;
	padding-inline: 48px 24px!important;
	min-height: 48px;
	gap: 4px 6px;
}
body .woocommerce-error a,
body .woocommerce-message a,
body .woocommerce-info a {
	text-decoration: none;
}
body .woocommerce-error:before,
body .woocommerce-message:before,
body .woocommerce-info:before {
	left: 16px;
}

/* Product Labels */

body .product-labels {
	gap: 4px;
	max-width: 50%!important;
}
body .product-label {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	padding: 2px 8px 2px 8px;
	min-width: 48px;
	border-radius: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
}
body .product-label.out-of-stock {
	font-size: 11px;
	padding: 3px 8px 1px 8px;
}

body.single-product .product-label {
	font-size: 13px;
	font-weight: 500;
	padding: 4px 12px 4px 12px;
	min-width: 56px;
}
body.single-product .product-label.out-of-stock {
	font-size: 12px;
}

/* Pagination */

body .wd-pagination ul li .page-numbers {
	font-size: 15px;
	font-weight: 500;
	border-radius: 2px;
	color: var(--wd-text-color);
}
body .wd-pagination ul li .prev,
body .wd-pagination ul li .next {
	font-size: 0;
}
body .wd-pagination ul li .current {
	color: #FFFFFF;
	background-color: var(--wd-primary-color);
}
body .wd-pagination ul li a:hover {
	background-color: #00000011;
}

/* Tables */

table th {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #888888;
}
table tbody th,
table tfoot th {
	border-bottom: 1px solid #888888;
}
table td {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	border-bottom: 1px solid #888888;
}
@media (max-width: 768.98px) {
	.shop_table_responsive tr {
		border-bottom: 1px solid #888888;
	}
}

/* Select2 */

.select2-container .select2-selection__rendered {
	font-size: 16px;
}
.select2-container .select2-search--dropdown {
	padding: 8px!important;
}
.select2-container .select2-results__option {
	font-size: 15px;
	font-weight: 400!important;
	padding: 10px 8px 9px 8px!important;
}


/*------------------------------------------------------------*/
/* WooCommerce: Forms */

.form-row {
	margin-bottom: 16px;
}
.form-row:last-child {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.form-row-first,
	.form-row-last {
		/* width: 49%; */
	}
}

.form-row label {
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 6px;
}
.form-row label .required {
	color: #880000
}
.form-row label .optional {
	display: none;
}
.form-row .woocommerce-input-wrapper {
	display: block;
}

.form-row .show-password-input {
	background: none;
}

.form-row .input-text {
	font-size: 16px;
	line-height: 24px;
}
.form-row .input-text::placeholder {
	color: #00000088;
}
.form-row input[type="password"] {
	letter-spacing: 2px; /* Font Workaround! */
}
.form-row input[type="password"]::placeholder {
	letter-spacing: 0; /* Font Workaround! */
}

.form-row .select {
	font-size: 16px;
	line-height: 24px;
}

.woocommerce-form__label-for-checkbox {
	font-size: 15px;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 6px;
}
.woocommerce-form__label-for-checkbox input[type="checkbox"] {
	margin: 1px 0 0 0;
}


/*------------------------------------------------------------*/
/* WooCommerce: Product Loops */

/* No Products */

.no-products-footer .wd-search-form {
	display: none;
}

/* Product Grid */

@media (min-width: 1025px) and (max-width: 1279px) {
	body.woocommerce.archive .wd-products {
		--wd-col-lg: 3!important;
	}
}

/* Product */

.wd-products .wd-product .wd-entities-title {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: -3px;
}
.wd-products .wd-product .wd-entities-title a {
	display: block;
}
@media (max-width: 767px) {
	.wd-products .wd-product .wd-entities-title {
		font-size: 15px;
		line-height: 19px;
	}
}

.wd-products .wd-product .wd-product-brands-links {
	display: flex;
	font-size: 14px;
	line-height: 18px;
	margin-top: -3px;
	margin-bottom: -2px;
}
.wd-products .wd-product .wd-product-brands-links a {
	display: block;
	color: #000000;
}
.wd-products .wd-product .wd-product-brands-links a:hover {
	color: #444444;
}

.wd-products .wd-product .wrap-price .price {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 4px 7px;
	margin-top: -2px;
	margin-bottom: 0;
}
.wd-products .wd-product .wrap-price .price .amount {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.wd-products .wd-product .wrap-price .price ins {
	order: 1;
}
.wd-products .wd-product .wrap-price .price ins,
.wd-products .wd-product .wrap-price .price ins > .amount {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.03em;
}
.wd-products .wd-product .wrap-price .price del {
	margin-bottom: 1px;
	order: 2;
}
.wd-products .wd-product .wrap-price .price del,
.wd-products .wd-product .wrap-price .price del > .amount {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	color: #444444;
}
@media (max-width: 767px) {
	.wd-products .wd-product .wrap-price .price {
		gap: 4px 6px;
		margin-top: -1px;
	}
	.wd-products .wd-product .wrap-price .price .amount {
		font-size: 18px;
	}
	.wd-products .wd-product .wrap-price .price ins,
	.wd-products .wd-product .wrap-price .price ins > .amount {
		font-size: 18px;
	}
	.wd-products .wd-product .wrap-price .price del,
	.wd-products .wd-product .wrap-price .price del > .amount {
		font-size: 15px;
	}
}

.wd-products .wd-product .wd-product-footer .add-to-cart-loop {
	font-weight: 400;
}
.wd-products .wd-product .wd-product-footer .add-to-cart-loop span {
	font-size: 14px;
}
.wd-products .wd-product .wd-product-footer .add-to-cart-loop span.text-short {
	display: none;
}
@media (max-width: 1024px) {
	.wd-products .wd-product .wd-product-footer .add-to-cart-loop span.text-long {
		display: none;
	}
	.wd-products .wd-product .wd-product-footer .add-to-cart-loop span.text-short {
		display: block;
	}
}
@media (max-width: 767px) {
	.wd-products .wd-product .wd-product-footer .add-to-cart-loop {
		--btn-height: 32px;
	}
}

/* Product Buttons */

.wd-products .wd-product .wd-buttons {
	opacity: 1!important;
}
.wd-products .wd-product .wd-buttons .wd-wishlist-btn > a:before {
	content: "";
	display: block;
	width: var(--wd-action-icon-size);
	height: var(--wd-action-icon-size);
	transition: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/icon-small-wishlist-black.svg');
}
.wd-products .wd-product .wd-buttons .wd-wishlist-btn > a.loading:before,
.wd-products .wd-product .wd-buttons .wd-wishlist-btn > a.added:before {
	content: "";
	background-image: url('img/icon-small-wishlist-pink-2.svg');
}
@media (max-width: 1024px) {
	.wd-products .wd-product .wd-buttons .wd-wishlist-btn > a:before,
	.wd-products .wd-product .wd-buttons .wd-wishlist-btn > a:after {
		width: 16px; /* Default is too small! */
		height: 16px; /* Default is too small! */
	}
}

.wd-products .wd-product .wd-add-btn-replace .add-to-cart-loop:before{
	content: "";
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/icon-small-cart-white.svg');
}


/*------------------------------------------------------------*/
/* WooCommerce: Single Product */

/* Product Wishlist */

body.single-product .wd-single-add-cart .stock {
	font-size: 14.5px;
	line-height: 20px;
	font-weight: 500;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
	color: #000000;
}
body.single-product .wd-single-add-cart .cart {
	flex-wrap: nowrap;
	gap: 10px;
}
body.single-product .wd-single-add-cart .cart .single_add_to_cart_button {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	gap: 8px;
}
body.single-product .wd-single-add-cart .cart .single_add_to_cart_button span {
	margin-top: 2px;
}
body.single-product .wd-single-add-cart .cart .single_add_to_cart_button span.text-short {
	display: none;
}
body.single-product .wd-single-add-cart .cart .single_add_to_cart_button div.custom-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/icon-small-cart-white.svg');
}
@media (max-width: 1024px) {
	body.single-product .wd-single-add-cart .cart .single_add_to_cart_button {
		font-size: 15px;
		line-height: 1;
	}
	body.single-product .wd-single-add-cart .cart .single_add_to_cart_button span.text-long {
		display: none;
	}
	body.single-product .wd-single-add-cart .cart .single_add_to_cart_button span.text-short {
		display: block;
	}
}
@media (max-width: 767px) {
	body.single-product .wd-single-add-cart .cart .single_add_to_cart_button {
		font-size: 15px;
		line-height: 1;
		font-weight: 400;
	}
}

body.single-product .wd-single-wishlist-btn .wd-wishlist-btn > a:before {
	content: "";
	display: block;
	width: var(--wd-action-icon-size);
	height: var(--wd-action-icon-size);
	transition: none;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/icon-small-wishlist-white.svg');
}
body.single-product .wd-single-wishlist-btn .wd-wishlist-btn > a.loading:before,
body.single-product .wd-single-wishlist-btn .wd-wishlist-btn > a.added:before {
	content: "";
	background-image: url('img/icon-small-wishlist-white-2.svg');
}

/* Product Linked Variations */

body.single-product .wd-single-linked-variations .cell {
	display: block;
}
body.single-product .wd-single-linked-variations .cell.label {
	padding: 0;
	margin: 0 0 6px 0;
}
body.single-product .wd-single-linked-variations .cell.label label {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
}
body.single-product .wd-single-linked-variations .cell.label label:after {
	margin: 0;
}
body.single-product .wd-single-linked-variations .cell.value .wd-swatches {
	--wd-swatch-size: 56px;
	gap: 8px;
}
body.single-product .wd-single-linked-variations .cell.value .wd-swatches .wd-swatch {
	box-shadow: none!important;
	border-radius: 3px;
	border: 1px solid #00000022;
}
body.single-product .wd-single-linked-variations .cell.value .wd-swatches .wd-swatch.wd-bg:is(.wd-active,:hover:not(.wd-disabled)) {
	border-color: #000000;
}

/* Product Meta */

body.single-product .product_meta {
	font-size: 14px;
	line-height: 18px;
	gap: 3px;
}
body.single-product .product_meta > span {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	white-space: nowrap;
	gap: 0;
}
body.single-product .product_meta > span > a {
	transition: none;
}
body.single-product .product_meta > span > a,
body.single-product .product_meta > span > span {
	display: block;
	font-weight: 500;
	color: #000000;
}
body.single-product .product_meta > span > span.meta-label {
	font-weight: 400;
	margin-right: 4px;
	color: #444444;
}
body.single-product .product_meta > span > span.meta-sep {
	margin-left: 0;
	margin-right: 4px;
}

/* Accordion: Product Tabs */

body.single-product .wd-accordion.wd-style-default > .wd-accordion-item:first-of-type,
body.single-product .wd-accordion.wd-style-default > .wd-nav-wrapper + .wd-accordion-item {
	border-top: 1px solid #888888;
}
body.single-product .wd-accordion.wd-style-default > .wd-accordion-item {
	border-bottom: 1px solid #888888;
}
body.single-product .wd-accordion-opener {
	color: #444444;
	font-size: 12px;
	line-height: 1;
}
body.single-product .wd-accordion-title {
	gap: 12px;
	padding-block: 16px;
	transition: none;
}
body.single-product .wd-accordion-title-text {
	color: #000000;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
body.single-product .wd-accordion-title:hover .wd-accordion-title-text {
	color: #444444;
}
body.single-product .wd-accordion-title.wd-active .wd-accordion-title-text {
	color: #000000;
	font-weight: 500;
}

/* Accordion: Product Tabs - Text Content */

body.single-product .wd-accordion-content {
	font-size: 14.5px;
	line-height: 21px;
	color: #222222;
}
body.single-product .wd-accordion-content p {
	margin-bottom: 10px;
}
body.single-product .wd-accordion-content p:last-child {
	margin-bottom: 0;
}

body.single-product .wd-accordion-content a {
	text-decoration: underline;
	color: #222222;
}
body.single-product .wd-accordion-content a:hover {
	text-decoration: underline;
	color: var(--wd-link-color-hover);
}

body.single-product .wd-accordion-content b,
body.single-product .wd-accordion-content strong {
	font-weight: 500;
}

body.single-product .wd-accordion-content ul {
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-position: outside;
}
body.single-product .wd-accordion-content ul li {
	margin-bottom: 0;
}
body.single-product .wd-accordion-content ul li:last-child {
	margin-bottom: 0;
}

/* Accordion: Product Tabs - Product Attributes */

body.single-product .wd-accordion-content .shop_attributes {
	margin: 6px 0 6px 0;
}
body.single-product .wd-accordion-content .shop_attributes .wd-attr-name-label {
	display: inline-flex;
}
body.single-product .wd-accordion-content .shop_attributes .wd-attr-name-label:after {
	content: ":";
}

body.single-product .wd-accordion-content .shop_attributes tr {
	gap: 2px;
}
body.single-product .wd-accordion-content .shop_attributes th {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}
body.single-product .wd-accordion-content .shop_attributes td {
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
}
body.single-product .wd-accordion-content .shop_attributes td a {
	display: block;
	text-decoration: none;
	color: inherit;
}
body.single-product .wd-accordion-content .shop_attributes td a:hover {
	text-decoration: none;
	color: var(--wd-link-color-hover);
}

body.single-product .wd-accordion-content .shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_net-volume .wd-attr-term p:after {
	content: "ml";
}
body.single-product .wd-accordion-content .shop_attributes tr.woocommerce-product-attributes-item--attribute_pa_net-weight .wd-attr-term p:after {
	content: "g";
}


/*------------------------------------------------------------*/
/* WooCommerce: Cart & Checkout */

/* WoodMart: Empty Cart */
/* Also used in empty Wishlist */

body .wd-empty-page {
	font-size: 28px;
	font-weight: 500;
}
body .wd-empty-page-text {
	font-size: 15px;
	line-height: 21px;
	padding: 0 32px;
}
body .wd-empty-page-text + .return-to-shop {
	margin-top: 24px;
}
body .wd-empty-page-text + .return-to-shop .button {
	font-size: 15px;
	font-weight: 400;
	min-height: 40px;
}
body .wd-empty-page-text + .return-to-shop .button:hover {
	background: #222222;
}
@media (max-width: 1024px) {
	body .wd-empty-page {
		font-size: 28px;
	}
}
@media (max-width: 768.98px) {
	body .wd-empty-page {
		font-size: 28px;
	}
}
@media (max-width: 576px) {
	body .wd-empty-page {
		font-size: 24px;
	}
}


/* WoodMart: Checkout Steps */

body .wd-checkout-steps {
	font-size: 19px;
	line-height: 21px;
	font-weight: 400;
	text-transform: none;
	gap: 8px 12px;
}
body .wd-checkout-steps li {
	flex-wrap: nowrap;
	gap: 12px;
}
body .wd-checkout-steps li a {
	transform: none;
	opacity: 1;
}
body .wd-checkout-steps li span {
	display: block;
	opacity: 1;
}
body .wd-checkout-steps li.step-active {
	font-weight: 500;
}
body .wd-checkout-steps li.step-active > a,
body .wd-checkout-steps li.step-active > span {
	text-decoration: none; /* Safari Fix! */
	border-bottom: 2px solid var(--wd-primary-color);
}

@media (min-width: 769px) {
	body .wd-checkout-steps li:not(:last-child):after {
		content: "";
		opacity: 1;
		display: block;
		width: 48px;
		height: 24px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		background-image: url('img/icon-small-arrow-right-black.svg');
	}
}
@media (max-width: 768px) {
	body .wd-checkout-steps {
		font-size: 26px;
		line-height: 26px;
	}
	body .wd-checkout-steps .step-complete {
		font-size: 24px;
		line-height: 24px;
	}
}

/* Cart */

.woocommerce-cart-form th.product-remove {
	width: 30px;
}
.woocommerce-cart-form td.product-remove a {
	color: #000000;
}
.woocommerce-cart-form td.product-thumbnail img {
	display: block;
	min-width: 64px;
	max-width: 64px;
	padding: 0;
}
.woocommerce-cart-form td.product-name a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}
.woocommerce-cart-form td.product-price > .amount {
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	color: #000000;
}
.woocommerce-cart-form td.product-subtotal > .amount {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: var(--wd-primary-color);
}

@media (max-width: 768.98px) {
	.woocommerce-cart-form tr {
		padding-inline-start: 88px;
		min-height: 88px;
		gap: 6px;
	}
	.woocommerce-cart-form td {
		padding-bottom: 0!important;
		border-bottom: none!important;
		gap: 6px;
	}
	.woocommerce-cart-form td.product-thumbnail {
		padding-top: 2px;
	}
	.woocommerce-cart-form td.product-thumbnail img {
		min-width: 72px!important;
		max-width: 72px!important;
		padding: 0;
	}
	.woocommerce-cart-form td.product-name {
		padding-right: 32px;
		margin-bottom: 4px;
	}
	.woocommerce-cart-form td.product-name a {
		font-size: 16px;
		line-height: 21px;
		font-weight: 500;
	}
	.woocommerce-cart-form td.product-quantity {
		margin-top: -2px;
	}
}

.woocommerce-cart-form .wd-coupon-form .input-text {
	font-size: 16px;
	font-weight: 500;
}
.woocommerce-cart-form .wd-coupon-form .input-text::placeholder {
	color: #00000088;
}
.woocommerce-cart-form .wd-coupon-form .button {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}
@media (max-width: 768.98px) {
	.woocommerce-cart-form .wd-coupon-form .button {
		font-size: 15px;
	}
}

.cart-totals-inner .shop_table {
	margin-bottom: 20px;
}
.cart-totals-inner .shop_table th,
.cart-totals-inner .shop_table tr,
.cart-totals-inner .shop_table td {
	font-size: 16px;
	line-height: 20px;
}
.cart-totals-inner .shop_table td:before {
	font-weight: 400!important;
}
.cart-totals-inner .shop_table td .amount {
	font-weight: 500;
}
.cart-totals-inner .shop_table tr {
	border-bottom: 1px solid #888888!important;
}
.cart-totals-inner .shop_table tr:last-child {
	border-bottom: none!important;
}
.cart-totals-inner .shop_table tr.cart-discount .woocommerce-remove-coupon {
	margin-top: -5px;
	margin-bottom: -5px;
	color: #000000;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
	padding-left: 1px; /* Checkbox Shadow Fix */
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;;
	margin-bottom: 0;
	gap: 8px;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods {
	margin-bottom: 12px;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods li input {
	top: unset!important;
	margin-top: 1px;
	margin-right: 0;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-methods li label {
	display: block;
	font-size: 15px;
	line-height: 20px;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination {
	font-size: 14px;
	margin-top: 0;
	color: #888888;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination span {
	display: block;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-destination strong {
	font-weight: 500;
}
.cart-totals-inner .shop_table tr.woocommerce-shipping-totals .woocommerce-shipping-not_enabled-on-cart-html {
	display: block;
	font-size: 14px;
	color: #888888;
}
.cart-totals-inner .shop_table tr.order-total strong .amount {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}
.cart-totals-inner .shop_table tr.order-total small {
	display: block;
	font-size: 12px;
}
.cart-totals-inner .checkout-button {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
.cart-totals-inner .checkout-button:hover {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	background: #111111;
	color: #FFFFFF;
}


/* Checkout */

.wd-checkout-login .woocommerce-form-login-toggle > div {
	display: flex!important;
	flex-direction: row!important;
	flex-wrap: wrap!important;
	justify-content: flex-start!important;
	align-items: flex-start!important;
	font-size: 14px!important;
	line-height: 20px!important;
	font-weight: 500!important;
	color: #000000!important;
	gap: 0px 4px!important;
}
.wd-checkout-login .woocommerce-form-login {
	max-width: 480px!important;
	margin-top: 16px!important;
	margin-bottom: 8px!important;
	padding: 24px 24px 28px 24px;
}
.wd-checkout-login .woocommerce-form-login p:first-child {
	font-size: 14px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.wd-checkout-login .woocommerce-form-login-toggle > div {
		flex-direction: column!important;
	}
	.wd-checkout-login .woocommerce-form-login {
		padding: 16px 16px 20px 16px;
	}
}

.wd-checkout-coupon .woocommerce-form-coupon-toggle > div {
	display: flex!important;
	flex-direction: row!important;
	flex-wrap: wrap!important;
	justify-content: flex-start!important;
	align-items: flex-start!important;
	font-size: 14px!important;
	line-height: 20px!important;
	font-weight: 500!important;
	color: #000000!important;
	gap: 0px 4px!important;
}
.wd-checkout-coupon .woocommerce-form-coupon {
	max-width: 480px!important;
	margin-top: 16px!important;
	margin-bottom: 8px!important;
	padding: 24px 24px 28px 24px;
	gap: 16px;
}
.wd-checkout-coupon .woocommerce-form-coupon p:first-child {
	font-size: 15px;
	line-height: 20px;
}
.wd-checkout-coupon .woocommerce-form-coupon .form-row {
	margin-bottom: 0;
}
.wd-checkout-coupon .woocommerce-form-coupon .button {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}
.wd-checkout-coupon .woocommerce-message {
	margin-top: 16px;
	margin-bottom: 0;
}
@media (max-width: 767px) {
	.wd-checkout-coupon .woocommerce-form-coupon-toggle > div {
		flex-direction: column!important;
	}
	.wd-checkout-coupon .woocommerce-form-coupon {
		padding: 16px 16px 20px 16px;
	}
}


/* Shipping/Billing Details */

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row {
	margin-bottom: 0;
}
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper {
	--wd-gap: 16px;
}

.woocommerce-billing-fields > h3 {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 28px;
}
@media (max-width: 1024px) {
	.woocommerce-billing-fields > h3 {
		margin-bottom: 24px;
	}
}

.woocommerce-account-fields p.create-account label {
	font-weight: 400!important;
}
.woocommerce-account-fields div.create-account .woocommerce-password-strength {
	font-size: 14px;
	line-height: 19px;
	font-weight: 400;
	margin-top: 7px;
	color: #000000;
}
.woocommerce-account-fields div.create-account .woocommerce-password-hint {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin-top: 2px;
	color: #00000088;
}

.woocommerce-shipping-fields #ship-to-different-address label {
	font-weight: 400!important;
	margin-bottom: 0;
}


/* Order Review */

.woocommerce-checkout-review-order-table tr {
	border-bottom: 1px solid #888888;
}
.woocommerce-checkout-review-order-table thead tr {
	border-width: 1px;
}

.woocommerce-checkout-review-order-table .wd-checkout-prod-img {
	margin-inline-end: 16px;
}
.woocommerce-checkout-review-order-table .wd-checkout-prod-img a {
	display: block;
}
.woocommerce-checkout-review-order-table .wd-checkout-remove-btn-wrapp a {
	color: #000000;
}
.woocommerce-checkout-review-order-table .cart-product-label-link,
.woocommerce-checkout-review-order-table .cart-product-label {
	display: block;
}
.woocommerce-checkout-review-order-table .cart-product-label-link {
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: #000000;
}
.woocommerce-checkout-review-order-table .wd-checkout-prod-cont .quantity {
	margin-top: 8px;
}
.woocommerce-checkout-review-order-table .wd-checkout-prod-total .amount {
	display: block;
	font-size: 16px;
	line-height: 20px;
}
@media (max-width: 767px) {
	.woocommerce-checkout-review-order-table .cart-product-label-link {
		font-size: 16px;
		line-height: 20px;
		/* font-weight: 500; */
	}
}

.woocommerce-checkout-review-order-table tfoot tr,
.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
	font-size: 16px;
	line-height: 20px;
}
.woocommerce-checkout-review-order-table tfoot td .amount {
	font-weight: 500;
}
.woocommerce-checkout-review-order-table tfoot td .woocommerce-remove-coupon {
	margin-top: -5px;
	margin-bottom: -5px;
	color: #000000;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 8px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;;
	margin-bottom: 0;
	gap: 8px 8px;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input {
	flex: 0 0 auto;
	display: block;
	top: unset!important;
	margin-top: 1px;
	margin-left: 0;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
	flex: 1 0 75%;
	display: block;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
}
.woocommerce-checkout-review-order-table .order-total td strong .amount {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 4px;
}
.woocommerce-checkout-review-order-table .order-total td small {
	display: block;
	font-size: 12px;
}

.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_delivery_button {
	flex: 0 0 auto;
	display: block;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	min-height: 40px;
	min-width: 240px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-radius: 4px;
	box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_selected_locker_details {
	flex: 0 0 100%;
	display: block;
	text-align: left;
	margin: 0;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_selected_locker_details > div {
	font-family: inherit!important;
	margin-top: -4px!important;
	margin-bottom: 8px!important;
	padding-left: 12px;
	border-left: 2px solid #84C33F;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_selected_locker_details > div p {
	font-size: 15px!important;
	line-height: 1.4!important;
	margin-bottom: 0!important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_selected_locker_details > div p b {
	font-weight: 500!important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_selected_locker_details > div p:first-child {
	font-size: 16px!important;
	line-height: 22px!important;
	font-weight: 700!important;
	margin-bottom: 0!important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-methods li #box_now_selected_locker_details > div p:first-child b {
	font-weight: 700!important;
}

.woocommerce-checkout-payment .wc_payment_methods {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 12px;
	margin-bottom: 20px;
	padding-left: 1px; /* Checkbox Shadow Fix */
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-bottom: 0;
	gap: 0 6px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input {
	flex: 0 0 auto;
	margin-top: 1px;
	margin-right: 0;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
	flex: 1 0 75%;
	display: block;
	font-size: 15px;
	line-height: 20px;
}
.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box {
	flex: 0 0 100%;
	font-size: 14px;
	line-height: 19px;
	padding: 14px 16px 14px 16px;
	margin-top: 16px;
	margin-bottom: 4px;
	box-shadow: none;
	background-color: #E8E8E8!important;
	color: #222222;
}

.woocommerce-checkout-payment .wc_payment_methods .wc_payment_method .payment_box .globalpayments iframe {
	display: block;
	min-height: 50px;
}

.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
	padding: 16px 0 24px 0;
	border-top: 1px solid #888888;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	gap: 8px;
}
.woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label input {
	margin-top: 1px;
}

.woocommerce-checkout-payment #place_order {
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
.woocommerce-checkout-payment #place_order:hover {
	background-color: #000000;
	color: #FFFFFF;
}


/*------------------------------------------------------------*/
/* WooCommerce: Order & Order Confirmed */

.woocommerce-order {
	margin: 0!important;
	max-width: 100%!important;
}

.woocommerce-thankyou-order-received {
	font-size: 16px;
	line-height: 21px;
	font-weight: 500;
	text-align: left;
	padding: 12px 16px;
	margin-bottom: 20px;
	border-radius: 2px;
	border: 2px solid #7A9C59;
	background: #7A9C59;
	color: #FFFFFF;
}

.woocommerce-order-overview {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	list-style: none;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
	gap: 12px;
}
.woocommerce-order-overview li {
	gap: 0!important;
	text-align: left;
	padding: 0!important;
	margin: 0!important;
	border: none!important;
	color: #444444;
	flex-basis: unset; /* Mobile Fix */
	max-width: unset; /* Mobile Fix */
}
.woocommerce-order-overview li strong {
	display: block;
	font-weight: 700;
	margin-top: 0;
	color: #000000;
}
.woocommerce-order-overview li .amount {
	font-weight: 700;
}
.woocommerce-order-overview + p {
	display: block;
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
}

.woocommerce-order-details {
	margin-top: 40px;
	margin-bottom: 40px;
}
.woocommerce-order-details .responsive-table {
	margin: 0;
}
.woocommerce-order-details .woocommerce-order-details__title {
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
}
.woocommerce-order-details .woocommerce-table--order-details {
	margin-top: -15px;
}
.woocommerce-order-details .woocommerce-table--order-details tr,
.woocommerce-order-details .woocommerce-table--order-details th,
.woocommerce-order-details .woocommerce-table--order-details td {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #888888;
}
.woocommerce-order-details .woocommerce-table--order-details tfoot th {
	text-transform: none!important; /* Override */
	font-size: inherit!important; /* Override */
}
.woocommerce-order-details .woocommerce-table--order-details td small {
	font-size: 13px;
}
.woocommerce-order-details .woocommerce-table--order-details td .amount {
	font-weight: 500;
}
.woocommerce-order-details .woocommerce-table__product-name a {
	display: block;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 2px;
}
.woocommerce-order-details .woocommerce-table__product-name strong {
	font-weight: 500;
}
.woocommerce-order-details .woocommerce-button {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	text-transform: none;
	padding: 4px 12px;
	min-height: 32px;
	border-radius: 2px;
	background: var(--wd-primary-color);
	color: #FFFFFF;
}
.woocommerce-order-details .woocommerce-button:hover {
	background: #222222;
}

.woocommerce-customer-details .woocommerce-column__title {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 12px;
}
.woocommerce-customer-details address {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 24px;
}


/*------------------------------------------------------------*/
/* WooCommerce: Login & Registration */

.wd-login-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 16px;
}

/* User Login */

.woocommerce-form-login .woocommerce-form-login__submit {
	margin-top: 4px;
}
.woocommerce-form-login .login-form-footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 8px 8px;
}
.woocommerce-form-login .lost_password {
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	text-decoration: underline;
	text-decoration-color: var(--wd-primary-color);
}
.woocommerce-form-login .lost_password:hover {
	opacity: 1;
}
.woocommerce-form-login .button {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}
@media (max-width: 767px) {
	.woocommerce-form-login .login-form-footer {
		flex-direction: column;
		align-items: flex-start;
	}
}

/* User Registration */

.woocommerce-form-register > p:not([class]) {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 16px;
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
	font-size: 14px;
	line-height: 19px;
	margin-top: -8px;
	margin-bottom: 20px;
	opacity: 0.75;
}
.woocommerce-form-register .woocommerce-privacy-policy-text p {
	margin: 0;
}
.woocommerce-form-register .woocommerce-privacy-policy-text a {
	color: inherit;
	text-decoration: underline;
	text-decoration-color: var(--wd-primary-color);
}
.woocommerce-form-register .button {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

.woocommerce-form-register .woocommerce-password-strength { /* Password Strength Meter */
	font-size: 14px;
	line-height: 20px;
	padding: 10px 12px;
	margin-top: 12px;
	margin-bottom: 0;
	border-radius: 2px;
}

.woocommerce-form-register .cf-turnstile > div { /* Cloudflare Turnstile */
	display: flex;
}

/* Lost Password */

.lost_reset_password {
	font-size: 16px;
	padding-top: 0;
	padding-bottom: 0;
	max-width: 480px;
}
.lost_reset_password > p:not([class]) {
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 16px;
}
.lost_reset_password .form-row-first {
	border-top: 1px solid #888888;
}
.lost_reset_password .button {
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
}

.lost_reset_password .woocommerce-password-strength { /* Password Strength Meter */
	font-size: 14px;
	line-height: 20px;
	padding: 10px 12px;
	margin-top: 12px;
	margin-bottom: 0;
	border-radius: 2px;
}

.lost_reset_password .cf-turnstile > div { /* Cloudflare Turnstile */
	display: flex;
}


/*------------------------------------------------------------*/
/* WooCommerce: User Account */

/* Columns */

.woocommerce-my-account-wrapper {
	margin-inline: -32px!important;
}
@media (max-width: 1024px) {
	.woocommerce-my-account-wrapper {
		margin-inline: -16px!important;
	}
}

.wd-my-account-sidebar,
.woocommerce-MyAccount-content {
	padding: 0 32px;
	border-color: #00000022;
}
@media (max-width: 1024px) {
	.wd-my-account-sidebar,
	.woocommerce-MyAccount-content {
		padding: 0 16px;
	}
}

/* Navigation */

.woocommerce-MyAccount-title {
	display: none;
}
.woocommerce-MyAccount-navigation {
	margin-bottom: 24px;
}
.woocommerce-MyAccount-navigation ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 4px;
}
@media (max-width: 768.98px) {
	.woocommerce-MyAccount-navigation ul {
		flex-direction: row;
		margin-top: -8px;
	}
}

.woocommerce-MyAccount-navigation ul li a {
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
	text-transform: none;
	padding: 8px 10px;
	transition: none;
	border-radius: 2px;
	background-color: #00000008;
	color: #000000;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
	background-color: #222222;
	color: #FFFFFF;
}
@media (max-width: 768.98px) {
	.woocommerce-MyAccount-navigation ul li a {
		font-size: 14px;
		line-height: 20px;
		font-weight: 500;
		padding: 6px 10px;
	}
}

/* My Account: General */

.woocommerce-MyAccount-content {
	font-size: 16px;
}
.woocommerce-MyAccount-content > p {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 20px;
}
.woocommerce-MyAccount-content > p:last-child {
	margin-bottom: 0;
}
.woocommerce-MyAccount-content > p a {
	color: #000000;
	text-decoration: underline;
	text-decoration-color: var(--wd-primary-color);
}

.woocommerce-MyAccount-content mark {
	font-weight: 500;
	padding: 4px 6px;
	border-radius: 2px;
	background-color: #222222;
	color: #FFFFFF;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content header h2 {
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: -0.02em;
	text-transform: none;
}

/* My Account: Links */

.wd-my-account-links {
	gap: 16px;
}
.wd-my-account-links a {
	padding: 16px;
	font-weight: 500;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	color: #000000;
}
.wd-my-account-links a:hover {
	background: #F8F8F8;
	color: #000000;
}
.wd-my-account-links a:before {
	display: block;
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	margin-top: 4px;
	margin-bottom: 8px;
	color: #222222;
}

/* Orders */

.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions {
	display: table-cell;	
}
.woocommerce-orders-table .woocommerce-button {
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	text-transform: none;
	padding: 4px 10px;
	min-height: 32px;
	border-radius: 2px;
	background: var(--wd-primary-color);
	color: #FFFFFF;
}
.woocommerce-orders-table .woocommerce-button:hover {
	background: #222222;
}

/* Addresses */

.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title {
	margin-bottom: 12px;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title h2 {
	font-size: 20px;
	margin-bottom: 14px;
}
.woocommerce-Addresses .woocommerce-Address .woocommerce-Address-title .edit {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
.woocommerce-Addresses .woocommerce-Address address {
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	margin-bottom: 24px;
}

.woocommerce-address-fields > p:last-child {
	margin-top: 20px;
	margin-bottom: 0;
}
.woocommerce-address-fields > p .button {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}
.woocommerce-address-fields > p .button:hover {
	background: #222222;
}

/* Account Details */

.woocommerce-EditAccountForm #account_display_name_description {
	display: block;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	margin-top: 6px;
	color: #888888;
}
.woocommerce-EditAccountForm #account_display_name_description em {
	display: block;
}

.woocommerce-EditAccountForm fieldset {
	margin-top: 28px;
	margin-bottom: 20px;
	padding: 16px 16px 24px 16px;
	border: 1px solid #BBBBBB;
}
.woocommerce-EditAccountForm fieldset legend {
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	padding-right: 8px;
	padding-left: 8px;
}

.woocommerce-EditAccountForm > p:last-child {
	margin-bottom: 0;
}
.woocommerce-EditAccountForm > p .button {
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
}
.woocommerce-EditAccountForm > p .button:hover {
	background: #222222;
}


/*------------------------------------------------------------*/
/* Shipment Tracking */

.my_account_tracking {
	margin-top: 12px;
	margin-bottom: 0;
}
.my_account_tracking h2 {
	margin-bottom: 12px;
}
.my_account_tracking p {
	margin-bottom: 12px;
}
.my_account_tracking p:last-child {
	margin-bottom: 0;
}
.my_account_tracking a {
	color: #000000;
	font-weight: 500;
	text-decoration: underline;
	text-decoration-color: var(--wd-primary-color);
}
.my_account_tracking strong {
	font-weight: 500;
}

/*------------------------------------------------------------*/
/* Wishlist */

.wd-wishlist-content .wd-wishlist-head {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-color: #00000022;
}
.wd-wishlist-content .wd-wishlist-head .title {
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
	text-transform: none;
	margin-bottom: 0;
}
.wd-wishlist-content .wd-wishlist-head .wd-social-icons {
	display: none;
}

.wd-wishlist-content .wd-wishlist-bulk-action {
	margin-top: -20px;
	margin-bottom: 24px;
}
.wd-wishlist-content .wd-wishlist-bulk-action a {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

.wd-wishlist-content .wd-products {
	gap: 20px 16px;
}
.wd-wishlist-content .wd-products .wd-wishlist-product-actions {
	margin-bottom: 14px;
}
.wd-wishlist-content .wd-products .wd-wishlist-product-actions .wd-wishlist-remove {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.wd-wishlist-content .wd-products {
		--wd-col-md: 2!important;
	}
}


/*------------------------------------------------------------*/
/* Post & Pages Single */

/* Title Section */

body .wd-page-title {
	padding-top: 24px;
	padding-bottom: 22px;
	border-bottom: 1px solid #00000022;
}
body .wd-page-title .title {
	font-size: 28px;
	line-height: 32px;
	font-weight: 500;
	margin: 0;
}
@media (max-width: 767px) {
	body .wd-page-title {
		padding-top: 20px;
		padding-bottom: 18px;
	}
	body .wd-page-title .title {
		font-size: 26px;
		line-height: 30px;
	}
}


/* Default Styling: Text */

/* body.styling-tinymce .wd-content-area .entry-content -> Page with TinyMCE content */
/* body.single-post .wd-content-area .wd-entry-content -> Post with TinyMCE content */

body.styling-tinymce .wd-content-area .entry-content,
body.single-post .wd-content-area .wd-entry-content {
	font-size: 16px;
	line-height: 1.5;
}
body.styling-tinymce .wd-content-area .entry-content p,
body.single-post .wd-content-area .wd-entry-content p {
	margin-bottom: 20px;
}
body.styling-tinymce .wd-content-area .entry-content p:last-child,
body.single-post .wd-content-area .wd-entry-content p:last-child {
	margin-bottom: 0;
}

body.styling-tinymce .wd-content-area .entry-content a,
body.single-post .wd-content-area .wd-entry-content a {
	font-weight: 500;
	text-decoration: underline;
	color: var(--wd-text-color);
	text-decoration-color: var(--wd-link-color);
}
body.styling-tinymce .wd-content-area .entry-content a:hover,
body.single-post .wd-content-area .wd-entry-content a:hover {
	text-decoration: underline;
	color: var(--wd-link-color-hover);
}

body.styling-tinymce .wd-content-area .entry-content b,
body.single-post .wd-content-area .wd-entry-content b,
body.styling-tinymce .wd-content-area .entry-content strong,
body.single-post .wd-content-area .wd-entry-content strong {
	font-weight: 500;
}

body.styling-tinymce .wd-content-area .entry-content ul,
body.single-post .wd-content-area .wd-entry-content ul {
	margin-bottom: 20px;
	padding-left: 24px;
	list-style-position: outside;
}
body.styling-tinymce .wd-content-area .entry-content ul li,
body.single-post .wd-content-area .wd-entry-content ul li {
	margin-bottom: 4px;
}
body.styling-tinymce .wd-content-area .entry-content ul li,
body.single-post .wd-content-area .wd-entry-content ul li:last-child {
	margin-bottom: 0;
}

body.styling-tinymce .wd-content-area .entry-content ol,
body.single-post .wd-content-area .wd-entry-content ol {
	margin-bottom: 20px;
	padding-left: 24px;
	list-style-position: outside;
}
body.styling-tinymce .wd-content-area .entry-content ol li,
body.single-post .wd-content-area .wd-entry-content ol li {
	margin-bottom: 4px;
}
body.styling-tinymce .wd-content-area .entry-content ol li,
body.single-post .wd-content-area .wd-entry-content ol li:last-child {
	margin-bottom: 0;
}

body.styling-tinymce .wd-content-area .entry-content h1,
body.single-post .wd-content-area .wd-entry-content h1,
body.styling-tinymce .wd-content-area .entry-content h2,
body.single-post .wd-content-area .wd-entry-content h2,
body.styling-tinymce .wd-content-area .entry-content h3,
body.single-post .wd-content-area .wd-entry-content h3,
body.styling-tinymce .wd-content-area .entry-content h4,
body.single-post .wd-content-area .wd-entry-content h4,
body.styling-tinymce .wd-content-area .entry-content h5,
body.single-post .wd-content-area .wd-entry-content h5,
body.styling-tinymce .wd-content-area .entry-content h6,
body.single-post .wd-content-area .wd-entry-content h6 {
	font-weight: 500;
	letter-spacing: -0.025em;
	margin: 0 0 16px 0;
}
body.styling-tinymce .wd-content-area .entry-content p + h1,
body.single-post .wd-content-area .wd-entry-content p + h1,
body.styling-tinymce .wd-content-area .entry-content p + h2,
body.single-post .wd-content-area .wd-entry-content p + h2,
body.styling-tinymce .wd-content-area .entry-content p + h3,
body.single-post .wd-content-area .wd-entry-content p + h3,
body.styling-tinymce .wd-content-area .entry-content p + h4,
body.single-post .wd-content-area .wd-entry-content p + h4,
body.styling-tinymce .wd-content-area .entry-content p + h5,
body.single-post .wd-content-area .wd-entry-content p + h5,
body.styling-tinymce .wd-content-area .entry-content p + h6,
body.single-post .wd-content-area .wd-entry-content p + h6 {
	margin-top: 24px;
}
body.styling-tinymce .wd-content-area .entry-content h1,
body.single-post .wd-content-area .wd-entry-content h1 {
	font-size: 28px;
	line-height: 1.3;
}
body.styling-tinymce .wd-content-area .entry-content h2,
body.single-post .wd-content-area .wd-entry-content h2 {
	font-size: 24px;
	line-height: 1.3;
}
body.styling-tinymce .wd-content-area .entry-content h3,
body.single-post .wd-content-area .wd-entry-content h3 {
	font-size: 22px;
	line-height: 1.35;
}
body.styling-tinymce .wd-content-area .entry-content h4,
body.single-post .wd-content-area .wd-entry-content h4 {
	font-size: 20px;
	line-height: 1.35;
}
body.styling-tinymce .wd-content-area .entry-content h5,
body.single-post .wd-content-area .wd-entry-content h5 {
	font-size: 18px;
	line-height: 1.4;
}
body.styling-tinymce .wd-content-area .entry-content h6,
body.single-post .wd-content-area .wd-entry-content h6 {
	font-size: 17px;
	line-height: 1.4;
}

body.styling-tinymce .wd-content-area .entry-content blockquote,
body.single-post .wd-content-area .wd-entry-content blockquote {
	font-size: 20px;
	line-height: 1.35;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	border: none;
	margin: 25px auto;
	padding: 0 10%;
	color: #000000;
}
body.styling-tinymce .wd-content-area .entry-content blockquote:before,
body.single-post .wd-content-area .wd-entry-content blockquote:before,
body.styling-tinymce .wd-content-area .entry-content blockquote:after,
body.single-post .wd-content-area .wd-entry-content blockquote:after {
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #00000044;
	margin: 20px auto;
}
@media (max-width: 767px) {
	body.styling-tinymce .wd-content-area .entry-content blockquote,
	body.single-post .wd-content-area .wd-entry-content blockquote {
		padding: 0;
	}
}

body.styling-tinymce .wd-content-area .entry-content hr,
body.single-post .wd-content-area .wd-entry-content hr {
	display: block;
	height: 1px;
	margin: 28px 0;
	background: #00000044;
	border: none;
	opacity: 1;
}

/* Default Styling: Images */

body.styling-tinymce .wd-content-area .entry-content img,
body.single-post .wd-content-area .wd-entry-content img {
	display: block;
	width: auto;
	margin: 24px 0 24px 0;
	border-radius: 0;
}
body.styling-tinymce .wd-content-area .entry-content .alignnone,
body.single-post .wd-content-area .wd-entry-content .alignnone {
	margin: 24px 0 24px 0;
}
body.styling-tinymce .wd-content-area .entry-content .aligncenter,
body.single-post .wd-content-area .wd-entry-content .aligncenter {
	margin: 24px auto 24px auto;
}
body.styling-tinymce .wd-content-area .entry-content .alignleft,
body.single-post .wd-content-area .wd-entry-content .alignleft {
	margin: 24px auto 24px 0;
	float: none;
}
body.styling-tinymce .wd-content-area .entry-content .alignright,
body.single-post .wd-content-area .wd-entry-content .alignright {
	margin: 24px 0 24px auto;
	float: none;
}

body.styling-tinymce .wd-content-area .entry-content .wp-caption,
body.single-post .wd-content-area .wd-entry-content .wp-caption {
	width: auto!important;
	margin: 24px auto 24px auto;
}
body.styling-tinymce .wd-content-area .entry-content .wp-caption.alignnone,
body.single-post .wd-content-area .wd-entry-content .wp-caption.alignnone,
body.styling-tinymce .wd-content-area .entry-content .wp-caption.aligncenter,
body.single-post .wd-content-area .wd-entry-content .wp-caption.aligncenter,
body.styling-tinymce .wd-content-area .entry-content .wp-caption.alignleft,
body.single-post .wd-content-area .wd-entry-content .wp-caption.alignleft,
body.styling-tinymce .wd-content-area .entry-content .wp-caption.alignright,
body.single-post .wd-content-area .wd-entry-content .wp-caption.alignright {
	margin: 24px auto 24px auto;
}
body.styling-tinymce .wd-content-area .entry-content .wp-caption img,
body.single-post .wd-content-area .wd-entry-content .wp-caption img {
	margin-top: 0;
	margin-bottom: 0;
}
body.styling-tinymce .wd-content-area .entry-content .wp-caption .wp-caption-text,
body.single-post .wd-content-area .wd-entry-content .wp-caption .wp-caption-text {
	margin: 5px 0 -2px 0;
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	color: #666666;
}

body.styling-tinymce .wd-content-area .entry-content p:first-child img,
body.single-post .wd-content-area .wd-entry-content p:first-child img {
	margin-top: 0;
}
body.styling-tinymce .wd-content-area .entry-content p:last-child img,
body.single-post .wd-content-area .wd-entry-content p:last-child img {
	margin-bottom: 0;
}


/*------------------------------------------------------------*/
/* Error 404 */

body.error404 .page-header:before {
	color: #E4E4E4!important;
}
body.error404 .page-header h3 {
	font-weight: 500;
	margin-bottom: 16px;
}
body.error404 .page-content h1 {
	font-size: 32px;
	line-height: 1;
	font-weight: 500;
	margin-bottom: 20px;
}
body.error404 .page-content p {
	font-size: 16px;
	line-height: 23px;
	padding: 0 32px;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	body.error404 .page-content h1 {
		font-size: 32px;
	}
}
@media (max-width: 767px) {
	body.error404 .page-content h1 {
		font-size: 26px;
	}
}
