/*!
Theme Name: ShopUp
Theme URI: https://ascendoor.com/themes/shopup/
Author: Ascendoor
Author URI: https://ascendoor.com/
Description: ShopUp theme is a multipurpose eCommerce theme that is fast, clean, flexible, easily customizable, and responsive. This theme has multiple layouts that can be customized to suit a range of different websites. You can use the theme as a foundation to build versatile sites such as e-commerce site for fashion, gadgets, furniture, beauty products, sports, jewelry shops, clothing, retail, and use various layouts. The ShopUp theme is best suited for any type of eCommerce as well as business or magazine websites. ShopUp is compatible with WooCommerce, YITH WooCommerce Wishlist, YITH WooCommerce Quick View, and most of the popular plugins.
Version: 1.0.3
Requires at least: 5.0
Requires PHP: 5.6
Tested up to: 6.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: shopup
Tags: custom-background, custom-logo, custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, theme-options, footer-widgets, full-width-template, left-sidebar, right-sidebar, e-commerce, blog, portfolio

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

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

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

--------------------------------------------------------------*/
.ascendoor-wrapper {
	max-width: 1320px;
	margin: 0 auto;
}

@media (max-width: 1300px) {
	.ascendoor-wrapper {
		padding: 0 20px;
	}
}

.asce-col-1 {
	width: 100%;
}

.asce-col-2 {
	width: 50%;
}

.asce-col-2-5 {
	width: 66.67%;
}

.asce-col-3 {
	width: 33.33%;
}

.asce-col-4 {
	width: 25%;
}

.asce-col-80 {
	width: 80%;
}

.asce-col-75 {
	width: 75%;
}

.asce-col-70 {
	width: 70%;
}

.asce-col-60 {
	width: 60%;
}

.asce-col-55 {
	width: 55%;
}

.asce-col-40 {
	width: 40%;
}

.asce-col-30 {
	width: 30%;
}

.asce-col-20 {
	width: 20%;
}

.asce-col-15 {
	width: 15%;
}

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #3A3A3A;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-heading);
}

h1, .h1 {
	font-size: 4.4rem;
}

h2, .h2 {
	font-size: 3.4rem;
}

@media (max-width: 992px) {
	h2, .h2 {
		font-size: 2.8rem;
	}
}

@media (max-width: 767.98px) {
	h2, .h2 {
		font-size: 2.3rem;
	}
}

h3, .h3 {
	font-size: 1.9rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h1.page-title {
	font-size: 4.4rem;
	margin: 0.5rem 0 1.5rem;
}

@media (max-width: 480px) {
	h1.page-title {
		font-size: 2.4rem;
	}
}

.section-header-subtitle {
	text-align: center;
}

.section-header-subtitle .section-title {
	font-size: var(--section-head-font-size);
	font-family: var(--font-heading);
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}

.section-header-subtitle .section-subtitle {
	font-size: var(--section-sub-head-font-size);
	font-family: var(--font-main);
	margin-top: 10px;
	margin-bottom: 0;
}

.section-header-subtitle.section-header-subtitle-left {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
	flex-wrap: wrap;
}

@media (max-width: 992px) {
	.section-header-subtitle.section-header-subtitle-left {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 769px) {
	.section-header-subtitle.section-header-subtitle-left .shopup-button {
		margin-top: 0;
	}
}

@media (max-width: 992px) {
	.section-header-subtitle.section-header-subtitle-left .product-grid-two-carousel-navigation {
		align-self: center;
	}
}

.shopup-latest-news-title,
.shopup-blog-title {
	font-size: var(--single-title-font-size);
	font-family: var(--font-main);
	margin-bottom: 8px;
	margin-top: 10px;
}

.woocommerce-products-header__title {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
}

.page-header h1 {
	font-size: 2.7rem;
	margin-top: 0;
	margin-bottom: 20px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
	--secondary-color: #fe411b;
	--secondary-color-light: #ff866e;
	--secondary-color-light: lighten(var(--secondary-color), 50%);
	--secondary-color-dark: #e43a18;
	--secondary-color-hover: rgba(254,65,27,0.5);
	--background-color-white: #fff;
	--background-color-grey: #f1f1f1;
	--background-color-light-grey: #f8f8f8;
	--background-color-dark: #a3a3a3;
	--footer-top-background: #f8f8f8;
	--footer-top-color: #3a3a3a;
	--footer-bottom-background: #e8e8e8;
	--footer-bottom-color: #3a3a3a;
	--color-text-main: #3A3A3A;
	--color-text-white: #fff;
	--input-border-color: rgba(200,200,200,.5);
	--notice-success-bg-color:#D4EDDA;
	--notice-success-text-color:#155724;
	--notice-info-bg-color:#D1ECF1;
	--notice-info-text-color:#0C5460;
	--notice-warning-bg-color:#FFF3CD;
	--notice-warning-text-color:#856404;
	--notice-danger-bg-color:#F8D7DA;
	--notice-danger-text-color:#721C24;
	--banner-head-font-size: 4rem;
	--banner-sub-head-font-size: 3rem;
	--banner-description-font-size: 1.125rem;
	--section-head-font-size: 3.75rem;
	--section-sub-head-font-size: 1.125rem;
	--single-small-title-font-size: 1.125rem;
	--single-title-font-size: 1.225rem;
	--single-big-title-font-size: 4.125rem;
	--body-font-size: 1rem;
	--body-text-font-size: 1rem;
	--body-big-text-font-size: 1.125rem;
	--body-bigger-text-font-size: 1.825rem;
	--button-small-font-size: 0.8rem;
	--button-font-size: 0.9rem;
	--button-big-font-size: 1rem;
	--font-main: -apple-system, BlinkMacSystemFont,"Montserrat", "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	--font-heading:'DM Serif Display', serif;
	--font-code: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	--font-pre: "Courier 10 Pitch", courier, monospace;
	--font-line-height-body: 1.5;
	--font-line-height-pre: 1.6;
	--banner-image-border-radius: 175px;
	--border-round-all: 25px;
	--border-round-all-tops: var(--border-round-all) var(--border-round-all) 0 0;
	--border-round-all-bottoms: 0 0 var(--border-round-all)  var(--border-round-all);
	--border-round-all-lefts: var(--border-round-all) 0 0 var(--border-round-all);
	--border-round-all-rights: 0 var(--border-round-all) var(--border-round-all) 0;
	--border-round-button: 30px;
	--main-column-grid: repeat(auto-fit, minmax(320px, 1fr));
	--small-column-grid: repeat(auto-fit, minmax(240px, 1fr));
}

@media (min-width: 1400px) {
	:root {
		--banner-head-font-size: 6.125rem;
		--banner-sub-head-font-size: 2.125rem;
	}
}

@media (max-width: 600px) {
	:root {
		--banner-head-font-size: 2.5rem;
		--banner-sub-head-font-size: 2rem;
		--banner-description-font-size: 1rem;
	}
}

@media (max-width: 992px) {
	:root {
		--section-head-font-size: 2.25rem;
		--section-sub-head-font-size: 0.9rem;
	}
}

@media (max-width: 992px) {
	:root {
		--single-small-title-font-size: 1.125rem;
		--single-title-font-size: 1.225rem;
		--single-big-title-font-size: 2.125rem;
	}
}

@media (max-width: 600px) {
	:root {
		--main-column-grid: repeat(auto-fit, minmax(300px, 1fr));
	}
}

@media (max-width: 320px) {
	:root {
		--main-column-grid: repeat(auto-fit, minmax(280px, 1fr));
	}
}

body {
	background: #fff;
	font-size: 1rem;
	font-family: var(--font-main);
	color: #404040;
}

body.page {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	body {
		font-size: 1em;
	}
}

body.menu-opened {
	overflow: hidden;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
	outline-offset: -2px;
}

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

a:focus-within {
	outline: thin dotted;
	outline-offset: -2px;
}

ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

.teams-social a,
ul.social-links a {
	width: 35px;
	height: 35px;
	opacity: 0.8;
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text-white);
}

.teams-social a::before,
ul.social-links a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Font Awesome 5 brands';
	vertical-align: baseline;
	transition: all,ease,.3s;
}

.teams-social a::after,
ul.social-links a::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}

.teams-social a[href*='facebook.com']::before,
ul.social-links a[href*='facebook.com']::before {
	content: "\f39e";
}

.teams-social a[href*='twitter.com']::before,
ul.social-links a[href*='twitter.com']::before {
	content: "\f099";
}

.teams-social a[href*='instagram.com']::before,
ul.social-links a[href*='instagram.com']::before {
	content: "\f16d";
}

.teams-social a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.teams-social a[href*='discord.com']::before,
ul.social-links a[href*='discord.com']::before {
	content: "\f392";
}

.teams-social a[href*='dribbble.com']::before,
ul.social-links a[href*='dribbble.com']::before {
	content: "\f17d";
}

.teams-social a[href*='google.com']::before,
ul.social-links a[href*='google.com']::before {
	content: "\f1a0";
}

.teams-social a[href*='line.me']::before,
ul.social-links a[href*='line.me']::before {
	content: "\f3c0";
}

.teams-social a[href*='linkedin.com']::before,
ul.social-links a[href*='linkedin.com']::before {
	content: "\f08c";
}

.teams-social a[href*='medium.com']::before,
ul.social-links a[href*='medium.com']::before {
	content: "\f23a";
}

.teams-social a[href*='messenger.com']::before,
ul.social-links a[href*='messenger.com']::before {
	content: "\f39f";
}

.teams-social a[href*='paypal.com']::before,
ul.social-links a[href*='paypal.com']::before {
	content: "\f1ed";
}

.teams-social a[href*='pinterest.com']::before,
ul.social-links a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.teams-social a[href*='reddit.com']::before,
ul.social-links a[href*='reddit.com']::before {
	content: "\f1a1";
}

.teams-social a[href*='skype.com']::before,
ul.social-links a[href*='skype.com']::before {
	content: "\f17e";
}

.teams-social a[href*='slack.com']::before,
ul.social-links a[href*='slack.com']::before {
	content: "\f198";
}

.teams-social a[href*='snapchat.com']::before,
ul.social-links a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.teams-social a[href*='spotify.com']::before,
ul.social-links a[href*='spotify.com']::before {
	content: "\f1bc";
}

.teams-social a[href*='stackoverflow.com']::before,
ul.social-links a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.teams-social a[href*='telegram.org']::before,
ul.social-links a[href*='telegram.org']::before {
	content: "\f3fe";
}

.teams-social a[href*='twitch.tv']::before,
ul.social-links a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.teams-social a[href*='vimeo.com']::before,
ul.social-links a[href*='vimeo.com']::before {
	content: "\f27d";
}

.teams-social a[href*='whatsapp.com']::before,
ul.social-links a[href*='whatsapp.com']::before {
	content: "\f232";
}

.teams-social a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.org']::before {
	content: "\f19a";
}

.teams-social a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.teams-social a:hover,
ul.social-links a:hover {
	opacity: 1;
}

.site-footer-bottom-wrapper ul.social-links li a {
	color: var(--text-color-main);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: var(--secondary-color);
	color: var(--color-text-white);
	line-height: 1;
	padding: 10px 25px;
	font-size: 100%;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #3a3a3a;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-size: var(--button-font-size);
	font-weight: 400;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	padding: 10px 25px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #3a3a3a;
	text-decoration: none;
	background-image: none;
	color: var(--color-text-white);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--secondary-color);
	color: var(--color-text-white);
	-webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #3a3a3a;
	color: var(--color-text-white);
}

.woocommerce #respond input#submit:disabled[disabled], .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit.disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce a.button:disabled,
.woocommerce a.button.disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce button.button:disabled,
.woocommerce button.button.disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce input.button:disabled,
.woocommerce input.button.disabled {
	color: var(--color-text-white);
	cursor: not-allowed;
	opacity: .5;
	padding: .618em 1em;
}

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

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
	margin-left: 0.53em;
	position: inherit;
	top: unset;
	right: unset;
}

.shopup-button a {
	font-size: var(--button-font-size);
	text-decoration: none;
	text-transform: capitalize;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	border-radius: var(--border-round-button);
	padding: 10px 25px;
	transition: all 0.3s ease;
}

.shopup-button a::before {
	display: inline-block;
	content: " ";
	width: 20px;
	height: 2px;
	background: #fff;
	transition: all 0.3s ease;
	transform-origin: left;
	margin-right: 7px;
}

.shopup-button a:hover {
	background-color: #3a3a3a;
}

.shopup-button a:hover::before {
	transition: all 0.3s ease;
	width: 25px;
	margin-right: 10px;
}

.shopup-button.shopup-bordered-button a {
	font-size: 12px;
	color: var(--secondary-color);
	border-width: 2px;
	border-style: solid;
	border-color: var(--secondary-color);
	background-color: transparent;
	border-radius: var(--border-round-button);
	padding: 8px 20px;
	transition: all 0.3s ease;
}

.shopup-button.shopup-bordered-button a::before {
	background: var(--secondary-color);
}

.shopup-button.shopup-bordered-button a:focus-within {
	outline-offset: -6px;
}

.shopup-button.shopup-button-alternate a {
	color: var(--secondary-color);
	background-color: #fff;
}

.shopup-button.shopup-button-alternate a::before {
	background: var(--secondary-color);
}

.shopup-button.shopup-button-alternate a.shopup-play-btn {
	height: 41px;
	width: 41px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.shopup-button.shopup-button-alternate a.shopup-play-btn::before {
	display: none;
}

.shopup-button.shopup-button-noborder-alternate a {
	color: #fff;
	background: transparent;
	padding: 0;
}

.shopup-button.shopup-button-noborder-alternate a::before {
	background: #fff;
}

.shopup-button.shopup-button-noborder-noalternate a {
	color: var(--secondary-color);
	background: transparent;
	padding: 0;
}

.shopup-button.shopup-button-noborder-noalternate a::before {
	background: var(--secondary-color);
}

.bottom-viewall-button.shopup-button {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

body:not(.single-product) .pswp {
	display: none;
}

body:not(.single-product) .pswp button[class*="pswp__button"] {
	background-color: transparent !important;
	border: none !important;
	font-size: 0;
	padding: 0;
}

button.mfp-close:hover {
	background-color: transparent !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--color-text-main);
	border: 1px solid var(--input-border-color);
	border-radius: 3px;
	padding: 3px 5px;
	min-height: 37px;
	background: var(--background-color-white);
}

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

select {
	border: 1px solid var(--input-border-color);
}

textarea {
	width: 100%;
}

.woocommerce table.shop_table .actions .coupon #coupon_code {
	min-width: 200px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.right-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto 25%;
	grid-template-areas: "main sidebar";
	margin-top: 50px;
}

@media (max-width: 991px) {
	.right-sidebar .ascendoor-wrapper .ascendoor-page {
		grid-template-columns: 1fr;
		grid-template-areas: "main"
 "sidebar";
	}
}

.right-sidebar .ascendoor-wrapper .ascendoor-page .site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.right-sidebar .ascendoor-wrapper .ascendoor-page .widget-area {
	grid-area: sidebar;
}

.no-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "main";
}

.left-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 25% auto;
	grid-template-areas: "sidebar main";
}

@media (max-width: 991px) {
	.left-sidebar .ascendoor-wrapper .ascendoor-page {
		grid-template-columns: 1fr;
		grid-template-areas: "sidebar" 
 "main";
	}
}

.left-sidebar .ascendoor-wrapper .ascendoor-page .site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.left-sidebar .ascendoor-wrapper .ascendoor-page .widget-area {
	grid-area: sidebar;
}

.no-sidebar .ascendoor-wrapper .ascendoor-page {
	display: grid;
	grid-template-columns: auto;
	grid-template-areas: "main";
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	z-index: 99999;
	display: block;
}

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

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

.main-navigation ul ul a {
	background-color: var(--background-color-white);
	color: var(--text-color-main);
	opacity: 1;
	padding: 15px 20px;
	border-bottom: 1px solid #f1f1f1;
	text-transform: capitalize;
}

.main-navigation ul ul a:hover {
	color: var(--secondary-color);
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	padding: 17px 20px;
	font-size: 0.9375rem;
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	opacity: 0.9;
}

.main-navigation a:hover {
	opacity: 1;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	position: relative;
	opacity: 1;
}

@media (min-width: 991px) {
	.main-navigation .current_page_item > a::before,
	.main-navigation .current-menu-item > a::before,
	.main-navigation .current_page_ancestor > a::before,
	.main-navigation .current-menu-ancestor > a::before {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #fff;
		border-radius: 5px;
	}
}

@media (min-width: 991px) {
	.main-navigation ul.menu li .children,
	.main-navigation ul.menu li .sub-menu {
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 999;
		margin: 30px 0 0;
		width: 230px;
	}
	.main-navigation ul.menu li .children > li .children,
	.main-navigation ul.menu li .children > li .sub-menu,
	.main-navigation ul.menu li .sub-menu > li .children,
	.main-navigation ul.menu li .sub-menu > li .sub-menu {
		left: -999em;
		top: 0;
		margin-top: 0;
		margin-left: 30px;
	}
	.main-navigation ul.menu li.menu-item-has-children > a::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f107";
		display: inline-block;
		margin-left: 10px;
	}
	.main-navigation ul.menu > li:hover > .children,
	.main-navigation ul.menu > li:hover > .sub-menu {
		margin: 0;
		margin-top: 0px;
		left: 0;
	}
	.main-navigation ul.menu > li:focus-within > .children,
	.main-navigation ul.menu > li:focus-within > .sub-menu {
		margin: 0;
		margin-top: 0px;
		left: 0;
	}
	.main-navigation ul.menu .children,
	.main-navigation ul.menu .sub-menu {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.main-navigation ul.menu .children li.menu-item-has-children > a,
	.main-navigation ul.menu .sub-menu li.menu-item-has-children > a {
		padding-right: 25px;
	}
	.main-navigation ul.menu .children li.menu-item-has-children > a::after,
	.main-navigation ul.menu .sub-menu li.menu-item-has-children > a::after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1;
		font-family: Font Awesome\ 5 Free;
		font-weight: 900;
		line-height: inherit;
		vertical-align: baseline;
		content: "\f105";
		display: inline-block;
		margin-left: 10px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
	}
	.main-navigation ul.menu .children > li:hover > .children,
	.main-navigation ul.menu .children > li:hover > .sub-menu,
	.main-navigation ul.menu .sub-menu > li:hover > .children,
	.main-navigation ul.menu .sub-menu > li:hover > .sub-menu {
		left: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
	.main-navigation ul.menu .children > li:focus-within > .children,
	.main-navigation ul.menu .children > li:focus-within > .sub-menu,
	.main-navigation ul.menu .sub-menu > li:focus-within > .children,
	.main-navigation ul.menu .sub-menu > li:focus-within > .sub-menu {
		left: 100%;
		margin-left: 0px;
		margin-top: 0px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

@media only screen and (max-width: 480px) {
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-wrap: wrap;
	}
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-previous a,
.posts-navigation .nav-previous a,
.post-navigation .nav-previous a {
	display: flex;
	gap: 5px;
	color: var(--text-color-main);
	transition: all 0.3s ease;
	text-decoration: none;
}

.comment-navigation .nav-previous a .nav-subtitle,
.posts-navigation .nav-previous a .nav-subtitle,
.post-navigation .nav-previous a .nav-subtitle {
	font-size: 14px;
}

.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
	color: var(--secondary-color);
}

@media only screen and (max-width: 480px) {
	.comment-navigation .nav-previous a,
	.posts-navigation .nav-previous a,
	.post-navigation .nav-previous a {
		flex-direction: column;
	}
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.comment-navigation .nav-next a,
.posts-navigation .nav-next a,
.post-navigation .nav-next a {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	color: var(--text-color-main);
	transition: all 0.3s ease;
	text-decoration: none;
}

.comment-navigation .nav-next a .nav-subtitle,
.posts-navigation .nav-next a .nav-subtitle,
.post-navigation .nav-next a .nav-subtitle {
	font-size: 14px;
}

.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
	color: var(--secondary-color);
}

@media only screen and (max-width: 480px) {
	.comment-navigation .nav-next a,
	.posts-navigation .nav-next a,
	.post-navigation .nav-next a {
		flex-direction: column-reverse;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation .main-menu {
		position: fixed;
		right: -130%;
		height: 100%;
		top: 0;
		background-color: #fff;
		min-width: 300px;
		padding-top: 60px;
		width: 50%;
		transition: all 400ms ease;
		display: block;
		border-right: 1px solid #fff;
		z-index: 13;
		box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
	}
	.main-navigation .main-menu ul {
		left: auto;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation.toggled .main-menu {
		right: 0;
		left: auto;
		overflow-x: auto;
		opacity: 1;
		visibility: visible;
	}
}

@media (max-width: 992px) {
	.main-navigation ul a {
		color: #000;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation ul ul {
		position: relative;
		position: unset;
		float: none;
		padding-left: 5px;
	}
}

.main-navigation li.menu-item-has-children > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f107";
	display: inline-block;
	margin-left: 10px;
}

@media (max-width: 992px) {
	.main-navigation li.menu-item-has-children > ul {
		height: 0;
		transform: scaleY(0);
		transform-origin: top left;
		overflow: hidden;
		transition: all 0.5s ease-in-out;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation li.menu-item-has-children.focus > ul {
		height: auto;
		transform: scaleY(1);
	}
}

@media screen and (min-width: 991px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

@media (max-width: 991px) {
	body.admin-bar #site-navigation.toggled .main-navigation-links {
		padding-top: 80px;
	}
	body.admin-bar #site-navigation button.menu-toggle.open {
		top: 55px;
	}
	.bottom-header-part-wrapper .navigation-part {
		align-items: center;
	}
	.bottom-header-part-wrapper .social-icons-part {
		display: none;
	}
	#site-navigation button.menu-toggle {
		width: 35px;
		height: 35px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
		background: none;
		border: none;
		margin: 5px 5px 5px auto;
	}
	#site-navigation button.menu-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #fff;
		border-radius: 3px;
		opacity: 1;
		left: 0;
		transform: rotate(0deg);
		transition: 0.25s ease-in-out;
	}
	#site-navigation button.menu-toggle span:nth-child(1) {
		top: calc(50% - 15px);
	}
	#site-navigation button.menu-toggle span:nth-child(2) {
		top: 50%;
		transform: translateY(-50%);
	}
	#site-navigation button.menu-toggle span:nth-child(3) {
		bottom: calc(50% - 15px);
	}
	#site-navigation button.menu-toggle.open {
		z-index: 18;
		position: fixed !important;
		right: 20px;
		top: 20px;
	}
	#site-navigation button.menu-toggle.open span {
		background-color: #0b3b57;
	}
	#site-navigation button.menu-toggle.open span:nth-child(1) {
		top: 14px;
		width: 0%;
		left: 50%;
	}
	#site-navigation button.menu-toggle.open span:nth-child(2) {
		transform: rotate(45deg);
	}
	#site-navigation button.menu-toggle.open span:nth-child(3) {
		top: 50%;
		transform: translateY(-50%) rotate(-45deg);
	}
	#site-navigation .main-navigation-links {
		position: fixed;
		right: -130%;
		height: 100%;
		top: 0;
		background-color: #fff;
		min-width: 300px;
		padding-top: 60px;
		padding-right: 10px;
		width: 60%;
		transition: all 400ms ease;
		display: block;
		border-right: 1px solid #fff;
		z-index: 13;
		box-shadow: 2px 0 18px 0 rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
	}
	#site-navigation.toggled .main-navigation-links {
		right: 0;
		left: auto;
		overflow-x: auto;
		opacity: 1;
		visibility: visible;
	}
	#site-navigation.toggled .main-navigation-links li.current_page_item > a,
	#site-navigation.toggled .main-navigation-links li.current-menu-item > a {
		color: var(--secondary-color);
		font-weight: bold;
	}
	.navigation-part {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#site-navigation .main-navigation-links {
		width: 80%;
	}
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

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

.site-main article {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 2.5rem;
	padding-bottom: 30px;
}

.site-main article .entry-header .entry-title {
	font-size: var(--body-bigger-text-font-size);
	font-family: var(--font-main);
	margin-top: 0;
	margin-bottom: 1.3rem;
}

@media (min-width: 992px) {
	.site-main article .entry-header .entry-title {
		margin-bottom: 1.1rem;
	}
}

.site-main article .entry-header .entry-title a {
	text-decoration: none;
	color: var(--color-text-main);
}

.site-main article .entry-meta {
	padding-bottom: 10px;
}

.site-main article .entry-meta span {
	font-size: 16px;
	font-weight: normal;
}

.site-main article .entry-meta span a,
.site-main article .entry-meta span span {
	font-weight: normal;
}

.site-main article .entry-meta span a {
	text-decoration: none;
	color: var(--color-text-main);
}

.site-main article .entry-meta span a:hover {
	color: var(--secondary-color);
}

.site-main article .entry-meta span.comments-link a {
	font-weight: bold;
}

.site-main article .post-thumbnail {
	display: block;
	line-height: 0;
}

.site-main article .post-thumbnail img {
	width: 100%;
	border-radius: var(--border-round-all);
	transition: all 0.3s linear;
}

@media (min-width: 992px) {
	.site-main article .entry-meta {
		padding: 10px 0 20px;
		padding-top: 0;
	}
}

.site-main article .entry-content {
	margin-top: 0;
}

.site-main article .entry-content p {
	margin-bottom: 10px;
}

.site-main article .entry-footer {
	display: flex;
	flex-direction: column;
	margin-top: 10px;
}

.site-main article .entry-footer span {
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
}

.site-main article .entry-footer span a,
.site-main article .entry-footer span span {
	font-weight: normal;
}

.site-main article .entry-footer span a {
	text-decoration: none;
	color: var(--color-text-main);
}

.site-main article .entry-footer span a:hover {
	color: var(--secondary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

.site-main article:hover .post-thumbnail img {
	box-shadow: 0 2px 5px -1px rgba(0, 0, 0, 0.3);
}

.related-posts .row {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: var(--main-column-grid);
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 480px) {
	.related-posts .row {
		grid-template-columns: 1fr;
	}
}

.related-posts .row .entry-header {
	margin-top: 10px;
}

.related-posts .row .entry-header .entry-title {
	font-size: var(--single-title-font-size);
}

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

.bypostauthor {
	display: block;
}

/**
 * Comments Wrapper
 */
.comments-area {
	padding-bottom: 30px;
}

.comments-area > * {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comments-area > *:first-child {
	margin-top: 0;
}

.comments-area > *:last-child {
	margin-bottom: 0;
}

.comments-area.show-avatars .avatar {
	border-radius: 50%;
	position: absolute;
	top: 10px;
}

.comments-area.show-avatars .fn {
	display: inline-block;
	padding-left: 85px;
}

.comments-area.show-avatars .comment-metadata {
	padding: 8px 0 9px 85px;
}

/**
 * Comment Title
 */
.comment-reply-title {
	display: flex;
	justify-content: space-between;
}

.comment-reply-title small a {
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
}

/* Nested comment reply title*/
.comment .comment-respond .comment-reply-title {
	font-size: 30px;
}

/**
 * Comment Lists
 */
.comments-area [type="checkbox"], .comments-area [type="radio"] {
	margin-bottom: 7px;
	margin-right: 10px;
}

.comment-list {
	padding-left: 0;
	list-style: none;
	margin-left: 0;
}

.comment-list ol {
	margin-left: 0;
}

.comment-list > li {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-list .children {
	list-style: none;
	padding-left: 0;
}

.comment-list .children > li {
	margin-top: 30px;
	margin-bottom: 30px;
}

@media only screen and (min-width: 482px) {
	.comment-list .depth-2,
	.comment-list .depth-3 {
		padding-left: calc(4 * 20px);
	}
}

/**
 * Comment Meta
 */
.comment-meta .comment-author {
	margin-bottom: calc(0.25 *20px);
}

@media only screen and (min-width: 482px) {
	.comment-meta .comment-author {
		margin-bottom: 0;
		padding-right: 0;
	}
}

.comment-meta .comment-author .fn {
	font-weight: normal;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
}

.comment-meta .comment-metadata {
	color: #0B3B57;
	padding: 8px 0 9px 0;
	font-size: 15px;
}

.comment-meta .comment-metadata .edit-link {
	margin-left: 20px;
}

@media only screen and (min-width: 482px) {
	.comment-meta {
		margin-right: inherit;
	}
	.comment-meta .comment-author {
		max-width: inherit;
	}
}

.bypostauthor {
	display: block;
}

.says {
	display: none;
}

.comment-meta {
	margin-bottom: 10px;
}

.comment-body {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #f9f9f9;
	border: 1px solid #eee;
}

.comment-body .reply {
	margin: 0;
}

.comment-content {
	word-wrap: break-word;
	font-size: 16px;
	padding-bottom: 15px;
	color: #555;
}

.pingback .comment-body,
.trackback .comment-body {
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-respond {
	margin-top: 30px;
}

.comment-respond > * {
	margin-top: 20px;
	margin-bottom: 20px;
}

.comment-respond > *:first-child {
	margin-top: 0;
}

.comment-respond > *:last-child {
	margin-bottom: 0;
}

.comment-respond > *:last-child.comment-form {
	margin-bottom: 30px;
}

.comment-author {
	padding-top: 3px;
}

.comment-author .url {
	color: currentColor;
}

.comment-form {
	display: flex;
	flex-wrap: wrap;
}

.comment-form > * {
	flex-basis: 100%;
}

.comment-form .comment-form-url,
.comment-form .comment-form-comment {
	width: 100%;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email {
	flex-basis: 0;
	flex-grow: 1;
}

@media only screen and (max-width: 481px) {
	.comment-form .comment-form-author,
	.comment-form .comment-form-email {
		flex-basis: 100%;
	}
}

.comment-form .comment-form-cookies-consent > label,
.comment-form .comment-notes {
	font-size: 1rem;
	font-weight: normal;
}

.comment-form > p {
	margin-bottom: 10px;
}

.comment-form > p a {
	color: var(--color-text-main);
	transition: all 0.3s ease;
	text-decoration: none;
}

.comment-form > p a:hover {
	color: var(--secondary-color);
}

.comment-form > p:first-of-type {
	margin-top: 0;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-form > p label,
.comment-form > p input[type=email],
.comment-form > p input[type=text],
.comment-form > p input[type=url],
.comment-form > p textarea {
	display: block;
	font-size: var(--global--font-size-sm);
	margin-bottom: calc(.5 *20px);
	width: 100%;
	font-weight: var(--form--label-weight);
}

.comment-form > p.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 482px) {
	.comment-form > p.comment-form-author, .woocommerce #review_form #respond p {
		margin-right: calc(1.5 * 20px);
	}
	.comment-form > p.comment-notes,
	.comment-form > p.logged-in-as {
		display: block;
	}
}

nav.breadcrumb-trail ul.trail-items {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	color: var(--color-text-main);
}

nav.breadcrumb-trail ul.trail-items li a {
	text-decoration: none;
	color: var(--color-text-main);
}

nav.breadcrumb-trail ul.trail-items li a:hover {
	color: var(--secondary-color);
}

nav.breadcrumb-trail ul.trail-items li::after {
	margin: 0 0.3rem;
}

nav.breadcrumb-trail ul.trail-items li:last-child::after {
	display: none;
}

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

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

.widget .widget-title,
.widget h2 {
	font-size: var(--single-small-title-font-size);
	font-family: var(--font-main);
	line-height: 1.3;
	margin: 0 0 20px;
	position: relative;
	color: var(--color-text-main);
}

.widget ol,
.widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget ol li,
.widget ul li {
	font-size: 14px;
	line-height: 1.5em;
}

.widget ol li a,
.widget ul li a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s ease;
}

.widget ol li a:hover,
.widget ul li a:hover {
	color: var(--secondary-color);
}

.widget ol > li:not(:last-child),
.widget ul > li:not(:last-child) {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border-radius: var(--border-round-all-lefts);
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input:focus-visible {
	outline: 0;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	cursor: pointer;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	border-radius: var(--border-round-all-rights);
	margin: 0;
	padding: 10px 25px;
}

.footer-widgets-wrapper .footer-widget-single .widget {
	margin: 0 0 1.5em;
}

.footer-widgets-wrapper .footer-widget-single .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets-wrapper .footer-widget-single .widget ol > li:not(:last-child),
.footer-widgets-wrapper .footer-widget-single .widget ul > li:not(:last-child) {
	border-bottom: none;
}

.wc-block-product-search label {
	display: none;
}

.wc-block-product-search .wc-block-product-search__field {
	border-radius: var(--border-round-all-lefts);
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
}

.wc-block-product-search .wc-block-product-search__field:focus-visible {
	outline: 0;
}

.wc-block-product-search .wc-block-product-search__button {
	cursor: pointer;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	border-radius: var(--border-round-all-rights);
	margin: 0;
	padding: 10px 25px;
}

.wc-block-product-search .wc-block-product-search__button:hover {
	background-color: #3a3a3a;
}

.widget.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0px;
	width: 80px;
	height: auto;
	box-shadow: none;
	margin-right: 10px;
}

.widget.woocommerce ul.product_list_widget li ins {
	background-color: transparent;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

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

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

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Header CSS start
--------------------------------------------- */
header.site-header .top-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0;
}

header.site-header .top-header-part-wrapper .top-header-left-part {
	display: flex;
	align-items: center;
	gap: 20px;
	width: 60%;
}

@media (max-width: 768px) {
	header.site-header .top-header-part-wrapper .top-header-left-part {
		gap: 0;
	}
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-title {
	font-size: 30px;
	font-weight: 700;
	margin: 0;
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-title a {
	text-decoration: none;
	color: var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-description {
	margin-bottom: 0;
	margin-top: 10px;
}

@media (max-width: 480px) {
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding .site-description {
		font-size: 0.8rem;
		margin-top: 0;
	}
}

header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact {
	display: flex;
	align-items: center;
	gap: 20px;
}

header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner {
	display: flex;
	align-items: center;
	padding: 20px;
}

header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-icon {
	font-size: 32px;
	margin-right: 15px;
}

@media (max-width: 992px) {
	header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-icon {
		font-size: 22px;
	}
}

header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-details h3 {
	font-size: 0.9rem;
	font-family: var(--font-main);
	margin: 0;
	text-transform: uppercase;
}

header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-details span a {
	text-decoration: none;
	color: var(--secondary-color);
	font-size: 1.1rem;
	font-weight: bold;
	word-break: keep-all;
	white-space: nowrap;
}

@media (max-width: 992px) {
	header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-details span a {
		font-size: 0.9rem;
	}
}

header.site-header .top-header-part-wrapper .top-header-right-part {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header.site-header .top-header-part-wrapper .top-header-right-part .header-search {
	position: relative;
	max-width: 260px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .header-search [input="submit"],
header.site-header .top-header-part-wrapper .top-header-right-part .header-search .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999em;
	height: 100%;
	border: none !important;
	background-color: transparent !important;
	background-image: url("./assets/img/search.png");
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 1.5rem;
}

header.site-header .top-header-part-wrapper .top-header-right-part .header-search .search-field {
	height: 45px;
	border-radius: 4rem;
	font-size: 0.875rem;
	font-weight: 500;
	padding: 1rem 2.5rem 1rem 1rem;
	border-color: #D2D2D2;
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part {
	display: flex;
	align-items: center;
	margin-left: 20px;
	gap: 20px;
}

@media (max-width: 480px) {
	header.site-header .top-header-part-wrapper .top-header-right-part .cart-part {
		margin-left: 0;
	}
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part a {
	transition: all 0.3s ease;
	color: var(--text-color-main);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part a:hover {
	color: var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-cart > a {
	border: 1px solid var(--input-border-color);
	width: 45px;
	height: 45px;
	font-size: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	justify-content: center;
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-cart > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f07a";
	display: inline-block;
	font-size: 16px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-cart > a:hover {
	border: 1px solid var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a {
	width: 45px;
	height: 45px;
	font-size: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--text-color-main);
	border: 1px solid var(--input-border-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f007";
	display: inline-block;
	font-size: 16px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a:hover {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-user > a:focus-within {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-wishlist > a {
	width: 45px;
	height: 45px;
	font-size: 0;
	display: flex;
	border-radius: 50%;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--text-color-main);
	border: 1px solid var(--input-border-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-wishlist > a::after {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	content: "\f0ca";
	display: inline-block;
	font-size: 16px;
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-wishlist > a:hover {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

header.site-header .top-header-part-wrapper .top-header-right-part .cart-part .header-wishlist > a:focus-within {
	color: var(--secondary-color);
	border: 1px solid var(--secondary-color);
}

@media (max-width: 1025px) {
	header.site-header .top-header-part-wrapper .top-header-left-part {
		width: 100%;
		justify-content: space-between;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding {
		width: 100%;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact {
		width: 100%;
	}
	header.site-header .top-header-part-wrapper .top-header-right-part {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 769px) {
	header.site-header .top-header-part-wrapper .top-header-left-part {
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .site-branding {
		width: 100%;
		text-align: center;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width: 480px) {
	header.site-header .top-header-part-wrapper {
		gap: 20px;
	}
	header.site-header .top-header-part-wrapper .top-header-left-part .top-header-contact {
		display: none;
	}
	header.site-header .top-header-part-wrapper .top-header-right-part {
		flex-direction: column;
		gap: 15px;
		position: relative;
	}
}

header.site-header .bottom-header-part {
	background: var(--secondary-color);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header.site-header .bottom-header-part .bottom-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

header.site-header .bottom-header-part .bottom-header-part-wrapper .navigation-part {
	display: flex;
}

@media (min-width: 1200px) {
	header.site-header .bottom-header-part .bottom-header-part-wrapper .social-icons-part {
		border-left: 2px solid var(--secondary-color-light);
		padding-left: 2rem;
	}
}

@media (max-width: 1025px) {
	header.site-header .bottom-header-part .bottom-header-part-wrapper .social-icons-part {
		display: none;
	}
}

header.site-header .bottom-header-part.fix-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;
}

@media (min-width: 601px) {
	body.admin-bar header.site-header .bottom-header-part.fix-header {
		top: 32px;
	}
}

/* ----------------------------------------------------
    Category Menu
---------------------------------------------------- */
.ascen__category-menu-wrap {
	position: relative;
	width: 250px;
}

.ascen__category-menu-title {
	position: relative;
}

.ascen__category-menu-title::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}

.ascen__category-menu-title button.category-head {
	cursor: pointer;
	color: var(--color-text-white);
	font-family: var(--font-main);
	font-size: var(--single-small-title-font-size);
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 45px;
	margin: 0;
	overflow: hidden;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	border: none;
	background: transparent;
}

.ascen__category-menu-title button.category-head i {
	margin-right: 10px;
}

.ascen__category-menu-title button.category-head:hover {
	background: transparent;
}

.ascen__category-menu-toggle {
	background-color: var(--background-color-white);
}

.ascen__category-menu-toggle > ul {
	border-color: var(--background-color-grey);
	border-width: 1px 1px 1px;
	border-style: solid;
	padding: 0;
	margin: 0;
}

.ascen__category-menu-toggle > ul > li > a {
	text-decoration: none;
	padding: 14px 15px 11px;
	display: block;
	font-size: 15px;
	color: var(--color-text-main);
	border-bottom: 1px solid var(--background-color-grey);
}

.ascen__category-menu-toggle > ul > li:hover > a {
	background-color: var(--background-color-light-grey);
	color: var(--secondary-color);
}

.ascen__category-menu-toggle > ul > li:hover .ascen__category-submenu {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.ascen__category-menu-toggle > ul > li i {
	font-size: 18px;
	margin-right: 5px;
	width: 25px;
	display: inline-block;
}

.ascen__category-menu-toggle ul {
	margin: 0;
}

.ascen__category-menu-toggle ul li {
	margin-top: 0;
	list-style: none;
	position: relative;
	font-size: 14px;
}

.ascen__category-menu-toggle ul li a {
	display: block;
	color: var(--color-text-main);
}

.ascen__category-menu-toggle ul li a .category-menu-product-name {
	display: block;
	text-transform: capitalize;
	font-weight: 500;
}

.ascen__category-menu-toggle ul li:hover > a {
	color: var(--secondary-color);
}

.ascen__category-menu-toggle.ascen__one-line-active .ascen__category-submenu li a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ascen__category-submenu {
	position: absolute;
	left: 100%;
	top: 90%;
	width: 230px;
	z-index: 99;
	background-color: #fff;
	padding: 25px 20px;
	box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.ascen__category-submenu ul {
	padding: 0;
}

.ascen__category-submenu ul li {
	padding: 8px 0px;
}

.ascen__category-submenu > li {
	width: 100%;
	float: left;
	padding: 0 10px;
}

.ascen__category-submenu.ascen__category-column-5, .ascen__category-submenu.ascen__category-column-6, .ascen__category-submenu.ascen__category-column-7, .ascen__category-submenu.ascen__category-column-8, .ascen__category-submenu.ascen__category-column-9, .ascen__category-submenu.ascen__category-column-10, .ascen__category-submenu.ascen__category-column-11, .ascen__category-submenu.ascen__category-column-12, .ascen__category-submenu.ascen__category-column-no-5, .ascen__category-submenu.ascen__category-column-no-6, .ascen__category-submenu.ascen__category-column-no-7, .ascen__category-submenu.ascen__category-column-no-8, .ascen__category-submenu.ascen__category-column-no-9, .ascen__category-submenu.ascen__category-column-no-10, .ascen__category-submenu.ascen__category-column-no-11, .ascen__category-submenu.ascen__category-column-no-12, .ascen__category-submenu.ascen__category-column-no-13, .ascen__category-submenu.ascen__category-column-no-14 {
	width: 730px;
}

.ascen__category-submenu.ascen__category-column-5 > li, .ascen__category-submenu.ascen__category-column-6 > li, .ascen__category-submenu.ascen__category-column-7 > li, .ascen__category-submenu.ascen__category-column-8 > li, .ascen__category-submenu.ascen__category-column-9 > li, .ascen__category-submenu.ascen__category-column-10 > li, .ascen__category-submenu.ascen__category-column-11 > li, .ascen__category-submenu.ascen__category-column-12 > li, .ascen__category-submenu.ascen__category-column-no-5 > li, .ascen__category-submenu.ascen__category-column-no-6 > li, .ascen__category-submenu.ascen__category-column-no-7 > li, .ascen__category-submenu.ascen__category-column-no-8 > li, .ascen__category-submenu.ascen__category-column-no-9 > li, .ascen__category-submenu.ascen__category-column-no-10 > li, .ascen__category-submenu.ascen__category-column-no-11 > li, .ascen__category-submenu.ascen__category-column-no-12 > li, .ascen__category-submenu.ascen__category-column-no-13 > li, .ascen__category-submenu.ascen__category-column-no-14 > li {
	width: 25%;
}

.ascen__category-submenu.ascen__category-column-4, .ascen__category-submenu.ascen__category-column-no-4 {
	width: 730px;
}

.ascen__category-submenu.ascen__category-column-4 > li, .ascen__category-submenu.ascen__category-column-no-4 > li {
	width: 25%;
}

.ascen__category-submenu.ascen__category-column-3, .ascen__category-submenu.ascen__category-column-no-3 {
	width: 690px;
}

.ascen__category-submenu.ascen__category-column-3 > li, .ascen__category-submenu.ascen__category-column-no-3 > li {
	width: 33%;
}

.ascen__category-submenu.ascen__category-column-2, .ascen__category-submenu.ascen__category-column-no-2 {
	width: 460px;
}

.ascen__category-submenu.ascen__category-column-2 > li, .ascen__category-submenu.ascen__category-column-no-2 > li {
	width: 50%;
}

.ascen__category-submenu-title > a {
	border-bottom: 1px solid var(--background-color-grey);
	font-weight: 700;
	padding: 5px 0;
}

.ascen__category-menu-toggle .ascen__category-menu-more-item-parent {
	cursor: pointer;
}

.ascen__category-menu-toggle .ascen__category-menu-more-item-child,
.ascen__category-menu-toggle .rx-show {
	display: none;
}

.ascen__category-menu-toggle .rx-change .rx-show {
	display: block;
}

.ascen__category-menu-toggle .rx-change .rx-default {
	display: none;
}

.ascen__category-dropdown-hide .ascen__category-menu-toggle {
	display: none;
}

.ascen__category-menu-with-header-menu .ascen__category-menu-toggle {
	position: absolute;
	width: 100%;
	z-index: 9;
}

@media (max-width: 1200px) {
	.ascen__category-menu-toggle > ul > li > a {
		padding: 10px 5px;
		font-size: 13px;
	}
	.ascen__category-menu-toggle > ul > li i {
		font-size: 16px;
		width: 20px;
	}
	.ascen__category-menu-toggle ul li {
		font-size: 13px;
	}
	.ascen__category-submenu ul {
		padding-left: 10px;
	}
	.ascen__category-submenu ul li {
		padding: 5px 0px;
	}
}

@media (max-width: 991px) {
	.ascen__category-menu-toggle {
		max-height: 350px;
		overflow: auto;
		position: absolute;
		width: 100%;
		z-index: 99;
		display: none;
	}
	.ascen__category-submenu {
		display: none;
		opacity: inherit !important;
		visibility: inherit !important;
		left: inherit !important;
		width: 100% !important;
		top: 100%;
		max-height: 350px;
		overflow: auto;
		transition: unset;
		box-shadow: inherit;
		position: inherit;
		padding: 5px 0px 0px 5px;
	}
	.ascen__category-submenu > li {
		width: 100% !important;
		margin-bottom: 0;
		float: none;
	}
	.ascen__category-submenu-children {
		display: none;
	}
}

.mobile-header-menu-fullwidth .mobile-menu-toggle {
	display: flex;
	justify-content: space-between;
	border: 1px solid var(--background-color-grey);
	padding: 7px 20px 6px;
	margin-right: 0;
}

/* ----------------------------------------------------
    END
---------------------------------------------------- */
/* Header CSS end
--------------------------------------------- */
/* frontpage section CSS start
--------------------------------------------- */
.shopup-frontpage-section {
	padding: 80px 0;
	background: var(--background-color-white);
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.shopup-frontpage-section {
		padding: 40px 0;
	}
}

@media (max-width: 768px) {
	.shopup-frontpage-section {
		padding: 40px 0;
	}
}

.shopup-frontpage-section.shopup-grey-background {
	background: var(--background-color-grey);
}

.shopup-frontpage-section.shopup-dark-background {
	background: var(--background-color-dark);
}

.shopup-frontpage-section.shopup-half-grey-background {
	position: relative;
	background: var(--background-color-white);
}

.shopup-frontpage-section.shopup-half-grey-background::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: var(--background-color-grey);
}

.shopup-frontpage-section.shopup-half-grey-background > div {
	position: relative;
}

.shopup-frontpage-section.shopup-half-grey-background.shopup-trending-section::before {
	height: 35%;
}

.shopup-frontpage-section.no-section-padding {
	padding: 0;
}

.shopup-frontpage-section.shopup-half-grey-background + .shopup-grey-background {
	padding-top: 10px;
}

.shopup-frontpage-section .section-header-subtitle + .shopup-section-body {
	margin-top: 50px;
}

@media (max-width: 992px) {
	.shopup-frontpage-section .section-header-subtitle + .shopup-section-body {
		margin-top: 20px;
	}
}

/* frontpage section CSS end
--------------------------------------------- */
/* main banner slider CSS start
--------------------------------------------- */
.shopup-main-banner-section {
	position: relative;
}

.shopup-main-banner-section .shopup-banner-slider-single {
	position: relative;
	min-height: 750px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 769px) {
	.shopup-main-banner-section .shopup-banner-slider-single {
		min-height: 550px;
	}
}

@media (max-width: 600px) {
	.shopup-main-banner-section .shopup-banner-slider-single {
		min-height: 480px;
	}
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	opacity: 0.1;
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail {
	position: relative;
	z-index: 1;
	color: var(--background-color-white);
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail .shopup-banner-slider-detail-inside {
	visibility: hidden;
}

@media (min-width: 1200px) {
	.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail .shopup-banner-slider-detail-inside {
		max-width: 760px;
	}
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail .shopup-banner-slider-detail-inside .shopup-banner-sub-head-title {
	font-size: var(--banner-sub-head-font-size);
	font-family: var(--font-heading);
	font-weight: normal;
	margin: 0;
	line-height: 1;
	opacity: 0.7;
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail .shopup-banner-slider-detail-inside .shopup-banner-head-title {
	font-size: var(--banner-head-font-size);
	font-family: var(--font-heading);
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2;
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail .shopup-banner-slider-detail-inside p {
	font-size: var(--banner-description-font-size);
	max-width: 390px;
}

.shopup-main-banner-section .shopup-banner-slider-single .shopup-banner-slider-detail .shopup-banner-slider-detail-inside .banner-slider-btn {
	display: flex;
	align-items: center;
	gap: 20px;
}

.shopup-main-banner-section.shopup-main-banner-slider-section .shopup-banner-slider-single {
	background: var(--secondary-color);
}

.shopup-main-banner-section.shopup-main-banner-slider-section .shopup-banner-slider-single::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background-size: cover;
	z-index: 0;
	opacity: 0.7;
	background: url("assets/img/swirl-pattern.png") no-repeat 0;
	background-repeat: repeat-x;
	animation: ani 20s infinite alternate;
	transition: 20s ease alternate;
}

@-webkit-keyframes ani {
	0% {
		background-position-x: 0px;
	}
	100% {
		background-position-x: -200px;
	}
}

.shopup-main-banner-section.shopup-main-banner-slider-section .shopup-banner-slider-single .shopup-banner-slider-img {
	position: absolute;
	bottom: 0;
	right: 0;
	left: inherit;
	width: 60%;
	height: 100%;
	overflow: hidden;
	border-top-left-radius: var(--banner-image-border-radius);
}

.shopup-main-banner-section.shopup-main-banner-slider-section .shopup-banner-slider-single .shopup-banner-slider-img img {
	position: inherit;
	top: unset;
	left: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shopup-main-banner-section ul.slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media (max-width: 480px) {
	.shopup-main-banner-section ul.slick-dots {
		top: unset;
		bottom: 30px;
		flex-direction: row;
	}
}

@media (max-width: 320px) {
	.shopup-main-banner-section ul.slick-dots {
		bottom: 0px;
		right: 15px;
	}
}

.shopup-main-banner-section ul.slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
}

.shopup-main-banner-section ul.slick-dots li button {
	border: none;
	font-size: 0;
	padding: 0;
	width: 8px;
	height: 8px;
	cursor: pointer;
	opacity: 0.5;
	border-radius: 50%;
	transition: all 0.3s ease;
	background-color: var(--background-color-white);
}

.shopup-main-banner-section ul.slick-dots li button::focus, .shopup-main-banner-section ul.slick-dots li button::focus-visible {
	outline: none;
}

.shopup-main-banner-section ul.slick-dots li.slick-active button {
	width: 16px;
	height: 16px;
	opacity: 1;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside {
	visibility: visible;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-sub-head-title,
.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-head-title,
.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside p,
.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-sub-head-title,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-head-title,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside p,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	animation-name: ascendoor-animation;
	animation-fill-mode: both;
	animation-duration: 0.7s;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-sub-head-title,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-sub-head-title {
	animation-delay: 0.2s;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-head-title,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .shopup-banner-head-title {
	animation-delay: 0.3s;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside p,
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside p {
	animation-delay: 0.4s;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1),
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(1) {
	animation-delay: 0.5s;
}

.shopup-main-banner-section .slick-active.shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2),
.shopup-main-banner-section .slick-active .shopup-banner-slider-single .shopup-banner-slider-detail-inside .banner-slider-btn a:nth-child(2) {
	animation-delay: 0.6s;
}

@keyframes ascendoor-animation {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* main banner slider CSS start
--------------------------------------------- */
/* frontpage categories CSS start
--------------------------------------------- */
.shopup-categories-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: var(--main-column-grid);
}

.shopup-categories-section-wrapper .shopup-categories-single {
	position: relative;
	min-height: 260px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 50px;
	border-radius: var(--border-round-all);
	overflow: hidden;
}

.shopup-categories-section-wrapper .shopup-categories-single .shopup-categories-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.shopup-categories-section-wrapper .shopup-categories-single .shopup-categories-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-text-main);
	opacity: 0.25;
	z-index: 0;
}

.shopup-categories-section-wrapper .shopup-categories-single .shopup-categories-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.shopup-categories-section-wrapper .shopup-categories-single .shopup-categories-detail {
	position: relative;
}

.shopup-categories-section-wrapper .shopup-categories-single .shopup-categories-detail .shopup-categories-title {
	font-size: var(--banner-sub-head-font-size);
	margin-top: 0;
	margin-bottom: 20px;
	color: var(--background-color-white);
}

.shopup-categories-section-wrapper .shopup-categories-single .shopup-categories-detail .shopup-button {
	display: flex;
}

.shopup-categories-section-wrapper .shopup-categories-single:hover .shopup-categories-img img {
	transform: scale(1.05);
}

.shopup-categories-section-wrapper .shopup-categories-single.cat-big-single {
	grid-column-end: span 2;
	grid-row-end: span 2;
}

@media (max-width: 767px) {
	.shopup-categories-section-wrapper .shopup-categories-single.cat-big-single {
		grid-column-end: span 1;
		grid-row-end: span 1;
	}
}

.shopup-categories-section-wrapper .shopup-categories-single.cat-big-single .shopup-categories-detail .shopup-categories-title {
	font-size: var(--single-big-title-font-size);
}

/* frontpage categories CSS end
--------------------------------------------- */
/* blog grid CSS start
--------------------------------------------- */
.shopup-blog-section .shopup-blog-section-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: var(--main-column-grid);
}

.shopup-blog-section .shopup-blog-view-all {
	display: flex;
	margin-top: 50px;
	justify-content: center;
}

.shopup-blog-single .shopup-blog-img a {
	display: block;
	line-height: 0;
}

.shopup-blog-single .shopup-blog-img a img {
	border-radius: var(--border-round-all-tops);
	position: relative;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.shopup-blog-single .shopup-blog-img a:focus-within {
	outline-offset: 2px;
}

.shopup-blog-single .shopup-detail {
	color: var(--color-text-main);
	padding: 50px;
	background-color: #f8f8f8;
	border-radius: var(--border-round-all-bottoms);
}

@media (max-width: 769px) {
	.shopup-blog-single .shopup-detail {
		padding: 25px;
	}
}

.shopup-blog-single .shopup-detail .shop-blog-category {
	display: flex;
	flex-wrap: wrap;
	font-size: var(--body-text-font-size);
}

.shopup-blog-single .shopup-detail .shop-blog-category a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
}

.shopup-blog-single .shopup-detail .shop-blog-category a:hover {
	color: var(--secondary-color);
}

.shopup-blog-single .shopup-detail .shop-blog-category a:not(:first-child) {
	margin-block-end: 4px;
	margin-inline-start: 4px;
}

.shopup-blog-single .shopup-detail .shopup-blog-title a {
	text-decoration: none;
	color: var(--color-text-main);
	transition: all 0.3s linear;
	display: inline-block;
}

.shopup-blog-single .shopup-detail .shopup-blog-title a:hover {
	color: var(--secondary-color);
}

.shopup-blog-single .shopup-detail .shopup-description {
	font-size: var(--body-text-font-size);
}

.shopup-blog-single .shopup-detail .shopup-readmore {
	display: flex;
	margin-top: 20px;
}

/* blog grid CSS end
--------------------------------------------- */
/* shopup features CSS start
--------------------------------------------- */
.shopup-features-section-wrapper {
	display: grid;
	grid-template-columns: var(--small-column-grid);
	grid-gap: 30px;
}

.shopup-features-section-wrapper .shopup-features-single {
	display: flex;
	align-items: center;
	gap: 20px;
}

.shopup-features-section-wrapper .shopup-features-single .features-icon {
	width: 40px;
	flex-shrink: 0;
}

.shopup-features-section-wrapper .shopup-features-single .features-details {
	color: var(--color-text-main);
}

.shopup-features-section-wrapper .shopup-features-single .features-details .feature-title {
	font-size: var(--single-small-title-font-size);
	font-family: var(--font-main);
	margin-top: 0;
	margin-bottom: 10px;
}

.shopup-features-section-wrapper .shopup-features-single .features-details p {
	font-size: var(--body-text-font-size);
	margin-top: 0;
	margin-bottom: 0;
}

/* shopup features CSS end
--------------------------------------------- */
/* shopup cta CSS start
--------------------------------------------- */
.shopup-cta-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--secondary-color);
	padding: 40px 100px;
	border-radius: var(--border-round-all);
	gap: 30px;
	position: relative;
	min-height: 260px;
}

.shopup-cta-wrapper .shopup-cta-background-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	border-radius: var(--border-round-all);
}

.shopup-cta-wrapper .shopup-cta-background-img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	opacity: 0.6;
}

.shopup-cta-wrapper .shopup-cta-background-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shopup-cta-wrapper .shopup-cta-text {
	position: relative;
	color: var(--background-color-white);
	max-width: 700px;
	z-index: 1;
}

.shopup-cta-wrapper .shopup-cta-text .shopup-cta-subhead {
	margin: 0;
	font-size: var(--body-bigger-text-font-size);
	font-weight: normal;
	font-family: var(--font-main);
}

.shopup-cta-wrapper .shopup-cta-text .shopup-cta-head {
	margin: 0;
	font-size: var(--section-head-font-size);
	line-height: 1.2;
}

.shopup-cta-wrapper .shopup-cta-img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 0;
	line-height: 0;
	max-width: 400px;
	max-height: 320px;
	overflow: hidden;
}

.shopup-cta-wrapper .shopup-cta-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.shopup-cta-wrapper .shopup-cta-details {
	position: relative;
	width: 30%;
}

.shopup-cta-wrapper .shopup-cta-details p {
	color: var(--background-color-white);
	margin-top: 0;
}

.shopup-cta-wrapper .shopup-cta-details .shopup-cta-button {
	display: flex;
}

@media (max-width: 768px) {
	.shopup-cta-wrapper {
		flex-direction: column;
		align-items: flex-start;
		padding: 50px 50px;
	}
	.shopup-cta-wrapper .shopup-cta-img {
		order: 3;
		position: unset;
		bottom: unset;
		left: unset;
		z-index: unset;
		transform: translateX(0);
		max-width: none;
		max-height: none;
		margin-bottom: -50px;
		overflow: visible;
		align-self: center;
	}
	.shopup-cta-wrapper .shopup-cta-img img {
		aspect-ratio: 1/1;
		height: auto;
		width: auto;
	}
	.shopup-cta-wrapper .shopup-cta-text {
		max-width: none;
		order: 1;
	}
	.shopup-cta-wrapper .shopup-cta-details {
		order: 2;
		width: 100%;
	}
}

@media (max-width: 425px) {
	.shopup-cta-wrapper {
		padding: 25px;
	}
}

/* shopup cta CSS end
--------------------------------------------- */
/* shopup nesletter CSS start
--------------------------------------------- */
.shopup-newsletter-section {
	position: relative;
}

.shopup-newsletter-section .shopup-newsletter-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.shopup-newsletter-section .shopup-newsletter-img::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--secondary-color);
	opacity: 0.25;
}

.shopup-newsletter-section .shopup-newsletter-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

@media (max-width: 992px) {
	.shopup-newsletter-section .shopup-newsletter-section-wrapper {
		flex-direction: column;
	}
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-text {
	color: var(--background-color-white);
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-text .shopup-newsletter-title {
	font-size: var(--banner-sub-head-font-size);
	margin-top: 0;
	margin-bottom: 10px;
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-text p {
	margin: 0;
	margin-bottom: 20px;
}

@media (max-width: 992px) {
	.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-text p {
		text-align: center;
	}
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget .widgettitle {
	display: none;
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form {
	display: flex;
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p {
	display: flex;
	margin: 0;
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p input {
	padding: 12px 30px;
	border: none;
	border-radius: var(--border-round-all-lefts);
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p input:focus, .shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p input:focus-visible {
	outline: none;
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
	width: 100%;
}

@media (max-width: 480px) {
	.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 200px;
	}
}

@media (max-width: 320px) {
	.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p#subscribe-email input {
		width: 150px;
	}
}

.shopup-newsletter-section .shopup-newsletter-section-wrapper .shopup-newsletter-form .jetpack_subscription_widget form p button[type="submit"] {
	cursor: pointer;
	padding: 12px 30px;
	border-radius: var(--border-round-all-rights);
	border: none;
	background: var(--secondary-color);
	color: var(--background-color-white);
}

/* shopup nesletter CSS end
--------------------------------------------- */
/* frontpage deals CSS start
--------------------------------------------- */
.shopup-deals-section-wrapper {
	display: grid;
	grid-template-columns: var(--main-column-grid);
}

@media (max-width: 769px) {
	.shopup-deals-section-wrapper {
		grid-template-columns: 1fr;
	}
}

.shopup-deals-section-wrapper .shopup-deals-single {
	position: relative;
	min-height: 460px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 100px;
	overflow: hidden;
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-img::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color-text-main);
	opacity: 0.25;
	z-index: 0;
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-detail {
	position: relative;
	color: var(--background-color-white);
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-detail .shopup-deals-title {
	font-size: var(--banner-head-font-size);
	text-transform: capitalize;
	margin-top: 0;
	margin-bottom: 5px;
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-detail .shopup-deals-sub-title {
	font-size: var(--banner-sub-head-font-size);
	font-family: var(--font-main);
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
}

.shopup-deals-section-wrapper .shopup-deals-single .shopup-deals-detail .shopup-button {
	display: flex;
	margin-top: 50px;
}

.shopup-deals-section-wrapper .shopup-deals-single:hover .shopup-deals-img img {
	transform: scale(1.05);
}

@media (max-width: 1024px) {
	.shopup-deals-section-wrapper .shopup-deals-single {
		padding: 50px 30px;
	}
}

@media (max-width: 768px) {
	.shopup-deals-section-wrapper .shopup-deals-single {
		min-height: 360px;
	}
}

/* frontpage deals CSS end
--------------------------------------------- */
/* frontpage deals of the day CSS start
--------------------------------------------- */
section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one {
	position: relative;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .deal-one-img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .deal-one-img img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .deal-one-img::after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	content: '';
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #000;
	opacity: 0.1;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper {
	position: relative;
	color: var(--background-color-white);
	max-width: 768px;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .section-header-subtitle {
	text-align: left;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .shopup-deals-of-day-single {
	padding: 50px 0;
	padding-top: 30px;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .shopup-deals-of-day-single .product-detail {
	position: relative;
	text-align: left;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .shopup-deals-of-day-single .product-detail .shopup-countdown > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .shopup-deals-of-day-single .product-detail .shopup-countdown .cdown {
	position: relative;
	margin-left: 7px;
	margin-right: 7px;
	background-color: var(--background-color-white);
	border-radius: 7px;
	color: var(--secondary-color);
	font-weight: 500;
	margin-bottom: 15px;
	width: 80px;
	height: 80px;
	font-size: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .shopup-deals-of-day-single .product-detail .shopup-countdown .cdown p {
	color: var(--color-text-main);
	text-transform: capitalize;
	margin: 0;
	font-size: 18px;
}

section.shopup-frontpage-section.shopup-deals-of-day-section.shopup-deals-of-day-one .shopup-deal-one-detail-wrapper .shopup-deals-of-day-single .product-detail .shopup-button {
	display: flex;
	margin-top: 30px;
}

/* frontpage deals of the day CSS end
--------------------------------------------- */
/* frontpage brands slider CSS end
--------------------------------------------- */
.shopup-brands-slider-wrapper .shopup-brand-single {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}

.shopup-brands-slider-wrapper .shopup-brand-single img {
	filter: grayscale(1) opacity(0.7);
	transition: all 0.3s ease;
}

.shopup-brands-slider-wrapper .shopup-brand-single:hover img {
	filter: grayscale(0) opacity(1);
}

.shopup-brands-slider-wrapper .slick-track {
	display: flex !important;
	align-items: center;
}

.shopup-brands-slider-wrapper .slick-track .slick-slide {
	display: flex;
	justify-content: center;
}

/* frontpage brands slider CSS end
--------------------------------------------- */
/* frontpage instagram section CSS start
--------------------------------------------- */
.shopup-product-instagram-section {
	position: relative;
}

.shopup-product-instagram-section::before, .shopup-product-instagram-section::after {
	display: table;
	content: " ";
}

.shopup-product-instagram-section::after {
	clear: both;
}

#sb_instagram .sb_instagram_header {
	float: none;
	text-align: center;
}

#sb_instagram .sb_instagram_header a {
	display: inline-block;
	float: none;
}

#sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
	border-radius: var(--border-round-all);
}

/* frontpage instagram section CSS end
--------------------------------------------- */
/* scroll to top
--------------------------------------------- */
a.shopup-scroll-to-top {
	position: fixed;
	bottom: 65px;
	right: 30px;
	height: 50px;
	width: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 17;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	text-decoration: none;
	color: var(--color-text-white);
	background-color: var(--secondary-color);
	border: 1px solid var(--color-text-white);
	transition: all 0.3s ease;
}

a.shopup-scroll-to-top:hover, a.shopup-scroll-to-top:focus {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

a.shopup-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* scroll to top
--------------------------------------------- */
/* carousel navigation
--------------------------------------------- */
.product-grid-two-carousel-navigation {
	position: relative;
	display: flex;
}

.product-grid-two-carousel-navigation .slick-arrow {
	cursor: pointer;
	width: 70px;
	height: 70px;
	padding: 0;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--background-color-light-grey);
	transition: all 0.3s ease;
	color: var(--color-text-main);
}

@media (max-width: 992px) {
	.product-grid-two-carousel-navigation .slick-arrow {
		width: 45px;
		height: 45px;
	}
}

.product-grid-two-carousel-navigation .slick-arrow.slick-arrow-next {
	margin-left: 10px;
}

.product-grid-two-carousel-navigation .slick-arrow:hover {
	box-shadow: 0 0 8px -5px rgba(0, 0, 0, 0.3);
}

/* carousel navigation
--------------------------------------------- */
/* 404 page
--------------------------------------------- */
section.error-404.not-found {
	margin-bottom: 50px;
}

/* footer CSS start
--------------------------------------------- */
.site-footer .site-footer-top {
	background: var(--footer-top-background);
	padding: 6.25rem 0 2.5rem;
}

.site-footer .site-footer-top .footer-widgets-wrapper {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
	color: var(--footer-top-color);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget .widget-title {
	color: var(--footer-top-color);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ul li a,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ol li a {
	color: var(--footer-top-color);
}

.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ul li a:hover,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ol li a:hover {
	color: var(--secondary-color);
}

.site-footer .site-footer-bottom {
	background: var(--footer-bottom-background);
	padding: 15px 0;
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: var(--footer-bottom-color);
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a {
	text-decoration: none;
	color: var(--color-text-main);
}

.site-footer .site-footer-bottom .site-footer-bottom-wrapper .social-icons ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* footer CSS end
--------------------------------------------- */

/*# sourceMappingURL=style.css.map */