/*!
Theme Name: Jeweler Shop
Theme URI: https://asterthemes.com/products/jeweler-shop
Author: asterthemes
Author URI: https://asterthemes.com
Description: The Jeweler Shop is a multipurpose theme designed to give jewelry businesses, luxury brands, fine jewelry stores, custom jeweler shops, diamond jewelers, gold jewelers, silver jewelers, gemstone jewelers, bridal jewelers, engagement ring sellers, wedding ring specialists, luxury jewelers, online jewelry stores, e-commerce jewelers, and boutique jewelry shops a minimal yet elegant digital presence. Its clean and sophisticated design ensures that your products stand out beautifully, offering a user-friendly experience across all devices with a fully responsive and retina-ready layout. Whether you are showcasing diamond rings, necklaces, bracelets, earrings, luxury watches, or gemstone collections, this theme provides a modern and luxurious touch that attracts customers instantly. Developers and store owners will appreciate the advanced personalization options that allow easy customization of colors, layouts, and typography. The theme includes an interactive banner section for highlighting offers, a testimonial section to build trust, a dedicated team section, strategically placed Call to Action (CTA) buttons to boost conversions, and WooCommerce support for seamless online selling. With built-in shortcodes and bootstrap support, customization becomes smooth and flexible, even without coding expertise. The theme is SEO-friendly, equipped with optimized code and faster page load times, ensuring your jewelry store ranks higher on search engines while delivering a seamless browsing experience. Its secure and clean code structure guarantees stability and protection, making it a reliable choice for online businesses. For branding and engagement, the social media integration feature connects your store with popular platforms, while the translation-ready functionality ensures your website appeals to global audiences. The theme’s animated and interactive elements add a stunning appeal without compromising performance, keeping the website modern and engaging. In short, the Jeweler Shop combines beauty with functionality. Its multipurpose design, WooCommerce integration, customization options, mobile-friendly layout, and compatibility with plugins like WooCommerce, Contact Form 7, Yoast SEO, Jetpack, and Slider Revolution make it the perfect solution for jewelers, jewelry designers, gemstone sellers, diamond retailers, online jewelry boutiques, goldsmiths, silver artisans, fashion accessories stores, and luxury product sellers seeking a polished online presence that reflects sophistication, elegance, and style. 
Version: 1.4
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: jeweler-shop
Tags: one-column, two-columns, three-columns, grid-layout, custom-background, custom-logo, custom-colors, custom-header, custom-menu, flexible-header, featured-images, threaded-comments, translation-ready, theme-options, sticky-post, footer-widgets, full-width-template, left-sidebar, right-sidebar,  e-commerce, blog, photography, post-formats, rtl-language-support

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Jeweler Shop 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

--------------------------------------------------------------*/
.asterthemes-wrapper {
	padding: 0 20px;
	max-width: 1320px;
	margin: 0 auto;
}

body.asterthemes-boxed-layout .asterthemes-site-wrapper {
	max-width: 1320px;
	margin: 0 auto;
	background-color: var(--background-color-white);
	box-shadow: 0px 0px 10px -7px #000;
}
@media screen and (min-width:1700px) and (max-width:1900px){
    .asterthemes-wrapper , body.asterthemes-boxed-layout .asterthemes-site-wrapper{
        max-width: 1520px;
    }
}
@media screen and (min-width:1901px) {
    .asterthemes-wrapper , body.asterthemes-boxed-layout .asterthemes-site-wrapper{
        max-width: 1620px;
    }
}
.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%;
}

.main-widget-section-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
}

.main-widget-section-wrap .primary-widgets-section {
	width: 100%;
}

@media (min-width: 768px) {
	.main-widget-section-wrap .primary-widgets-section {
		width: calc(70% - 15px);
	}
}

.main-widget-section-wrap .secondary-widgets-section {
	width: 100%;
}

@media (min-width: 768px) {
	.main-widget-section-wrap .secondary-widgets-section {
		width: calc(30% - 15px);
		position: sticky;
		top: 40px;
	}
}

@media (min-width: 768px) {
	.main-widget-section-wrap.frontpage-left-sidebar {
		flex-direction: row-reverse;
	}
}

.main-widget-section-wrap.no-frontpage-sidebar .primary-widgets-section {
	width: 100%;
}

/*--------------------------------------------------------------
# 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: var(--font-main);
	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: var(--font-main);
	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: var(--font-main);
	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: #404040;
	font-family: var(--font-main);
	font-size: 1rem;
	line-height: 1.5;
	background-color: #FFFFFF;
}

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,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	font-weight: 600;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

h2,
h3 {
	font-size: 1.3em;
	margin: 1em 0;
}

.update-core-php h2 {
	margin-top: 4em;
}

.update-php h2,
.update-messages h2,
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

h1.page-title {
	font-size: 4.4rem;
	margin: 0.5rem 0 1.5rem;
}
h1.page-title {
    font-size: 2.4rem;
    margin: 0.5rem 0 1.5rem;
    color: #000;
}
.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
    color: #000;
}
@media (max-width: 480px) {
	h1.page-title {
		font-size: 2.4rem;
	}
}

.woocommerce-products-header__title {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
}

.page-header h1 {
	font-size: var(--font-size-xl);
	margin-top: 0;
	line-height: 1.2;
}

.section-header-subtitle {
	text-align: center;
	margin-bottom: 50px;
}

.section-header-subtitle .section-title {
	font-size: var(--font-size-xl);
	font-family: var(--font-heading);
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.2;
}

.section-header-subtitle .section-subtitle {
	font-size: var(--font-size-base);
	font-family: var(--font-main);
	margin-top: 0;
	margin-bottom: 0;
}

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: var(--font-main);
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: var(--font-main);
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

big {
	font-size: 125%;
}

.entry-content a, .textwidget p a,.comment-content a{
    text-decoration: underline;
}

/* Elements
--------------------------------------------- */
:root {
	--primary-color: #314B4C;
	--secondary-color: #F1C1BD;
	--tertiary-color: #182C2B;
	--background-color-white: #1E1E1E;
	--background-color-grey: #F6F7FB;
	--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;
	--font-size-xs: clamp(0.7rem, 0.17vw + 0.76rem, 0.79rem);
	--font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
	--font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
	--font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
	--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
	--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
	--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
	--font-size-xxxl: clamp(2.95rem, 3.54vw + 2.17rem, 5rem);
	--border-round-button: 30px;
	--font-main: "Jost", sans-serif;
	--font-heading: "Playfair Display", serif;
	--font-code:var(--font-main);
	--font-pre: var(--font-main);
	--font-line-height-body: 1.5;
	--font-line-height-pre: 1.6;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 1rem;
	font-family: var(--font-main);
	color: #000000;
}

body.page {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	body {
		font-size: 1em;
	}
	.bottom-header-middle-part,
	.bottom-header-right-part, 
	.bottom-header-left-part {
    	width: 100% !important;
	}
	.slider-section.slider-style-1 .slider-single .slider-caption{
		left: 0% !important;
		right: 0% !important;
	}
	.slider-caption .mag-post-excerpt p{
		text-align: center;
	}
	.slider-section.slider-style-1 .slider-single .slider-caption{
		text-align: center !important;
	}
}


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;
}

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: var(--primary-color);
	text-decoration: none;
}

a:visited {
	color: var(--primary-color);
}

a:hover, a:focus, a:active {
	color: var(--primary-color);
}

a a {
	color: var(--primary-color);
}

a a:visited {
	color: var(--primary-color);
}

a a:hover, a a:focus, a a:active {
	color: #fff;
}

a a:focus {
	outline: thin dotted;
	outline-offset: 1px;
}

a a:hover, a a:active {
	outline: 0;
}

a a:focus-within {
	outline: thin dotted;
	outline-offset: -2px;
}

a ul.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

a .author-social-contacts a,
a .teams-social a,
a ul.social-icons a {
	width: 20px;
	height: 20px;
	opacity: 0.8;
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	color: var(--color-text-white);
}

a .author-social-contacts a::before,
a .teams-social a::before,
a ul.social-icons 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;
}

a .author-social-contacts a[href*='facebook.com']::before,
a .teams-social a[href*='facebook.com']::before,
a ul.social-icons a[href*='facebook.com']::before {
	content: "\f39e";
}

a .author-social-contacts a[href*='twitter.com']::before,
a .teams-social a[href*='twitter.com']::before,
a ul.social-icons a[href*='twitter.com']::before {
	content: "\f099";
}

a .author-social-contacts a[href*='instagram.com']::before,
a .teams-social a[href*='instagram.com']::before,
a ul.social-icons a[href*='instagram.com']::before {
	content: "\f16d";
}

a .author-social-contacts a[href*='youtube.com']::before,
a .teams-social a[href*='youtube.com']::before,
a ul.social-icons a[href*='youtube.com']::before {
	content: "\f167";
}

a .author-social-contacts a[href*='discord.com']::before,
a .teams-social a[href*='discord.com']::before,
a ul.social-icons a[href*='discord.com']::before {
	content: "\f392";
}

a .author-social-contacts a[href*='dribbble.com']::before,
a .teams-social a[href*='dribbble.com']::before,
a ul.social-icons a[href*='dribbble.com']::before {
	content: "\f17d";
}

a .author-social-contacts a[href*='google.com']::before,
a .teams-social a[href*='google.com']::before,
a ul.social-icons a[href*='google.com']::before {
	content: "\f1a0";
}

a .author-social-contacts a[href*='line.me']::before,
a .teams-social a[href*='line.me']::before,
a ul.social-icons a[href*='line.me']::before {
	content: "\f3c0";
}

a .author-social-contacts a[href*='linkedin.com']::before,
a .teams-social a[href*='linkedin.com']::before,
a ul.social-icons a[href*='linkedin.com']::before {
	content: "\f08c";
}

a .author-social-contacts a[href*='medium.com']::before,
a .teams-social a[href*='medium.com']::before,
a ul.social-icons a[href*='medium.com']::before {
	content: "\f23a";
}

a .author-social-contacts a[href*='messenger.com']::before,
a .teams-social a[href*='messenger.com']::before,
a ul.social-icons a[href*='messenger.com']::before {
	content: "\f39f";
}

a .author-social-contacts a[href*='paypal.com']::before,
a .teams-social a[href*='paypal.com']::before,
a ul.social-icons a[href*='paypal.com']::before {
	content: "\f1ed";
}

a .author-social-contacts a[href*='pinterest.com']::before,
a .teams-social a[href*='pinterest.com']::before,
a ul.social-icons a[href*='pinterest.com']::before {
	content: "\f0d2";
}

a .author-social-contacts a[href*='reddit.com']::before,
a .teams-social a[href*='reddit.com']::before,
a ul.social-icons a[href*='reddit.com']::before {
	content: "\f1a1";
}

a .author-social-contacts a[href*='skype.com']::before,
a .teams-social a[href*='skype.com']::before,
a ul.social-icons a[href*='skype.com']::before {
	content: "\f17e";
}

a .author-social-contacts a[href*='slack.com']::before,
a .teams-social a[href*='slack.com']::before,
a ul.social-icons a[href*='slack.com']::before {
	content: "\f198";
}

a .author-social-contacts a[href*='snapchat.com']::before,
a .teams-social a[href*='snapchat.com']::before,
a ul.social-icons a[href*='snapchat.com']::before {
	content: "\f2ad";
}

a .author-social-contacts a[href*='spotify.com']::before,
a .teams-social a[href*='spotify.com']::before,
a ul.social-icons a[href*='spotify.com']::before {
	content: "\f1bc";
}

a .author-social-contacts a[href*='stackoverflow.com']::before,
a .teams-social a[href*='stackoverflow.com']::before,
a ul.social-icons a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

a .author-social-contacts a[href*='telegram.org']::before,
a .teams-social a[href*='telegram.org']::before,
a ul.social-icons a[href*='telegram.org']::before {
	content: "\f3fe";
}

a .author-social-contacts a[href*='twitch.tv']::before,
a .teams-social a[href*='twitch.tv']::before,
a ul.social-icons a[href*='twitch.tv']::before {
	content: "\f1e8";
}

a .author-social-contacts a[href*='vimeo.com']::before,
a .teams-social a[href*='vimeo.com']::before,
a ul.social-icons a[href*='vimeo.com']::before {
	content: "\f27d";
}

a .author-social-contacts a[href*='whatsapp.com']::before,
a .teams-social a[href*='whatsapp.com']::before,
a ul.social-icons a[href*='whatsapp.com']::before {
	content: "\f232";
}

a .author-social-contacts a[href*='wordpress.org']::before,
a .teams-social a[href*='wordpress.org']::before,
a ul.social-icons a[href*='wordpress.org']::before {
	content: "\f19a";
}

a .author-social-contacts a[href*='youtube.com']::before,
a .teams-social a[href*='youtube.com']::before,
a ul.social-icons a[href*='youtube.com']::before {
	content: "\f167";
}

a .author-social-contacts a:focus, a .author-social-contacts a:hover,
a .teams-social a:focus,
a .teams-social a:hover,
a ul.social-icons a:focus,
a ul.social-icons a:hover {
	opacity: 1;
}

a .widget_jeweler_shop_social_icons ul.social-icons a {
	font-size: var(--font-size-xs);
	padding: 12px;
	opacity: 1;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 0px 10px 10px 0px;
	opacity: 0.7;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='facebook.com'] {
	background-color: #3b5999;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='twitter.com'] {
	background-color: #55acee;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='instagram.com'] {
	background-color: #3F729B;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='youtube.com'] {
	background-color: #cd201f;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='discord.com'] {
	background-color: #5865F2;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='google.com'] {
	background-color: #dd4b39;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='line.me'] {
	background-color: #00b900;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='linkedin.com'] {
	background-color: #0e76a8;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='medium.com'] {
	background-color: #66cdaa;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='messenger.com'] {
	background-color: #006AFF;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='paypal.com'] {
	background-color: #3b7bbf;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='pinterest.com'] {
	background-color: #E60023;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='reddit.com'] {
	background-color: #ff5700;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='skype.com'] {
	background-color: #00aff0;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='slack.com'] {
	background-color: #ECB22E;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='snapchat.com'] {
	background-color: #FFFC00;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='spotify.com'] {
	background-color: #1DB954;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='stackoverflow.com'] {
	background-color: #F47F24;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='telegram.org'] {
	background-color: #229ED9;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='twitch.tv'] {
	background-color: #6441a5;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='vimeo.com'] {
	background-color: #86c9ef;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='whatsapp.com'] {
	background-color: #34B7F1;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='wordpress.org'] {
	background-color: #21759b;
}

a .widget_jeweler_shop_social_icons ul.social-icons a[href*='youtube.com'] {
	background-color: #c4302b;
}

a .widget_jeweler_shop_social_icons ul.social-icons a:focus, a .widget_jeweler_shop_social_icons ul.social-icons a:hover {
	opacity: 1;
}

a .site-footer-bottom-wrapper ul.social-icons li a {
	color: var(--text-color-normal);
}

a:focus {
	outline: thin dotted;
	outline-offset: -2px;
}

a:hover, a:active {
	outline: 0;
}

a:focus-within {
	outline: thin dotted;
	outline-offset: -2px;
}

.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-end;
}

.author-social-contacts a,
.teams-social a,
.top-header-part-wrapper .social-icons a,
.slider-section-wrapper .social-icons a {
	display: flex;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	align-items: center;
	text-decoration: none;
	justify-content: center;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	color: #fff;
}
.social-icons a:hover{
	color: var(--secondary-color);
}
.author-social-contacts a::before,
.teams-social a::before,
.social-icons 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;
}

.author-social-contacts a[href*='facebook.com']::before,
.teams-social a[href*='facebook.com']::before,
.social-icons a[href*='facebook.com']::before {
	content: "\f39e";
}

.author-social-contacts a[href*='twitter.com']::before,
.teams-social a[href*='twitter.com']::before,
.social-icons a[href*='twitter.com']::before {
	content: "\f099";
}

.author-social-contacts a[href*='instagram.com']::before,
.teams-social a[href*='instagram.com']::before,
.social-icons a[href*='instagram.com']::before {
	content: "\f16d";
}

.author-social-contacts a[href*='youtube.com']::before,
.teams-social a[href*='youtube.com']::before,
.social-icons a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a[href*='discord.com']::before,
.teams-social a[href*='discord.com']::before,
.social-icons a[href*='discord.com']::before {
	content: "\f392";
}

.author-social-contacts a[href*='dribbble.com']::before,
.teams-social a[href*='dribbble.com']::before,
.social-icons a[href*='dribbble.com']::before {
	content: "\f17d";
}

.author-social-contacts a[href*='google.com']::before,
.teams-social a[href*='google.com']::before,
.social-icons a[href*='google.com']::before {
	content: "\f1a0";
}

.author-social-contacts a[href*='line.me']::before,
.teams-social a[href*='line.me']::before,
.social-icons a[href*='line.me']::before {
	content: "\f3c0";
}

.author-social-contacts a[href*='linkedin.com']::before,
.teams-social a[href*='linkedin.com']::before,
.social-icons a[href*='linkedin.com']::before {
	content: "\f08c";
}

.author-social-contacts a[href*='medium.com']::before,
.teams-social a[href*='medium.com']::before,
.social-icons a[href*='medium.com']::before {
	content: "\f23a";
}

.author-social-contacts a[href*='messenger.com']::before,
.teams-social a[href*='messenger.com']::before,
.social-icons a[href*='messenger.com']::before {
	content: "\f39f";
}

.author-social-contacts a[href*='paypal.com']::before,
.teams-social a[href*='paypal.com']::before,
.social-icons a[href*='paypal.com']::before {
	content: "\f1ed";
}

.author-social-contacts a[href*='pinterest.com']::before,
.teams-social a[href*='pinterest.com']::before,
.social-icons a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.author-social-contacts a[href*='reddit.com']::before,
.teams-social a[href*='reddit.com']::before,
.social-icons a[href*='reddit.com']::before {
	content: "\f1a1";
}

.author-social-contacts a[href*='skype.com']::before,
.teams-social a[href*='skype.com']::before,
.social-icons a[href*='skype.com']::before {
	content: "\f17e";
}

.author-social-contacts a[href*='slack.com']::before,
.teams-social a[href*='slack.com']::before,
.social-icons a[href*='slack.com']::before {
	content: "\f198";
}

.author-social-contacts a[href*='snapchat.com']::before,
.teams-social a[href*='snapchat.com']::before,
.social-icons a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.author-social-contacts a[href*='spotify.com']::before,
.teams-social a[href*='spotify.com']::before,
.social-icons a[href*='spotify.com']::before {
	content: "\f1bc";
}

.author-social-contacts a[href*='stackoverflow.com']::before,
.teams-social a[href*='stackoverflow.com']::before,
.social-icons a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.author-social-contacts a[href*='telegram.org']::before,
.teams-social a[href*='telegram.org']::before,
.social-icons a[href*='telegram.org']::before {
	content: "\f3fe";
}

.author-social-contacts a[href*='twitch.tv']::before,
.teams-social a[href*='twitch.tv']::before,
.social-icons a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.author-social-contacts a[href*='vimeo.com']::before,
.teams-social a[href*='vimeo.com']::before,
.social-icons a[href*='vimeo.com']::before {
	content: "\f27d";
}

.author-social-contacts a[href*='whatsapp.com']::before,
.teams-social a[href*='whatsapp.com']::before,
.social-icons a[href*='whatsapp.com']::before {
	content: "\f232";
}

.author-social-contacts a[href*='wordpress.org']::before,
.teams-social a[href*='wordpress.org']::before,
.social-icons a[href*='wordpress.org']::before {
	content: "\f19a";
}

.author-social-contacts a[href*='youtube.com']::before,
.teams-social a[href*='youtube.com']::before,
.social-icons a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a:focus, .author-social-contacts a:hover,
.teams-social a:focus,
.teams-social a:hover,
.social-icons a:focus,
.social-icons a:hover {
	opacity: 1;
}

.widget_jeweler_shop_social_icons .social-icons a {
	font-size: var(--font-size-xs);
	padding: 12px;
	opacity: 1;
	width: auto;
	height: auto;
	color: #fff;
	line-height: 1;
	border-radius: 5px;
	overflow: visible;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 0px 10px 10px 0px;
	opacity: 0.7;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='facebook.com'] {
	background-color: #3b5999;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='twitter.com'] {
	background-color: #55acee;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='instagram.com'] {
	background-color: #3F729B;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='youtube.com'] {
	background-color: #cd201f;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='discord.com'] {
	background-color: #5865F2;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='google.com'] {
	background-color: #dd4b39;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='line.me'] {
	background-color: #00b900;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='linkedin.com'] {
	background-color: #0e76a8;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='medium.com'] {
	background-color: #66cdaa;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='messenger.com'] {
	background-color: #006AFF;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='paypal.com'] {
	background-color: #3b7bbf;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='pinterest.com'] {
	background-color: #E60023;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='reddit.com'] {
	background-color: #ff5700;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='skype.com'] {
	background-color: #00aff0;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='slack.com'] {
	background-color: #ECB22E;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='snapchat.com'] {
	background-color: #FFFC00;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='spotify.com'] {
	background-color: #1DB954;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='stackoverflow.com'] {
	background-color: #F47F24;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='telegram.org'] {
	background-color: #229ED9;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='twitch.tv'] {
	background-color: #6441a5;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='vimeo.com'] {
	background-color: #86c9ef;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='whatsapp.com'] {
	background-color: #34B7F1;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='wordpress.org'] {
	background-color: #21759b;
}

.widget_jeweler_shop_social_icons .social-icons a[href*='youtube.com'] {
	background-color: #c4302b;
}

.widget_jeweler_shop_social_icons .social-icons a:focus, .widget_jeweler_shop_social_icons .social-icons a:hover {
	opacity: 1;
}

.site-footer-bottom-wrapper .social-icons li a {
	color: var(--text-color-normal);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--primary-color);
	border-radius: 3px;
	background: var(--primary-color);
	color: #fff;
	font-size: var(--font-size-sm);
	line-height: 1;
	padding: 0.6em 1em;
	font-weight: 600;
}

button:focus, button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	opacity: 0.8;
}

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;
}

a.asterthemes-button {
    font-size: var(--font-size-sm);
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    background: #000000;
    padding: 10px 35px;
    transition: all 0.3s ease;
}

a.asterthemes-button:focus, a.asterthemes-button:hover {
	color: #232323;
}

a.asterthemes-button:focus {
	outline-width: 2px;
}

a.asterthemes-button.asterthemes-bordered-button {
	color: var(--primary-color);
	border-width: 2px;
	border-style: solid;
	border-color: var(--primary-color);
	background-color: transparent;
	border-radius: var(--border-round-button);
}

a.asterthemes-button.asterthemes-bordered-button:focus-within {
	outline-offset: -6px;
}

a.asterthemes-button.asterthemes-button-alternate {
	color: var(--primary-color);
	background-color: var(--color-text-white);
}

a.asterthemes-button.asterthemes-button-border-alternate {
	color: var(--color-text-white);
	border-width: 2px;
	border-style: solid;
	border-color: var(--color-text-white);
	background-color: transparent;
	border-radius: var(--border-round-button);
}

a.asterthemes-button.asterthemes-button-border-alternate:focus, a.asterthemes-button.asterthemes-button-border-alternate:hover {
	background-color: #3a3a3a;
}

a.asterthemes-button.asterthemes-button-border-alternate:focus {
	outline-offset: -6px;
}

a.asterthemes-button.asterthemes-button-noborder-alternate {
	color: var(--color-text-white);
	background: transparent;
	padding: 0;
}

a.asterthemes-button.asterthemes-button-noborder-alternate::before {
	background: var(--color-text-white);
}

a.asterthemes-button.asterthemes-button-noborder-noalternate {
	color: var(--primary-color);
	background: transparent;
	padding: 0;
	border-radius: 0;
}

a.asterthemes-button.asterthemes-button-noborder-noalternate::before {
	background: var(--primary-color);
}

a.asterthemes-button.asterthemes-button-noborder-noalternate:focus {
	outline-offset: 2px;
	outline-width: 1px;
}

.video-btn a.asterthemes-play-btn {
	text-decoration: none;
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 0;
}

.video-btn a.asterthemes-play-btn i {
	border-radius: 50%;
	height: 41px;
	width: 41px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: var(--font-size-sm);
	transition: all 0.3s ease;
	color: #fff;
	background-color: var(--primary-color);
}

.video-btn a.asterthemes-play-btn .video-btn-txt {
	color: var(--color-text-main);
}

.video-btn a.asterthemes-play-btn:focus .video-btn-txt, .video-btn a.asterthemes-play-btn:hover .video-btn-txt {
	color: var(--primary-color);
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	width: 100%;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.right-sidebar .asterthemes-wrapper .asterthemes-page {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: auto 30%;
	grid-template-areas: "main sidebar";
}

@media (max-width: 991px) {
	.right-sidebar .asterthemes-wrapper .asterthemes-page {
		display: block;
	}
}

.right-sidebar .asterthemes-wrapper .asterthemes-page .site-main {
	grid-area: main;
	overflow: hidden;
	/* Resolves issue with <pre> elements forcing full width. */
}

.right-sidebar .asterthemes-wrapper .asterthemes-page .widget-area {
	grid-area: sidebar;
	color: #fff;
}

.left-sidebar .asterthemes-wrapper .asterthemes-page .widget-area {
	grid-area: sidebar;
	color: #fff !important;
}


.left-sidebar .asterthemes-wrapper .asterthemes-page {
	display: grid;
	color: #fff;
	grid-gap: 30px;
	margin-top: 4em;
	grid-template-columns: 25% auto;
	grid-template-areas: "sidebar main";
}

@media (max-width: 991px) {
	.left-sidebar .asterthemes-wrapper .asterthemes-page {
		display: block;
	}
}

.left-sidebar .asterthemes-wrapper .asterthemes-page .site-main {
	grid-area: main;
	overflow: hidden;
}

.left-sidebar .asterthemes-wrapper .asterthemes-page .widget-area {
	grid-area: sidebar;
}


/* -/-/-/-/-/- Style 1 - Preloader CSS Start -/-/-/-/-/- */
#loader {
	overflow: hidden;
	background-color: var(--color-text-white);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
}

#loader .loader-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
}

#loader #preloader {
	width: 100px;
}


/* -/-/-/-/-/- Style 2 - Pulsing Dot -/-/-/-/-/- */
#loader.style2 .dot {
    width: 25px;
    height: 25px;
    background-color: #000000;
    border-radius: 50%;
    animation: pulse 1s infinite;
	margin: 0 auto;
	text-align: center;
}

@keyframes pulse {
    0% { transform: scale(1); }
    33% { transform: scale(1.2); }
    66% { transform: scale(1.8); }
    100% { transform: scale(1); }
}


/* -/-/-/-/-/- Style 3 - Fading Bars -/-/-/-/-/- */
#loader.style3 .bars {
    display: flex;
    gap: 3px;
	justify-content: center;
}

#loader.style3 .bar {
    width: 10px;
    height: 30px;
    background-color: #000000;
    animation: fade 1s infinite alternate;
}

#loader.style3 .bar:nth-child(2) { animation-delay: 0.3s; }
#loader.style3 .bar:nth-child(3) { animation-delay: 0.6s; }

@keyframes fade {
    from { opacity: 1; }
    to { opacity: 0.3; }
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */

.bottom-top-header-right-part{
	text-align: right;
}
.bottom-top-header-right-part i{
	margin-right: 5px;
}
.bottom-top-header-right-part a{
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.bottom-top-header-right-part a:hover{
	color: var(--primary-color);
}
.translate-btn{
	text-align: right;
	display: flex;
	justify-content: right;
	align-items: center;
}
.bottom-header-middle-part {
    width: 20%;
}
.bottom-header-right-part{
	justify-content: space-around;
}
.main-navigation ul li:hover > ul {
    opacity: 1;
}
.main-navigation ul ul ul {
    
    top: 0;
}
.main-navigation ul ul{
	opacity: 0;
	position: absolute;
    left: 0;
    top: 100%;
    min-width: 215px;
    z-index: 9999;
    border: 1px solid #f1f1f1;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: left;
}

.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: #fff;
	color: var(--background-color-white);
	opacity: 1;
	padding: 15px 20px;
	border-bottom: 1px solid #f1f1f1;
	text-transform: capitalize;
}

.home .main-navigation ul ul a {
	color: var(--background-color-white);
	text-align: left;
}

.main-navigation ul ul a:focus, .main-navigation ul ul a:hover {
	color: var(--primary-color);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li:focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
	padding: 10px 20px;
}

.main-navigation .sub-menu li, .main-navigation .children li{
	padding: 0px;
}

.main-navigation a {
    font-weight: 500;
	color: #000000;
    display: block;
    font-size: 13px;
    text-decoration: none;
    text-transform: capitalize;
	font-family: var(--font-main);
}
.main-navigation a:focus, .main-navigation a:hover {
	opacity: 1;
	color: #000;
}

.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: 992px) {
	.main-navigation ul.nav-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: 210px;
	}
	.main-navigation ul.nav-menu li .children .children{
		top: 0px;
	}
	.main-navigation ul.nav-menu li .children 
	.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: 210px;
	}
	.main-navigation ul li ul li ul {
    	left: 210px !important;
	}
	.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 .menu .page_item_has_children:not(.off-canvas):hover > ul.children,
	.main-navigation .menu .page_item_has_children:not(.off-canvas):focus > ul.children,
	.main-navigation .menu .page_item_has_children.is-focused:not(.off-canvas) > ul.children,
	.main-navigation .menu .page_item_has_children:not(.off-canvas)[focus-within] > ul.children,
	.main-navigation .menu .page_item_has_children:not(.off-canvas):focus-within > ul.children  {
		opacity: 1;
		margin: 0;
		margin-top: 0px;
		left: 0;
	}
	.main-navigation .menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
	.main-navigation .menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
	.main-navigation .menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu,
	.main-navigation .menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menum,
	.main-navigation .menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu  {
		margin: 0;
		margin-top: 0px;
		left: 0;
		opacity: 1;
	}
	.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 > li:nth-last-child(1) li.menu-item-has-children > a::after,
	.main-navigation ul.menu > li:nth-last-child(2) 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: "\f104";
		display: inline-block;
		margin-right: 10px;
		margin-left: 0;
		position: absolute;
		left: 10px;
		right: unset;
		top: 50%;
		transform: translateY(-50%);
	}
}

/* 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;
	}
	a.jeweler-shop-scroll-to-top {

	    height: 40px!important;
	    width: 40px!important;
    
	}
}

.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: inline-flex;
	align-items: center;
	gap: 5px;
	color: #000;
	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:focus, .comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:focus,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:focus,
.post-navigation .nav-previous a:hover {
	color: var(--primary-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: inline-flex;
	align-items: center;
	gap: 5px;
	justify-content: flex-end;
	color: var(--color-text-white);
	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:focus, .comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:focus,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:hover {
	color: var(--primary-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: 991px) {
	.main-navigation ul a {
		color: #000;
		padding: 10px 30px;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation ul ul {
		position: absolute;
		float: none;
		padding-left: 5px;
	}
}

.main-navigation li.menu-item-has-children > a::after,
.main-navigation li.page_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: 991px) {
	.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:hover > ul, .main-navigation li.menu-item-has-children.focus > ul {
		height: auto;
		transform: scaleY(1);
	}
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul:not(.sub-menu):not(.children) {
		display: block;
		margin-inline-end: -20px;
	}
	.main-navigation ul:not(.sub-menu):not(.children) > li {
		display: inline-block;
	}
}

@media (max-width: 991px) {
	body.admin-bar #site-navigation.toggled .main-navigation-links {
		padding-top: 100px;
	}
	body.admin-bar #site-navigation button.menu-toggle.open {
		top: 55px;
	}
	.main-navigation ul ul a{
		border: none !important;
	}
	.main-navigation ul ul{
		opacity: 1 !important;
		border: none !important;
	}
	.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: 70px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
		background: none;
		border: none;
		margin: 0 auto;
	}
	#site-navigation button.menu-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #000;
		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: 35px;
		top: 20px;
	}
	#site-navigation button.menu-toggle.open span {
		background-color: var(--primary-color);
	}
	#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(--primary-color);
	}
}
@media (max-width: 480px) {
	#site-navigation .main-navigation-links {
		width: 80%;
	}
}

@media (min-width: 1025px) {
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation .current_page_item > a,
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation .current-menu-item > a,
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation .current_page_ancestor > a,
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation .current-menu-ancestor > a {
		opacity: 1;
	}
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation ul ul a {
		color: var(--color-text-main);
		opacity: 1;
	}
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation ul ul a:focus, body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation ul ul a:hover {
		color: var(--primary-color);
	}
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation a {
		color: #fff;
		opacity: 0.7;
	}
	body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation a:focus, body header.site-header .header-main-wrapper.transparent-header .bottom-header-part .main-navigation a:hover {
		opacity: 1;
	}
}

body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation ul ul a {
	color: var(--color-text-main);
}

body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation ul ul a:focus, body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation ul ul a:hover {
	color: var(--primary-color);
}

body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation .current_page_item > a,
body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation .current-menu-item > a,
body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation .current_page_ancestor > a,
body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation .current-menu-ancestor > a {
	opacity: 1;
	color: var(--primary-color);
}

body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation a {
	color: var(--color-text-main);
}

body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation a:focus, body header.site-header .header-main-wrapper.transparent-header .bottom-header-part.fix-header .main-navigation a:hover {
	color: var(--primary-color);
}

nav.navigation.pagination .nav-links {
	display: flex;
	gap: 5px;
	margin: 10px 0 20px;
}

nav.navigation.pagination .nav-links span,
nav.navigation.pagination .nav-links a {
	text-decoration: none;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	color: var(--color-text-main);
	border: 1px solid var(--color-text-main);
}

nav.navigation.pagination .nav-links span.prev, nav.navigation.pagination .nav-links span.next,
nav.navigation.pagination .nav-links a.prev,
nav.navigation.pagination .nav-links a.next {
	font-size: 0;
}

nav.navigation.pagination .nav-links span.prev::after, nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.prev::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30a";
	font-size: 1rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	font-family: Font Awesome\ 5 Free;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

nav.navigation.pagination .nav-links span.next::after,
nav.navigation.pagination .nav-links a.next::after {
	content: "\f30b";
}

nav.navigation.pagination .nav-links span:hover, nav.navigation.pagination .nav-links span:focus,
nav.navigation.pagination .nav-links a:hover,
nav.navigation.pagination .nav-links a:focus {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.current {
	color: var(--color-text-white);
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

nav.navigation.pagination .nav-links span.dots {
	border: none;
}

nav.navigation.pagination .nav-links span.dots:hover, nav.navigation.pagination .nav-links span.dots:focus {
	color: var(--color-text-main);
	border: none;
}
.slider-btn{
	display: flex;
	flex-wrap: wrap;
	gap:17px;
	padding-bottom: 20px;
}

.banner-slider-btn a {
	position: relative;
	display: inline-block;
	padding: 12px 24px;
	font-family: var(--font-main);
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 24px;
	color: #ffffff;
	background: var(--tertiary-color);
	overflow: hidden;
	transition: color 0.3s ease-in-out;
	z-index: 1;
  }

  .banner-slider-btn a::before, .header-btn a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--primary-color);
	transition: all 0.4s ease-in-out;
	z-index: -1;
  }
  
  .banner-slider-btn a:hover::before, .header-btn a:hover::before {
	left: 0; /* slide in */
  }
  
  .banner-slider-btn a:hover, .header-btn a:hover {
	color: #fff; /* keep text white */
  }
  

/* 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;
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
section.no-results.not-found {
	margin-bottom: 50px;
}

section.not-found {
    margin-top: 3em;
    text-align: center;
    margin-bottom: 7em;
    color: #000;
    margin-right: 0em;
}
h2.text-secondary {
    font-size: 41px;
    font-weight: 900;
}
p.not-para {
    font-size: 20px;
}
.paganot-found-button a {
    background: #000000;
    border-radius: 11px;
    padding: 12px 12px;
    color: #fff!important;
}
.paganot-found-button a:hover {
    background: #404040;
    border-radius: 11px;
    padding: 12px 12px;
    color: #fff!important;
}
@media (max-width: 1000px){
	section.not-found {
	    margin-top: 3em;
	    text-align: center;
	    margin-bottom: 7em;
	    margin-left: 0em;
	    margin-right: 0em;
	}

}
/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# archive layouts
--------------------------------------------------------------*/
.mag-post-category {
	line-height: 1.2;
	font-size: var(--font-size-sm);
}

.mag-post-category a {
	display: inline-block;
    margin-inline-end: 4px;
    margin-block-end: 5px;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.2;
    color: var(--background-color-white);
    margin: 12px auto;
}

.mag-post-category a:focus, .mag-post-category a:hover {
	color: var(--primary-color);
}

.mag-post-category a::after {
	content: "\2219";
	font-weight: bold;
	padding: 0 0 0 3px;
	opacity: 0.7;
}

.mag-post-category a:last-child::after {
	display: none;
}

.mag-post-single .mag-post-img {
	position: relative;
}

.mag-post-single .mag-post-img > a {
	display: block;
	height: 100%;
	width: 100%;
	line-height: 0;
}

.mag-post-single .mag-post-img > a:focus {
	outline-offset: 1px;
	outline-color: var(--color-text-main);
}

.mag-post-single .mag-post-img > a img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1/0.7;
	object-fit: cover;
}

.mag-post-single .mag-post-detail {
	padding: 15px 0 0;
}

.mag-post-single .mag-post-detail .mag-post-title {
	margin: 0 0 10px;
	font-size: var(--font-size-base);
	word-break: break-word;
	font-weight: 500;
	line-height: 1.3;
    word-wrap: break-word;
}
span.nav-title {
    word-break: break-word;
}
.mag-post-single .mag-post-detail .mag-post-title a {
	text-decoration: none;
	color: var(--background-color-white);
	font-family: var(--font-heading);
	font-size: 24px;
}

.mag-post-single .mag-post-detail .mag-post-title a:focus, .mag-post-single .mag-post-detail .mag-post-title a:hover {
	color: var(--primary-color);
}

.mag-post-single .mag-post-detail .mag-post-meta {
	font-size: var(--font-size-xs);
	line-height: 1.3;
}

.mag-post-single .mag-post-detail .mag-post-meta > span {
	margin-inline-end: 5px;
}

.mag-post-single .mag-post-detail .mag-post-meta .byline a,
.mag-post-single .mag-post-detail .mag-post-meta .post-author a{
	text-decoration: none;
	color: var(--color-text-main);
	font-size: 16px;
    margin-right: 10px;
}

.blog .mag-post-single .mag-post-detail .mag-post-meta .byline a,
.blog .mag-post-single .mag-post-detail .mag-post-meta .post-author a, .blog .mag-post-single .mag-post-detail .mag-post-meta .posted-on a, .blog .mag-post-single .mag-post-detail .mag-post-meta .post-date a {
	color: var(--color-text-main);
}

.mag-post-single .mag-post-detail .mag-post-meta .byline a i,
.mag-post-single .mag-post-detail .mag-post-meta .post-author a i {
	margin-inline-end: 5px;
}

.mag-post-single .mag-post-detail .mag-post-meta .posted-on a,
.mag-post-single .mag-post-detail .mag-post-meta .post-date a {
	text-decoration: none;
	color: var(--color-text-main);
	font-size: 16px;
    margin-right: 10px;
}

.mag-post-single .mag-post-detail .mag-post-meta .posted-on a i,
.mag-post-single .mag-post-detail .mag-post-meta .post-date a i {
	margin-inline-end: 5px;
}

.mag-post-single .mag-post-detail .mag-post-excerpt {
	font-size: var(--font-size-sm);
	color: var(--background-color-white);
}

.mag-post-single .mag-post-detail .mag-post-excerpt p {
	margin: 10px 0 0;
	font-size: 16px;
}

.mag-post-single .mag-post-detail .mag-post-meta .post-comments{
	margin-inline-end: 10px !important;
}
.mag-post-single .mag-post-detail .mag-post-meta .post-time{
	margin-inline-end: 5px;
}
.mag-post-single .mag-post-detail .mag-post-meta .post-comments,
.mag-post-single .mag-post-detail .mag-post-meta .post-comments i,
.mag-post-single .mag-post-detail .mag-post-meta .post-time,
.mag-post-single .mag-post-detail .mag-post-meta .post-time a{
	color: var(--color-text-main);
	text-decoration: none;
    font-size: 16px;
}

.jeweler-shop-archive-layout {
	margin-bottom: 30px;
}

.jeweler-shop-archive-layout.grid-layout article {
	margin-bottom: 0;
}

.jeweler-shop-archive-layout.grid-layout.column-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
	.jeweler-shop-archive-layout.grid-layout.column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.jeweler-shop-archive-layout.grid-layout.column-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.jeweler-shop-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.jeweler-shop-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.jeweler-shop-archive-layout.grid-layout.column-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
	.jeweler-shop-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(3, 1fr);
	}
	.bottom-header-middle-part,
	.bottom-header-right-part, 
	.bottom-header-left-part{
		width: 45% !important;
	}
	header.site-header .header-main-wrapper:not(.transparent-header) .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title a {
		padding-left: 0px !important;
	}
}

@media (max-width: 768px) {
	.jeweler-shop-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.jeweler-shop-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(1, 1fr);
	}
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper{
		display: block !important;
	}
	.home header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part{
		position: static !important;
		padding: 10px !important;
	}
}

/*--------------------------------------------------------------
# archive layouts
--------------------------------------------------------------*/
.site-main article .entry-header .entry-title {
	font-size: var(--font-size-lg);
	font-family: var(--font-heading);
	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(--primary-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%;
	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: #000;
}

.site-main article .entry-footer span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

.related-posts h2 {
	font-size: var(--font-size-lg);
	font-family: var(--font-main);
	line-height: 1.2;
}
	

@media (max-width: 480px) {
	.related-posts .row {
		grid-template-columns: 1fr;
	}
}

.related-posts .row article .post-thumbnail {
	line-height: 0;
	overflow: hidden;
}

.related-posts .row article .post-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.related-posts .row article .entry-header {
	margin-top: 10px;
}

.related-posts .row article .entry-header .entry-title {
	font-size: var(--font-size-base);
}

.related-posts .row article .entry-header .entry-title a {
	display: inline-block;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
body.single .site-main > article header {
	margin-bottom: 10px;
}

body.single .site-main > article header .entry-title {
	margin-bottom: 10px;
}

body.single .site-main > article header .entry-meta {
	padding-bottom: 0;
	margin-bottom: 10px;
}

/*------------##gutenberg support----------*/
img.alignright {
	clear: right;
}

img.alignleft {
	clear: left;
}

div.wp-block h6 a,
div.wp-block h5 a,
div.wp-block h4 a,
div.wp-block h3 a,
div.wp-block h2 a,
div.wp-block h1 a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

div.wp-block b,
div.wp-block strong {
	font-weight: bold;
}

div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
	background-color: transparent;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .aligncenter {
	text-align: center;
}
.entry-content{
	word-wrap: break-word;
}

/*.entry-content ol:not([class*="wp-"]),
.entry-content ul:not([class*="wp-"]) {
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 0;
	list-style-position: inside;
}*/

/*.entry-content ol:not([class*="wp-"]) li,
.entry-content ul:not([class*="wp-"]) li {
	padding-bottom: 5px;
	padding-top: 5px;
}*/

.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul {
	margin-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child {
	padding-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) .alignwide,
.entry-content ul:not([class*="wp-"]) .alignwide {
	padding-left: 30px;
}

.entry-content ol:not([class*="wp-"]) .alignfull,
.entry-content ul:not([class*="wp-"]) .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	padding-left: 40px;
}

.entry-content ol:not([class*="wp-"]) {
	list-style-type: decimal;
}

.entry-content p.has-drop-cap:not(:focus):first-letter {
	font-weight: normal;
}

.entry-content .wp-block-image figcaption {
	text-align: center;
}

.entry-content .wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content .wp-block-file {
	margin: 0 0 20px;
}

.entry-content .wp-block-file > a:not([class]),
.entry-content .wp-block-file .wp-block-file__textlink {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .wp-block-file .wp-block-file__button-richtext-wrapper {
	display: inline-block;
	margin: 0;
}

.entry-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file a.wp-block-file__button {
	display: inline-block;
	position: relative;
	text-align: center;
	border: none;
}

.entry-content [dir=rtl] .wp-block-file > a:not([class]),
.entry-content [dir=rtl] .wp-block-file .wp-block-file__textlink {
	margin-left: 20px;
	margin-right: 0;
}

.entry-content .wp-block-audio {
	margin-bottom: 20px;
}

.entry-content .wp-block-audio figcaption {
	margin: 0;
	padding: 10px 0;
}

.entry-content .wp-block-video {
	margin: 0 0 20px;
	text-align: center;
}

.entry-content .wp-block-video video {
	display: inline-block;
}

.entry-content .wp-block-video figcaption {
	margin: 0;
	padding: 6px 0 15px;
	text-align: center;
}

.entry-content .wp-block-code {
	background-color: #f3f3f3;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
	margin: 0 0 20px;
	border: none;
}

.entry-content .wp-block-code code,
.entry-content .wp-block-code .editor-plain-text {
	background-color: #000000;
	padding: 10px;
	color: inherit;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: inherit;
	display: block;
}

.entry-content .wp-block-preformatted {
	margin: 0 0 20px;
}

.entry-content .wp-block-preformatted pre {
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .wp-block-preformatted a {
	text-decoration: underline;
}

.entry-content .wp-block-pullquote {
	margin: 30px 0;
	padding: 30px 0;
}

.entry-content .wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6;
}

.entry-content .wp-block-pullquote.alignleft {
	margin-right: 2em;
}

.entry-content .wp-block-pullquote.alignright {
	margin-left: 2em;
}

.entry-content .wp-block-pullquote:not(.is-style-solid-color) {
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
	padding-left: 50px;
	padding-right: 50px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.entry-content .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote.alignleft blockquote,
.entry-content .wp-block-pullquote.alignright blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	margin: 0;
	padding: 16px;
	border-width: 0;
	border-style: solid;
	text-align: center;
}

.entry-content .wp-block-pullquote blockquote::before,
.entry-content .wp-block-pullquote.alignleft blockquote::before,
.entry-content .wp-block-pullquote.alignright blockquote::before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
	content: none;
}

.entry-content .wp-block-pullquote blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote cite,
.entry-content .wp-block-pullquote.alignleft blockquote cite,
.entry-content .wp-block-pullquote.alignright blockquote cite,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
	display: block;
	margin-top: 15px;
}

.entry-content .wp-block-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content .wp-block-table caption {
	text-align: center;
	padding: 20px;
}

.entry-content .wp-block-table :not([class]):not([id]) {
	border-spacing: 0;
	border-collapse: collapse;
}

.entry-content .wp-block-table :not([class]):not([id]) th,
.entry-content .wp-block-table :not([class]):not([id]) td {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
	padding: 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	word-break: break-all;
}

.entry-content .wp-block-table td:last-child,
.entry-content .wp-block-table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
}

.entry-content .wp-block-table td:last-child td,
.entry-content .wp-block-table th:last-child td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-content .wp-block-table.is-style-stripes {
	border-width: 0;
	border-style: solid;
}

.entry-content .wp-block-table .wp-block-table__cell-content {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	padding: 0;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content .wp-block-spacer {
	clear: both;
}

.entry-content ul.wp-block-archives,
.entry-content ul.wp-block-categories,
.entry-content ul.wp-block-categories__list {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

.entry-content div.wp-block ul.wp-block-archives ul,
.entry-content div.wp-block ul.wp-block-categories ul,
.entry-content div.wp-block ul.wp-block-categories__list ul {
	margin-bottom: 0;
	padding: 10px 0 0;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown,
.entry-content div.wp-block-categories.wp-block-categories-dropdown {
	margin-bottom: 20px;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown label,
.entry-content div.wp-block-categories.wp-block-categories-dropdown label {
	display: none;
}

.entry-content .wp-block-latest-comments {
	list-style: none;
	margin-bottom: 20px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
	min-height: auto;
	margin: 25px 0 0;
	padding: 0;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin: 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
	min-height: 48px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	width: 48px;
	height: 48px;
	margin: 0 17px 0 0;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.entry-content .wp-block-latest-comments article {
	display: block;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin: 0;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	margin: -3px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
	margin: 5px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
	margin: 0 auto 10px;
	float: none;
}

.entry-content .wp-block-latest-comments.aligncenter article {
	padding: 0 3px;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
	text-align: center;
}

.entry-content .wp-block-columns .wp-block-column {
	margin-bottom: 20px;
}

.entry-content .wp-block-columns .wp-block-column > p {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column > p:not(.has-background) {
	padding-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
	padding-bottom: 0;
}

/** === dir= rtl Block latest comments=== */
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	margin: 0 0 0 17px;
	float: right;
}

[dir=rtl] .wp-block-latest-comments article {
	margin: 0 3px 0 0;
}

/** === dir= rtl Block latest comments=== */
/** === Block youtube and vimeo video=== */
/*no-align*/
.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*no-align*/
.wp-block-embed-youtube figcaption {
	text-align: center;
}

/*alignfull*/
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignfull iframe,
.wp-block-embed-youtube.alignfull iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignfull*/
/*alignwide*/
.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignwide iframe,
.wp-block-embed-youtube.alignwide iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignwide*/
/** === Block youtube and vimeo video=== */
@media only screen and (min-width: 1025px) {
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		margin-top: 2.66667em;
		margin-bottom: 2em;
		padding: 0.66667em;
		padding-top: 1.33333em;
		padding-bottom: 1.33333em;
	}
}

@media only screen and (max-width: 480px) {
	.wp-block-media-text {
		display: block;
	}
	.wp-block-media-text .wp-block-media-text__media {
		margin: 10px auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}

.aligncener,
.alignfull,
.alignwide {
	margin-top: 30px;
	margin-bottom: 30px;
}

.alignfull .alignfull,
.alignwide .alignwide {
	padding-top: 10px;
	padding-bottom: 10px;
}

body.no-sidebar .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	margin-right: calc(50% - 50vw - 10px);
	max-width: 100vw;
	width: 100vw;
}

body.no-sidebar .alignfull .alignwide {
	margin-inline: auto;
}

body.no-sidebar .alignwide {
	max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
	body.no-sidebar .alignwide {
		width: calc(100% + (100vw - 100%) / 2);
		margin-left: calc((100% - 100vw) / 4);
	}
}

@media (min-width: 1171px) {
	body.no-sidebar .alignwide {
		width: 1140px;
		margin-left: -195px;
	}
}

body.no-sidebar .alignwide .alignwide {
	margin-inline: auto;
}

body.no-sidebar figure.wp-block-embed.is-type-wp-embed.alignfull,
body.no-sidebar figure.wp-block-table.alignfull,
body.no-sidebar div.wp-block-text-columns.alignfull,
body.no-sidebar div.wp-block-columns.alignfull,
body.no-sidebar div.wp-block-categories-dropdown.alignfull,
body.no-sidebar div.wp-block-file.alignfull {
	padding: 0 25px;
}

/** === search Block === */
.wp-block-search .wp-block-search__label {
	display: none;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
}

.wp-block-search .wp-block-search__input {
	border-radius: var(--border-radius-all-lefts);
}

.wp-block-search .wp-block-search__button {
	margin: 0;
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white);
	border-radius: var(--border-radius-all-rights);
}

/** === search Block === */
/** === Latest Post Block === */
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-inline: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	width: 50%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image > a {
	line-height: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a {
	text-decoration: none;
	color: var(--color-text-main);
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a:hover {
	color: var(--primary-color);
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
	width: 100%;
	margin-inline: 0;
	margin-block-end: 1.5em;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	color: var(--color-text-main);
}

/** === Latest Post Block === */
/*------------##gutenberg support----------*/
/*.no-sidebar .entry-content {
	max-width: 750px;
}
*/
.asterthemes-author-box {
	border: 1px solid rgba(155, 155, 155, 0.1);
	padding: 15px;
	margin: 15px 0;
	display: flex;
	align-items: center;
	gap: 30px;
}

@media (max-width: 600px) {
	.asterthemes-author-box {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
}

.asterthemes-author-box .author-img {
	min-width: 120px;
	align-self: flex-start;
}

.asterthemes-author-box .author-img img {
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.asterthemes-author-box .author-details .author-name {
	margin: 0 0 10px;
	font-size: var(--font-size-base);
	font-weight: 700;
	line-height: 1.3;
}

.asterthemes-author-box .author-details .author-description {
	margin: 0;
}

.asterthemes-author-box .author-details .author-social-contacts {
	display: inline-flex;
	gap: 10px;
	margin-top: 15px;
}

.asterthemes-author-box .author-details .author-social-contacts a {
	width: 30px;
	height: 30px;
}

.asterthemes-author-box .author-details .author-social-contacts a::before {
	z-index: 1;
	position: relative;
}

.asterthemes-author-box .author-details .author-social-contacts a::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(155, 155, 155, 0.1);
	opacity: 0.5;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.site-main article .entry-header .entry-title {
    font-size: var(--font-size-lg);
    font-family: var(--font-heading);
    margin-top: 0;
    color: #000;
    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(--primary-color);
}

.site-main article .entry-meta span a i {
	margin-inline-end: 5px;
}

.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%;
	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;
    color: #000;
}

.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;
	color: #000;
	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: #000;
}
.tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #fff;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
}
.tag-cloud a:hover{
	color: var(--primary-color);
	border-color: var(--primary-color)
}

.entry-footer .tags-links a{
	margin: 10px;
    padding: 5px;
    border: 1px solid #fff;
}
span.tags-links {
    margin: 30px 0 !important;
}

.site-main article .entry-footer span a:hover {
	color: var(--primary-color);
}

.site-main article .entry-footer span.comments-link a {
	font-weight: bold;
}

.related-posts h2 {
    font-size: var(--font-size-lg);
    font-family: var(--font-heading);
    line-height: 1.2;
    color: #000;
}

.related-posts .row {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Adjust minmax values as needed */
}

@media (max-width: 480px) {
	.related-posts .row {
		grid-template-columns: 1fr;
	}
}

.related-posts .row article .post-thumbnail {
	line-height: 0;
	overflow: hidden;
}

.related-posts .row article .post-thumbnail img {
	width: 100%;
}

.related-posts .row article .entry-header {
	margin-top: 10px;
}

.related-posts .row article .entry-header .entry-title {
	font-size: var(--font-size-base);
	line-height: 1.3;
	margin: 0 0 10px;
}

.related-posts .row article .entry-header .entry-title a {
	display: inline-block;
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
body.single .site-main > article header {
	margin-bottom: 10px;
    word-break: break-word;
}

body.single .site-main > article header .entry-title {
	margin-bottom: 10px;
}

body.single .site-main > article header .entry-meta {
	padding-bottom: 0;
	margin-bottom: 10px;
}

/*------------##gutenberg support----------*/
img.alignright {
	clear: right;
	float: unset;
}

img.alignleft {
	clear: left;
}

div.wp-block h6 a,
div.wp-block h5 a,
div.wp-block h4 a,
div.wp-block h3 a,
div.wp-block h2 a,
div.wp-block h1 a {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
}

div.wp-block b,
div.wp-block strong {
	font-weight: bold;
}

div.wp-block .editor-rich-text__tinymce code,
div.wp-block .editor-rich-text__editable code {
	background-color: transparent;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .aligncenter {
	text-align: center;
}
.entry-content ol:not([class*="wp-"]) ol,
.entry-content ol:not([class*="wp-"]) ul,
.entry-content ul:not([class*="wp-"]) ol,
.entry-content ul:not([class*="wp-"]) ul {
	margin-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) ol li:last-child,
.entry-content ol:not([class*="wp-"]) ul li:last-child,
.entry-content ul:not([class*="wp-"]) ol li:last-child,
.entry-content ul:not([class*="wp-"]) ul li:last-child {
	padding-bottom: 0;
}

.entry-content ol:not([class*="wp-"]) .alignwide,
.entry-content ul:not([class*="wp-"]) .alignwide {
	padding-left: 30px;
}

.entry-content ol:not([class*="wp-"]) .alignfull,
.entry-content ul:not([class*="wp-"]) .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	padding-left: 40px;
}

.entry-content ol:not([class*="wp-"]) {
	list-style-type: decimal;
}

.entry-content p.has-drop-cap:not(:focus):first-letter {
	font-weight: normal;
}

.entry-content .wp-block-image figcaption {
	text-align: center;
}

.entry-content .wp-block-button:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-top: 1em;
	margin-bottom: 1em;
}

.entry-content .wp-block-file {
	margin: 0 0 20px;
}

.entry-content .wp-block-file > a:not([class]),
.entry-content .wp-block-file .wp-block-file__textlink {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .wp-block-file .wp-block-file__button-richtext-wrapper {
	display: inline-block;
	margin: 0;
}

.entry-content .wp-block-file .wp-block-file__button,
.entry-content .wp-block-file a.wp-block-file__button {
	display: inline-block;
	position: relative;
	text-align: center;
	border: none;
}

.entry-content [dir=rtl] .wp-block-file > a:not([class]),
.entry-content [dir=rtl] .wp-block-file .wp-block-file__textlink {
	margin-left: 20px;
	margin-right: 0;
}

.entry-content .wp-block-audio {
	margin-bottom: 20px;
}

.entry-content .wp-block-audio figcaption {
	margin: 0;
	padding: 10px 0;
}

.entry-content .wp-block-video {
	margin: 0 0 20px;
	text-align: center;
}

.entry-content .wp-block-video video {
	display: inline-block;
}

.entry-content .wp-block-video figcaption {
	margin: 0;
	padding: 6px 0 15px;
	text-align: center;
}

.entry-content .wp-block-code {
	background-color: #f3f3f3;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
	margin: 0 0 20px;
	border: none;
}

.entry-content .wp-block-code code,
.entry-content .wp-block-code .editor-plain-text {
	background-color: #000000;
	padding: 10px;
	color: inherit;
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: inherit;
	display: block;
}

.entry-content .wp-block-preformatted {
	margin: 0 0 20px;
}

.entry-content .wp-block-preformatted pre {
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	letter-spacing: 1px;
}

.entry-content .wp-block-preformatted a {
	text-decoration: underline;
}

.entry-content .wp-block-pullquote {
	margin: 30px 0;
	padding: 30px 0;
}

.entry-content .wp-block-pullquote p {
	font-size: 28px;
	line-height: 1.6;
}

.entry-content .wp-block-pullquote.alignleft {
	margin-right: 2em;
}

.entry-content .wp-block-pullquote.alignright {
	margin-left: 2em;
}

.entry-content .wp-block-pullquote:not(.is-style-solid-color) {
	border-top-width: 4px;
	border-top-style: solid;
	border-bottom-width: 4px;
	border-bottom-style: solid;
}

.entry-content .wp-block-pullquote.is-style-solid-color {
	padding-left: 50px;
	padding-right: 50px;
}

.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
}

.entry-content .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote.alignleft blockquote,
.entry-content .wp-block-pullquote.alignright blockquote,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote {
	margin: 0;
	padding: 16px;
	border-width: 0;
	border-style: solid;
	text-align: center;
}

.entry-content .wp-block-pullquote blockquote::before,
.entry-content .wp-block-pullquote.alignleft blockquote::before,
.entry-content .wp-block-pullquote.alignright blockquote::before,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote::before {
	content: none;
}

.entry-content .wp-block-pullquote blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignleft blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.alignright blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote > .editor-rich-text p:last-of-type {
	margin: 0;
}

.entry-content .wp-block-pullquote blockquote cite,
.entry-content .wp-block-pullquote.alignleft blockquote cite,
.entry-content .wp-block-pullquote.alignright blockquote cite,
.entry-content .wp-block-pullquote.is-style-solid-color blockquote cite {
	display: block;
	margin-top: 15px;
}

.entry-content .wp-block-table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content .wp-block-table caption {
	text-align: center;
	padding: 20px;
}

.entry-content .wp-block-table :not([class]):not([id]) {
	border-spacing: 0;
	border-collapse: collapse;
}

.entry-content .wp-block-table :not([class]):not([id]) th,
.entry-content .wp-block-table :not([class]):not([id]) td {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
	padding: 10px 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	word-break: break-all;
}

.entry-content .wp-block-table td:last-child,
.entry-content .wp-block-table th:last-child {
	border-right-width: 1px;
	border-right-style: solid;
}

.entry-content .wp-block-table td:last-child td,
.entry-content .wp-block-table th:last-child td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.entry-content .wp-block-table.is-style-stripes {
	border-width: 0;
	border-style: solid;
}

.entry-content .wp-block-table .wp-block-table__cell-content {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	font-style: inherit;
	padding: 0;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content pre.wp-block-verse {
	white-space: inherit;
	margin: 0 0 20px;
	padding: 40px 0;
	padding-left: 30px;
	position: relative;
	background-color: #e2e2e2;
	color: inherit;
	font-family: var(--font-main);
	font-size: inherit;
	line-height: inherit;
	border: none;
}

.entry-content .wp-block-spacer {
	clear: both;
}

.entry-content ul.wp-block-archives,
.entry-content ul.wp-block-categories,
.entry-content ul.wp-block-categories__list {
	margin-bottom: 20px;
	padding: 0;
	position: relative;
}

.entry-content div.wp-block ul.wp-block-archives ul,
.entry-content div.wp-block ul.wp-block-categories ul,
.entry-content div.wp-block ul.wp-block-categories__list ul {
	margin-bottom: 0;
	padding: 10px 0 0;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown,
.entry-content div.wp-block-categories.wp-block-categories-dropdown {
	margin-bottom: 20px;
}

.entry-content div.wp-block-archives.wp-block-archives-dropdown label,
.entry-content div.wp-block-categories.wp-block-categories-dropdown label {
	display: none;
}

.entry-content .wp-block-latest-comments {
	list-style: none;
	margin-bottom: 20px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
	min-height: auto;
	margin: 25px 0 0;
	padding: 0;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment:first-child {
	margin: 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment {
	min-height: 48px;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	width: 48px;
	height: 48px;
	margin: 0 17px 0 0;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.entry-content .wp-block-latest-comments article {
	display: block;
	padding: 0 0 0 3px;
	overflow: hidden;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-meta,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
	margin: 0;
}

.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date {
	margin: -3px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt {
	margin: 5px 0 0;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt p,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
	margin: 0;
	padding: 0 0 20px;
}

.entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment-excerpt > *:last-child,
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt > *:last-child {
	margin: 0;
	padding: 0;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-avatar {
	margin: 0 auto 10px;
	float: none;
}

.entry-content .wp-block-latest-comments.aligncenter article {
	padding: 0 3px;
}

.entry-content .wp-block-latest-comments.aligncenter .wp-block-latest-comments__comment-excerpt {
	text-align: center;
}

.entry-content .wp-block-columns .wp-block-column {
	margin-bottom: 20px;
}

.entry-content .wp-block-columns .wp-block-column > p {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column > p:not(.has-background) {
	padding-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph {
	margin-bottom: 0;
}

.entry-content .wp-block-columns .wp-block-column .wp-block-paragraph:not(.has-background) {
	padding-bottom: 0;
}

/** === dir= rtl Block latest comments=== */
[dir=rtl] .wp-block-latest-comments .wp-block-latest-comments__comment-avatar {
	margin: 0 0 0 17px;
	float: right;
}

[dir=rtl] .wp-block-latest-comments article {
	margin: 0 3px 0 0;
}

/** === dir= rtl Block latest comments=== */
/** === Block youtube and vimeo video=== */
/*no-align*/
.wp-block-embed-vimeo:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe,
.wp-block-embed-youtube:not(.alignfull):not(.alignwide):not(.alignright):not(.alignleft) .wp-block-embed__wrapper iframe {
	margin-left: auto !important;
	margin-right: auto !important;
}

/*no-align*/
.wp-block-embed-youtube figcaption {
	text-align: center;
}

/*alignfull*/
.wp-block-embed-vimeo.alignfull .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignfull .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignfull iframe,
.wp-block-embed-youtube.alignfull iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignfull*/
/*alignwide*/
.wp-block-embed-vimeo.alignwide .wp-block-embed__wrapper,
.wp-block-embed-youtube.alignwide .wp-block-embed__wrapper {
	position: relative;
	padding-top: 56.25%;
}

.wp-block-embed-vimeo.alignwide iframe,
.wp-block-embed-youtube.alignwide iframe {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*alignwide*/
/** === Block youtube and vimeo video=== */
@media only screen and (min-width: 1025px) {
	.wp-block-quote.is-large,
	.wp-block-quote.is-style-large {
		margin-top: 2.66667em;
		margin-bottom: 2em;
		padding: 0.66667em;
		padding-top: 1.33333em;
		padding-bottom: 1.33333em;
	}
}

@media only screen and (max-width: 480px) {
	.wp-block-media-text {
		display: block;
	}
	.wp-block-media-text .wp-block-media-text__media {
		margin: 10px auto;
	}
	.wp-block-media-text .wp-block-media-text__content {
		padding: 0;
	}
}

.aligncener,
.alignfull,
.alignwide {
	margin-top: 30px;
	margin-bottom: 30px;
}

.alignfull .alignfull,
.alignwide .alignwide {
	padding-top: 10px;
	padding-bottom: 10px;
}

body.no-sidebar:not(.asterthemes-boxed-layout) .alignfull {
	margin-left: calc(50% - 50vw - 10px);
	margin-right: calc(50% - 50vw - 10px);
	max-width: 100vw;
	width: 100vw;
}

@media (max-width: 767px) {
	body.no-sidebar:not(.asterthemes-boxed-layout) .alignfull {
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		padding: 0 20px;
	}
}

body.no-sidebar:not(.asterthemes-boxed-layout) .alignfull .alignwide {
	margin-inline: auto;
}

body.no-sidebar:not(.asterthemes-boxed-layout) .alignfull .aligncenter {
	margin-inline: auto;
}

body.no-sidebar:not(.asterthemes-boxed-layout) .alignwide {
	max-width: 100vw;
}

@media (min-width: 768px) and (max-width: 1170px) {
	body.no-sidebar:not(.asterthemes-boxed-layout) .alignwide {
		width: calc(100% + (100vw - 100%) / 2);
		margin-left: calc((100% - 100vw) / 4);
		max-width: 90vw;
	}
}

@media (min-width: 1171px) {
	body.no-sidebar:not(.asterthemes-boxed-layout) .alignwide {
		width: 1140px;
		margin-left: -195px;
	}
}

body.no-sidebar:not(.asterthemes-boxed-layout) .alignwide .alignwide {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

body.no-sidebar figure.wp-block-embed.is-type-wp-embed.alignfull,
body.no-sidebar figure.wp-block-table.alignfull,
body.no-sidebar div.wp-block-text-columns.alignfull,
body.no-sidebar div.wp-block-columns.alignfull,
body.no-sidebar div.wp-block-categories-dropdown.alignfull,
body.no-sidebar div.wp-block-file.alignfull {
	padding: 0 25px;
}

/** === Latest Post Block === */
.wp-block-latest-posts.wp-block-latest-posts__list {
	list-style: none;
	padding-left: 0;
	margin-inline: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image {
	width: 50%;
}

.wp-block-latest-posts.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image > a {
	line-height: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a {
	text-decoration: none;
	color: var(--color-text-main);
}

.wp-block-latest-posts.wp-block-latest-posts__list li > a:hover, .asterthemes-wrapper .asterthemes-page .widget-area a:hover {
	color: #9bcdcf;
}

.wp-block-latest-posts.wp-block-latest-posts__list.is-grid li .wp-block-latest-posts__featured-image {
	width: 100%;
	margin-inline: 0;
	margin-block-end: 1.5em;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author {
	color: var(--color-text-main);
}

/*--------------------------------------------------------------
# single
--------------------------------------------------------------*/
section.error-404.not-found {
	margin-bottom: 50px;
	max-width: 670px;
}

/* 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: var(--color-text-main);
	padding: 8px 0 9px 0;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 1px solid var(--primary-color);
    margin-top: 1em;
}
.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: #fff;
	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;
}

.reply a,
.comment-content a,
.comment-meta .comment-metadata a,
.comment-author .url {
	color: var(--background-color-white);
}

.reply a:focus, .reply a:hover,
.comment-content a:focus,
.comment-content a:hover,
.comment-meta .comment-metadata a:focus,
.comment-meta .comment-metadata a:hover,
.comment-author .url:focus,
.comment-author .url:hover {
	color: var(--primary-color);
}

.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: #000;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	text-decoration: none;
}

.comment-form > p a:focus, .comment-form > p a:hover {
	color: var(--primary-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;
	color: #000000;
}

nav.breadcrumb-trail ul.trail-items li {
	display: inline-block;
}

nav.breadcrumb-trail ul.trail-items li a {
	text-decoration: none;
	color: #000000;
}

nav.breadcrumb-trail ul.trail-items li a:focus, nav.breadcrumb-trail ul.trail-items li a:hover {
	color: var(--primary-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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*comments section====*/
#comments.comments-area {
	margin-block: 20px;
}

#comments.comments-area .comments-title {
    font-size: var(--font-size-lg);
    font-family: var(--font-main);
    word-wrap: break-word;
    line-height: 1.2;
    color: #000;
}

#comments.comments-area .comment-list .comment .comment-author img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 50px;
}

#comments.comments-area .comment-list .comment .comment-content p {
	margin-bottom: 5px;
}

#comments.comments-area div#respond {
	margin-top: 20px;
}

#comments.comments-area div#respond #reply-title {
    margin-top: 0;
    font-weight: 700;
    font-size: 18px;
    color: #000;
}

#comments.comments-area div#respond p {
	margin-bottom: 5px;
	color: #000;
}

#comments.comments-area div#respond label {
	font-weight: normal;
}

#comments.comments-area div#respond textarea {
	width: 100%;
	background: #fafafa;
}

#comments.comments-area div#respond p.comment-form-url,
#comments.comments-area div#respond p.comment-form-email,
#comments.comments-area div#respond p.comment-form-author {
	display: inline-block;
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-url label,
#comments.comments-area div#respond p.comment-form-email label,
#comments.comments-area div#respond p.comment-form-author label {
	display: block;
}

#comments.comments-area div#respond p.comment-form-url input,
#comments.comments-area div#respond p.comment-form-email input,
#comments.comments-area div#respond p.comment-form-author input {
	width: 100%;
}

#comments.comments-area div#respond p.comment-form-cookies-consent label {
	margin-left: 8px;
	position: relative;
	top: -1px;
}

#comments.comments-area div#respond input[type="submit"] {
	display: inline-block;
	margin-top: 10px;
}

#comments.comments-area div#respond #reply-title small a {
	display: inline-block;
	margin-left: 10px;
}

.comment div#respond,
.comment-content {
	margin-left: 70px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
	
	padding: 15px;
}
.widget {
	margin: 0 0 1.5em;
	padding: 15px;
}
.right-sidebar .asterthemes-wrapper .asterthemes-page .widget {
    background: #000;
    border-right: 5px solid var(--primary-color) !important;
    border-left: 5px solid var(--primary-color) !important;
    border-radius: 12px;
}

.left-sidebar .asterthemes-wrapper .asterthemes-page .widget {
    background: #000;
    border-right: 5px solid var(--primary-color) !important;
    border-left: 5px solid var(--primary-color) !important;
    border-radius: 12px;
}
.left-sidebar .asterthemes-wrapper .asterthemes-page .widget {
    background: #000;
}
.footer-widgets-wrapper .widget{
	margin-bottom: 0;
}

.widget_calendar a{
	color: #fff;
	text-decoration: none !important;
}

.widget_calendar #today a{
	color: var(--primary-color);
}

.widget select {
	max-width: 100%;
}

.asterthemes-widget {
	margin-bottom: 30px;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2;
}

/*widget title===============*/
.widgettitle,
.widget-title {
	margin-bottom: 15px;
	line-height: 1.2;
	position: relative;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	margin-top: 0;
	font-weight: 700;
	text-align: start;
	color: #fff;
}
h2.wp-block-heading, .widgettitle, .widget-title{
	margin-bottom: 15px;
	line-height: 1.2;
	position: relative;
	font-size: 24px;
	margin-top: 0;
	font-weight: 700;
	text-align: start;
}

/*widget title===============*/
/*widget list===============*/
.widget ol:not(.jeweler-shop-tabs),
.widget ul:not(.jeweler-shop-tabs) {
	list-style: none;
	padding: 0;
	margin-inline: 0;
}

.widget ol:not(.jeweler-shop-tabs) li,
.widget ul:not(.jeweler-shop-tabs) li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: var(--font-size-sm);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
}

.widget ol:not(.jeweler-shop-tabs) li a,
.widget ul:not(.jeweler-shop-tabs) li a {
	text-decoration: none;
	font-size: 15px;
	word-break: break-word;
	color: #ffffff;
}

.widget ol:not(.jeweler-shop-tabs) ol,
.widget ol:not(.jeweler-shop-tabs) ul,
.widget ul:not(.jeweler-shop-tabs) ol,
.widget ul:not(.jeweler-shop-tabs) ul {
	padding-top: 7px;
	margin-left: 10px;
	padding-left: 10px;
}

.widget > ol > li,
.widget > ul > li {
	margin-bottom: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget > ol > li a,
.widget > ul > li a {
	color: var(--clr-foreground);
	transition: all 0.5s linear;
}

.widget > ol > li a:focus, .widget > ol > li a:hover,
.widget > ul > li a:focus,
.widget > ul > li a:hover {
	color: var(--theme-color);
}

.widget ol > li:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

/*widget list===============*/
/*widget tag cloud ===============*/
.wp-block-tag-cloud a,
.tagcloud a {
	display: inline-block;
	text-decoration: none;
	font-size: var(--font-size-small) !important;
	color: var(--color-text-white);
	border: 1px solid var(--color-text-white);
	padding: 3px 7px;
	border-radius: 3px;
	margin-inline-end: 5px;
	margin-block-end: 5px;
	line-height: 1.2;
}

.wp-block-tag-cloud a:focus, .wp-block-tag-cloud a:hover,
.tagcloud a:focus,
.tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

.site-footer .wp-block-tag-cloud a, .site-footer
.tagcloud a {
	border: 1px solid var(--color-text-white);
	color: var(--color-text-white);
}

.site-footer .wp-block-tag-cloud a:focus, .site-footer .wp-block-tag-cloud a:hover, .site-footer
.tagcloud a:focus, .site-footer
.tagcloud a:hover {
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
}

/*widget tag cloud ===============*/
/*widget search ===============*/
.widget.widget_search .wp-block-search__inside-wrapper {
	display: flex;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__input {
	border: 1px solid #d3ced2;
	padding: 6px 16px;
	font-size: 0.9rem;
	border-radius: 3px 0 0 3px;
}

.widget.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	cursor: pointer;
	color: var(--color-text-white);
	background-color: var(--primary-color);
	margin: 0;
	padding: 10px 25px;
	border-radius: 0 3px 3px 0;
}

.search-form {
	display: flex;
}

.search-form label,
.search-form .search-field {
	width: 100%;
}

.search-form .search-field {
	border: 1px solid #d3ced2;
	padding: 20px 16px;
	font-size: 0.9rem;
	border-radius: 3px 0 0 3px;
}

.search-form .search-submit {
	border-radius: 0 3px 3px 0;
}
span.search-main {
    position: relative;
}
.form {
  width: 300px;
  height: 100px;
  position: absolute;
  z-index: 2;
  right: -165px;
  top: 40px;
  background-color: var(--primary-color);
  display: none;
  padding: 20px;
  box-sizing: border-box;
}
.form i{
	color: #ffffff;
}
.form.active {
  display: block;
}

.input.active {
  transform: scale(1);
}

#search.move {
  top: 60px;
  left: 20px;
  font-size: 12px;
}
/*widget search ===============*/
/*widget social icons ===============*/
.widget.widget_jeweler_shop_social_icons .social-icons li {
	margin: 0;
	padding: 0;
	border: none;
}

.widget.widget_jeweler_shop_social_icons .social-icons li a {
	opacity: 0.8;
	color: #fff;
	margin: 0;
}

.widget.widget_jeweler_shop_social_icons .social-icons li a:focus, .widget.widget_jeweler_shop_social_icons .social-icons li a:hover {
	color: #fff;
	opacity: 1;
}

/*widget social icons ===============*/
/* 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
--------------------------------------------- */
p.site-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

h1.site-title {
    margin-bottom: 0;
    margin: 0px;
}

p.site-description {
    margin-top: 0;
}

.bottom-header-middle-part{
	text-align: center;
}

a.cart-customlocation, .bottom-header-part .search-main i:hover{
    color: #000000;
    font-size: 18px;
}

header.site-header {
	position: relative;
}

header.site-header .header-main-wrapper .top-header-part {
	position: relative;
	padding: 5px 0;
	background: var(--primary-color);
	color: #ffffff;
	font-family: var(--font-main);
	font-size: 12px;
	font-weight: 400;
}
header.site-header .header-main-wrapper .top-header-part a{
	color: #ffffff;
}
header.site-header .header-main-wrapper .top-header-part a:hover{
	color: var(--secondary-color);
}
header.site-header .header-main-wrapper .top-header-part > * {
	position: relative;
	z-index: 1;
}
header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part {
	background: var(--secondary-color);
	padding: 15px 0;
}
header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
	position: relative;
}
.top-header-part-wrapper, .topbar-text{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-between;
	gap: 20px;
}
.top-header-part-wrapper .opening-time i{
	margin-right: 5px;
}
.top-header-part-wrapper span, .top-header-part-wrapper p, .top-header-part-wrapper a{
	font-family: var(--font-main);
}
.top-header-part-wrapper p{
	font-family: var(--font-main);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.2;
	margin: 2px;
}

.header-search-form {
    width: 300px;
    position: absolute;
    z-index: 9999999;
    right: 0px;
    background-color: #FAFAFA;
    padding: 20px;
    box-sizing: border-box;
}
.bottom-header-right-part form{
	display: flex;
	height: 100%;
}
.bottom-header-right-part .woocommerce-product-search{
	border: 1px solid #fff;
}
#woocommerce-product-search-field{
	background-color: transparent;
	border: none;
	color: #fff;
}
.bottom-header-right-part .search-form .search-field{
    border: none;
    border-bottom: 1px solid var(--color-text-black);
    color: #ffffff;
    position: relative;
	border: 1px solid #fff;
    background: transparent;
    color: #fff;
}
.bottom-header-right-part .search-main .form .search-field::placeholder{
    color: #fff;
}
.bottom-header-right-part .search-form .search-submit{
	position: absolute;
    color: #fff;
    background: transparent;
    right: 22px;
    border: none;
    font-size: 0px;
}
.bottom-header-right-part .search-form [type="submit"] {
  background: url(resource/img/Background1.png) no-repeat scroll 0 21px;
  font-size: 13px;
  text-align: center;
  right: 19px;
  top: 23px;
  text-indent: -9999px;
  padding: 30px;
  border: none;
}
.bottom-header-right-part .search-form .search-field::placeholder {
  color: #ffffff;
}
.bottom-header-right-part button{
	color: #000000;
	padding: 0;
}
@media (max-width: 480px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part {
		align-self: center;
		margin: 5px 0px;
	}
	form.woo-pro-search button.search-button {
    	position: absolute;
    	margin-left: 200px;
        top: 30px;
    	color: #000;
  		background: transparent;
    	border: none;
    }
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding {
	display: flex;
	flex-direction: column;
	gap: 10px;
	text-align: center;
	justify-content: center;
	align-items: center;
}

@media (max-width: 375px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding {
		flex-direction: column;
		align-items: flex-start;
		gap: 0;
	}
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-logo {
	width: 200px;
}

@media (max-width: 375px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity {
		text-align: center;
	}
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity .site-title {
	font-size: 30px;
	line-height: 1.1;
	font-weight: 700;
	margin: 0;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity .site-title a {
	text-decoration: none;
	color: var(--header-text-color);
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity .site-title a:focus {
	outline-offset: 2px;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity .site-description {
	margin-bottom: 0;
	margin-top: 5px;
	color: #000;
	overflow-wrap: anywhere;
}

@media (max-width: 480px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity .site-description {
		font-size: 0.8rem;
		margin-top: 0;
	}
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part button{
	background-color: transparent;
	border-color: transparent;
	font-size: 18px;
	padding-right: 10px;
}

.header-btn {
	
}

.header-btn a{
	padding: 10px;
	background-color: var(--tertiary-color);
	color: #fff !important;
	font-family: var(--font-main);
	font-weight: 600;
	font-size: 14px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
	overflow: hidden;
	transition: color 0.3s ease-in-out;
	z-index: 1;
}



@media (max-width: 600px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
		position: relative;
	}
}

@media (max-width: 480px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
		width: 100%;
		justify-content: space-between;
		min-height: 55px;
	}
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .navigation-part {
	display: flex;
}

@media (min-width: 601px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .navigation-part .main-navigation-links .top-header-inside-part {
		display: none;
	}
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .navigation-part .main-navigation-links .top-header-inside-part .top-header-contact {
	border-block: 1px solid #f1f1f1;
	padding-block: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .navigation-part .main-navigation-links .top-header-inside-part .social-icons {
	padding: 10px 20px;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .navigation-part .main-navigation-links .top-header-inside-part .social-icons .social-icons {
	display: flex;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .navigation-part .main-navigation-links .top-header-inside-part .social-icons .social-icons a {
	padding: 0;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search {
	display: flex;
	align-items: center;
	gap: 10px;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .asterthemes-custom-button a {
	padding: 6px 30px;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search {
	width: 25px;
	position: unset;
	display: inline-block;
	text-align: center;
}

@media (min-width: 601px) {
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search {
		display: none;
	}
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
	color: var(--color-text-main);
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	outline: 0;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-icon:hover {
	color: var(--primary-color);
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-icon:focus-within {
	color: var(--primary-color);
	outline: 1px dashed var(--primary-color);
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-form {
	position: absolute;
	background: #fff;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	width: 100%;
	padding: 14px;
	z-index: 99;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-form .search-form {
	display: flex;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-form .search-form label {
	width: 75%;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-form .search-form label input {
	width: 100%;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap .header-search-form .search-form input.search-submit {
	border: 1px solid var(--primary-color);
	background-color: var(--primary-color);
	color: #fff;
	padding: 0px;
	font-size: 13px;
	width: 25%;
	margin: 0;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part .header-custom-btn-search .header-search .header-search-wrap.show .header-search-form {
	margin: 0;
	opacity: 1;
	visibility: visible;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part.fix-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 15;
	background-color: var(--background-color-white);
	border-bottom: 1px solid #f3f1ef;
	z-index: 999;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part.fix-header .site-branding .site-identity .site-title a {
	color: var(--primary-color);
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part.fix-header .site-branding .site-identity .site-description {
	color: var(--color-text-main);
}

header.site-header .header-main-wrapper:not(.transparent-header) {
	background-color: #fff;
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-icons a {
	color: var(--color-text-main);
	opacity: 1;
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-icons a:hover {
	color: var(--primary-color);
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-icons a:hover::after {
	opacity: 0.2;
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-icons a:focus {
	color: var(--primary-color);
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .social-icons-part ul.social-icons a:focus::after {
	opacity: 0.2;
}

header.site-header .header-main-wrapper:not(.transparent-header) .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title a, .site-description {
    color: #000000;
    text-transform: capitalize;
	font-family: "Berkshire Swash", serif;
	font-weight: 400;
	font-size: 20px;
}

header.site-header .header-main-wrapper:not(.transparent-header) .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity  {
	color: #fff;
}

header.site-header .header-main-wrapper:not(.transparent-header) .bottom-header-outer-wrapper .bottom-header-part.fix-header .site-branding .site-identity .site-title a {
	color: var(--primary-color);
}

header.site-header .header-main-wrapper:not(.transparent-header) .bottom-header-outer-wrapper .bottom-header-part.fix-header .site-branding .site-identity .site-description {
	color: var(--color-text-main);
}

@media (min-width: 1024px) {
	body.admin-bar header.site-header .header-main-wrapper .bottom-header-part.fix-header {
		top: 32px;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	body.admin-bar header.site-header .header-main-wrapper .bottom-header-part.fix-header {
		top: 46px;
	}
}

body.scroll-up header.site-header .header-main-wrapper .bottom-header-part.fix-header {
	transform: translateY(0);
	transition: all 0.3s ease;
}

body:not(.scroll-up) header.site-header .header-main-wrapper .bottom-header-part.fix-header {
	transform: translateY(-100%);
	transition: all 0.3s ease;
}

/* Header CSS end
--------------------------------------------- */
/* Slider section CSS start
--------------------------------------------- */

.slider-section{
	background: linear-gradient(to left, #FFF9F4 70%, var(--secondary-color) 30%);
}
.slider-section-wrapper{
	position: relative;
}
.slider-section .slider-caption{
	padding-left: 20px;
}
.slider-section .slider-single{
	display: grid;
	grid-template-columns: 50% 50%;
	min-height: 500px;
	padding-top: 60px;
	padding-left: 20px;
}
.home header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part {
    background: transparent;
}
.slider-section .slider-img, .slider-section .slider-caption{
	padding-top: 100px;
	/* padding-bottom: 50px; */
}
.slider-section .slider-img img{
    border-top-left-radius: 187.5px;
    height: 500px;
    width: 98%;
    object-fit: cover;
    border-right: 31px solid var(--secondary-color);
}

.slider-section h3{
	margin: 0px;
	font-family: var(--font-main);
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #CA6D68;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.slider-section h2{
	font-family: var(--font-heading);
	font-weight: 700;
	font-size: 32px;
	text-transform: capitalize;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.slider-section p{
	font-family: var(--font-main);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -1%;
	color: #272727;
    opacity: 0.6;
	margin:10px 0 15px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}
.slider-section .slider-images{
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    gap: 61px
}
.slider-section .slider-images img{
	width: 100%;
}
.slider-section .slider-img-first img{
	height: auto;
	object-fit: contain;
}
.slider-section .slider-img-second img{
	height: 300px;
	width: 75% !important;
	border-radius: 250px 250px 0 0;
	object-fit: cover;
}
.slider-section .slider-images img:hover{
	opacity: 0.9;
}
.slider-section .owl-dots {
	display: flex !important;                
	align-items: center;
	justify-content: center;
	gap: 15px;
	position: relative;
	bottom: 0px;
	right: 12%;
  }
  
  .slider-section .owl-dot {
	width: 30px;                  
	height: 30px;
	border-radius: 50%; 
	display: flex;                
	align-items: center;
	justify-content: center;
	position: relative; /* needed for arrow */
  }
  
  .slider-section .owl-dot span {
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 10px;
	color: #fff;                   
	font-size: 14px;
	font-weight: 600;
	transition: all 0.3s ease;
  }

  /* Active state */
  .slider-section .owl-dot.active span {
	background: var(--primary-color); 
	color: #fff;                      
  }
  

  .slider-section .owl-dot.show-arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translateY(-50%);
    width: 70px;
    height: 11px;
    background-image: url(resource/img/Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .slider-section .owl-dot:last-child.active{
    margin-left: 0px;
  }
  .slider-section .owl-dot.active {
	margin-right: 55px; 
  }
  
  .slider-section .owl-dot:hover{
	opacity: 1;
  }

  .slider-section .slider-img {
	position: relative;
	overflow: hidden; /* makes pseudo-element stay inside image shape */
	/* border-top-left-radius: 187.5px;
	border-right: 31px solid var(--secondary-color); */
  }
  
  .slider-section .slider-img img {
	border-top-left-radius: 250px;
	height: 500px;
	width: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.3s ease;
	margin-bottom: 20px;
  }
  
  .slider-section .slider-img:hover{
	opacity: 0.9;
  }

  .slider-section .banner-side {
    position: absolute;
    top: 60%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-family: var(--font-heading);
    font-weight: 400;
    font-size: clamp(24px, 4vw, 47px); 
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #1E1E1E;
    opacity: 0.1;
    white-space: nowrap;
    z-index: 5;
	left: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	max-height: 15ch;
}
@media (max-width: 1800px) {
	.slider-section .banner-side{
		left: 70px;
	}
}
@media (max-width: 1600px) {
	.slider-section .banner-side{
		left: 50px;
	}
}
@media (min-width: 1400px) and (max-width: 1482px) {
	.slider-section .banner-side{
		left: 8px;
	}
}
@media (min-width:768px) and (max-width: 1400px) {
	.slider-section .slider-img img{
		margin-left: 100px;
	}
	.slider-section .banner-side {
        left: 50px !important;
    }
}

@media (max-width: 1024px) {
    .slider-section .banner-side {
        left: 20px;
        font-size: clamp(20px, 3.5vw, 35px);
    }
}
@media (max-width: 991px) {
	.slider-section .slider-single, header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part  {
		padding: 0 !important;
	}
}
@media (max-width: 767px) {
    .slider-section .banner-side {
        position: relative;
        top: auto;
        left: auto;
        transform: rotate(0); 
        writing-mode: horizontal-tb;
        text-align: center;
        margin: 0 !important;
        opacity: 0.2; 
		padding: 20px 0;
    }
}


/* Slider section CSS end
--------------------------------------------- */

/* Product section CSS start
--------------------------------------------- */

.trending-section{
	text-align: center;
	margin-bottom: 70px;
}
.trending-section h3{
	font-family: var(--font-heading);
	font-weight: 400;
	font-size: 32px;
	text-transform: capitalize;
    color: var(--primary-color);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.trending-section figure, .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	position: relative;
	background: #F5F5F5;
}
.woocommerce ul.products li.product:hover .button {
	margin: 0 !important;
}
.woocommerce ul.products li.product a {
	position: relative;
	bottom: px;
}
.trending-section .intro-button, .woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart{
	position: absolute;
	bottom: 85px;
	width: 100%;
	padding: 0px 20px 0px 15px;
	display: none;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .added_to_cart{
	bottom: 96px;
}
.woocommerce ul.products li.product .add_to_cart_button.added{
	display: none;
}
.trending-section .intro-button a{
	display: inline-block ;
	width: 100%;
	border-radius: 0 !important;
	font-family: var(--font-main);
	font-weight: 500 !important;
	font-size: 14px !important;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}
.trending-section .add_to_cart_button.added{
	display: none;
}


.trending-section .intro-button a::after , .woocommerce ul.products li.product .add_to_cart_button::after{
    content: "\f0a9"; 
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    margin-left: 6px;
    position: relative;
}

.trending-section .tab-product:hover .intro-button, .woocommerce ul.products li.product:hover .add_to_cart_button,
.woocommerce ul.products li.product:hover .added_to_cart{
	display: block;
}

.trending-section .product-content-box h5, .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
	font-family: var(--font-heading);
	font-size: 18px !important;
	font-weight: 500;
	letter-spacing: 0.2px;
	text-transform: capitalize;
	margin: 5px 0;
	color: var(--primary-color);
}

.trending-section .product-content-box .woocommerce-Price-amount{
	font-family: var(--font-main);
}

.trending-section .product-content-box .price{
	color: var(--primary-color);
}

.trending-section .product-content-box .price del,
.trending-section .product-content-box .price span{
	padding-left: 2px;
}

.trending-section .discount-badge{
	font-family: var(--font-heading);
	font-weight: 500;
	font-size: 14px;
	text-transform: capitalize;
	background-color: #CA6D68;
	width: fit-content;
	padding: 3px 5px;
	color: #fff;
	position: absolute;
	top: 10px;
	z-index: 99;
	right: 10px;
}

.trending-section .product-section-header {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: center;
}
.trending-section .product-section-header i, .banner-slider-btn i{
 padding-left: 10px;
}
.trending-section .product-section-header a{
	padding: 10px 23px;
	font-family: var(--font-main);
	font-weight: 500;
    text-transform: capitalize;

}
.trending-section .owl-carousel .owl-dots{
	margin-top: 10px;
}
.trending-section .owl-carousel .owl-dot{
	padding: 0;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	margin: 5px;
}
.product-box .tab-product{
	position: relative;
}
.product-box .tab-product figure {
    position: relative;
    overflow: hidden;
}
.product-box .tab-product figure::before {
	position: absolute;
	top: 0;
	left: 0%;
	right: 0;
	opacity: 0;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgb(237 138 25 / 0%) 0%, rgb(241 193 189 / 30%) 100%);
	background: linear-gradient(to right, rgb(237 138 25 / 0%) 0%, rgb(241 193 189 / 30%) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.product-box .tab-product figure:hover::before {
	-webkit-animation: shine 1s;
	animation: shine 1s;
	opacity: 1;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Product section CSS end
--------------------------------------------- */
/* footer CSS start
--------------------------------------------- */
.dt_footer-widgets .footer-widgets-column {
    display: grid;
	grid-template-columns: auto auto auto auto;
}
.site-footer {
	background: #000;
}
footer#colophon .site-footer-top{
    background-size: 100% 100%;
}
.textwidget p a:hover,.textwidget p a:focus{
	color: var(--primary-color);
}
.dt_footer-widgets {
    color: #fff;
}	
.entry-footer .tags-links a{
	display: inline-block;
    color: #000;
    border: 1px solid #000;
    padding: 3px 7px;
    border-radius: 3px;
    margin-inline-end: 5px;
    margin-block-end: 5px;
    line-height: 1.2;
}
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
	width: 25%;
	flex-shrink: 0;
	padding: 0 15px;
	color: var(--color-text-white);
}
@media (max-width: 480px) {
	.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
		width: 100%;
	}
	.footer-one-column{
		width: 100%;
	}
	.widget ol:not(.jeweler-shop-tabs) ol, .widget ol:not(.jeweler-shop-tabs) ul, .widget ul:not(.jeweler-shop-tabs) ol, .widget ul:not(.jeweler-shop-tabs) ul {
    	padding-top: 0px;
    	margin-left: 0px;
    	padding-left: 0px;
	}
	.widgettitle, .widget-title{
		text-align: center;
	}
	.top-header-part .bottom-header-part-wrapper {
    	display: flow;
	}
}
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h1,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h2,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h3,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h4,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h5,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single h6 {
	margin-top: 0;
}
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget .widget-title {
	color: var(--primary-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(--color-text-white);
}
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ul li a:focus, .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:focus,
.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single .widget ol li a:hover {
	color: var(--primary-color);
}
.site-footer .site-footer-bottom {
	position: relative;
	padding: 15px 0;
	z-index: 1;
	color: var(--color-text-white);
}
.site-footer .site-footer-bottom .site-footer-bottom-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
}
.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a {
	color: var(--color-text-white);
	text-decoration: none;
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a:focus, .site-footer .site-footer-bottom .site-footer-bottom-wrapper .site-info a:hover {
	color: var(--primary-color);
}
.site-footer .site-footer-bottom .site-footer-bottom-wrapper .social-icons ul.social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer .site-footer-bottom::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #d9d9d9;
	opacity: 0.1;
}
.dt_footer-widgets a, .widget-area a {
    text-decoration: underline;
	color: var(--secondary-color);
}
.socialicons{
  text-align: center;
  background-color: #000;
  padding: 10px 0;
}
.socialicons a{
  color: #fff;
  font-size: 16px;
  padding: 5px;
  cursor: pointer;
}
.dt_footer-widgets .footer-widgets-column td {
    text-align: center;
}
/* footer CSS end
--------------------------------------------- */
/* scroll to top CSS start
--------------------------------------------- */
a.jeweler-shop-scroll-to-top {
	position: fixed;
	bottom: 55px;
	right: 30px;
	height: 50px;
	width: 50px;
	opacity: 0;
	visibility: hidden;
	z-index: 17;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
	background: var(--primary-color);
	border: 1px solid var(--color-text-white);
	transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
	border-radius: 5px;
}

a.jeweler-shop-scroll-to-top:hover, a.jeweler-shop-scroll-to-top:focus {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

a.jeweler-shop-scroll-to-top.show {
	opacity: 1;
	visibility: visible;
}

/* scroll to top CSS end
--------------------------------------------- */
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	width: auto;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mfp-iframe-holder .mfp-close:focus,
.mfp-image-holder .mfp-close:focus {
	outline: 1px dotted;
}

/* give plugin  CSS start
--------------------------------------------- */
.give_notices {
	padding-inline-start: 18px;
}

.give-btn {
	font-weight: 700;
}

.give-btn:hover {
	color: var(--primary-color);
	background-color: #fff;
}

.give-embed-form-wrapper.modal:after {
	background-color: #ffffffe6;
}

.give-embed-form-wrapper.modal .close-btn {
	opacity: 0.7;
}

.site-footer .give-goal-progress .income {
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background: #000;
}

/*-------- blog post CSS -------*/

.mag-post-single img {
	height: 100%;
	max-height: 300px;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.mag-post-single, .related-posts .mag-post-single{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 0px;
    color: var(--background-color-white);
    border: 1px solid;
    box-shadow: #0000004f 0px 0px 8px;
    border-right: 5px solid var(--primary-color) !important;
    border-left: 5px solid var(--primary-color) !important;
}
.sticky .mag-post-single:before {
    position: absolute;
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    border-radius: 20px;
	opacity: 30%;
}
.sticky .mag-post-single {
    position: relative;
    z-index: 0;
}
.wp-block-button.is-style-squared a {
    border-radius: 0pc;
}

/*woocommerce css*/

.woocommerce ul.products li span.price {
  margin: 0 5px;
  text-align: center;
}
.woocommerce ul.products li.product a img{
  margin: 0;
}
.woocommerce h2.woocommerce-loop-product__title,
.wc-block-grid__product .wc-block-grid__product-title{
	color: #000;
}
.woocommerce h2.woocommerce-loop-product__title:hover,
.wc-block-grid__product .wc-block-grid__product-title:hover{
	color: var(--primary-color);
}
.wc-block-grid__product a{
	text-decoration: none;
}
p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.wc-block-grid__product-price {
  color: #000;
  font-weight: bold;
  font-size: 14px;
}
.wc-block-grid__product-price del{
	opacity: 0.5;
}h2.woocommerce-loop-product__title
span.onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
.pro-button a,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,.woocommerce a.added_to_cart,
.woocommerce-Address-title.title a,
.wc-block-cart__submit-button,
.wc-block-components-checkout-return-to-cart-button {
 	padding: 12px 15px;
    color: #fff;
    margin: 3px;
    font-size: 15px;
    line-height: 15px;
    background: var(--primary-color);
}
.wc-block-cart__submit-button{
	color: #fff !important;
}
.pro-button a:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce ul.products li.product .button:hover,.woocommerce-Address-title.title a:hover,.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-return-to-cart-button:hover{
  background: #111111;
  color: #fff;
}
.wc-block-components-checkout-return-to-cart-button{
	color: #fff !important;
	text-decoration: none !important;
}
ins {
  text-decoration: none;
}
.woocommerce ul.products li {
    text-align: center;
    padding: 0px !important;
    border-radius: 0px;
    background: #e1dfda4f;
    padding-bottom: 15px !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	top: 0px;
	right: auto;
	left: 0px;
	margin: 0;
	line-height: 1;
	background: var(--primary-color);
	border-radius: 25px;
	padding: 9px 10px;
	border-radius: 0px;
	height: 33px;
	min-height: 0;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .star-rating,.woocommerce .star-rating {
  margin: 0px auto 10px;
  color: #ffc53f;
}
.woocommerce .woocommerce-ordering select {
  background: var(--primary-color);
  color: #fff;
  padding: 2px;
  border: 1px solid #e3e3e3;
}
.woocommerce .woocommerce-ordering select option{
	color: #ffffff;
}
.woocommerce .entry-summary {
  margin: 0;
}
.woocommerce .quantity .qty {
  padding: 8px;
  border: solid 2px #111111;
}
.woocommerce-message,
.woocommerce-info{
  border-top-color: var(--primary-color);
}
.woocommerce-message::before,
.woocommerce-info::before{
  color: var(--primary-color);
}
input[type="text"],
input[type="email"],
input[type="phno"],
input[type="password"],
textarea {
  border: 1px solid #bcbcbc;
  width: 100%;
  font-size: 16px;
  padding: 10px 10px;
  margin: 0 0 23px 0;
  height: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  background: var(--primary-color);
  padding: 10px;
  margin-right: 0px;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  color: #fff;
  text-decoration: none;
}
h2.woocommerce-loop-product__title,
.wc-block-grid__product-title {
    font-size: 22px !important;
    padding: 8px 0 !important;
    font-weight: 700;
    text-decoration: none;
}
.woocommerce #customer_login .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce #customer_login .col2-set .col-2, .woocommerce-page .col2-set .col-2{
  display: table-cell;
  max-width: 100%;
  float: none;
}
.woocommerce ul.products li.product .button{
  margin-top: 0;
  border-radius: 3px;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    padding: 15px 20px;
    margin: 0 5px;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 600;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 0px;
}
.woocommerce nav.woocommerce-pagination ul{
    border: 0px;
    
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000000;
    color: #ffff;
    margin-bottom: 35px;
}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{
	width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.woocommerce-tabs, .woocommerce .entry-summary .posted_in{
	color: #000;
}
.wishlist_table a{
	text-decoration: none;
}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}
.wp-block-image .alignright {
    float: none;
    margin: 0;
}
.nav-previous a {
	color: #000!important;
    border: 2px solid;
    padding: 8px 16px;
}
.nav-next a {
	color: #000!important;
    border: 2px solid #000;
    padding: 8px 16px;
}
.nav-previous a:hover, .nav-next a:hover{
	color: var(--primary-color) !important;
}
.nav-next a:hover{
	border: 2px solid var(--primary-color);
}
.add_to_cart_button, .added_to_cart.wc-forward {
	border-radius: 3px !important;
	font-weight: 700 !important;
	padding: 12px 15px !important;
    color: #fff !important;
    margin: 3px !important;
    font-size: 18px !important;
    line-height: 15px !important;
    background: var(--tertiary-color) !important;
}
.add_to_cart_button:hover, .added_to_cart.wc-forward:hover{
	background: #111111 !important;
	color: #fff !important;
}

.wc-block-grid__product-onsale {
	top: 0px !important;
	right: auto !important;
	left: 0px !important;
	margin: 0 !important;
	line-height: 1 !important;
	background: #000 !important;
	border-radius: 25px !important;
	padding: 9px 10px !important;
	border-radius: 0px !important;
	height: 33px !important;
	min-height: 0 !important;
	text-transform: uppercase !important;
	color: #fff !important;
	font-size: 13.5px !important;
}
.wc-block-components-button__text{
	color:#fff;
}
.wc-block-components-button{
	text-decoration: none !important;
}
@media (min-width: 1171px) {
	body.no-sidebar:not(.asterthemes-boxed-layout) .alignwide {
		width: 100%;
		margin-left: 0px;
	}
}
body.no-sidebar:not(.asterthemes-boxed-layout) .alignwide {
		width: 100%;
		margin-left: 0px;
}
.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
    border: 1px solid;
    padding: 11px;
}
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid;
	padding: 10px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
    font-size: 20px;
  
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    padding: 8px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 14px;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block{
	border: 1px solid;
}
.wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__content .wc-block-components-product-name{
	font-size: 20px;
}
.notice-function .updated .notice .notice-success .is-notice-get-started-class{
    color: #333;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/*------------------------ NEW CSS -------------------------- */

	/* Basic sticky header style */
	.sticky-header  {
		top: 0;
		z-index: 1000; 
	}

	body.admin-bar .sticky-header .is-sticky{
		top: 32px;
	}
	.sticky-header.is-sticky .bottom-header-part{
		background: var(--primary-color) !important;
	}
	.sticky-header.is-sticky {
		left: 0;
		transition: all 0.3s ease-in-out;
		position: -webkit-sticky !important;
		position: fixed !important;
		background: var(--secondary-color);
		box-shadow: 0 4px 6px rgba(0,0,0,0.1);
		width: 100%;
		padding: 10px;
		margin-left: 0px !important;
	}
	.sticky-header.is-sticky a:hover{
		color: #000 !important;
	}
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper.hello.sticky-header.is-sticky {
    	margin-left: 0px !important; 
		border-radius: 0px !important;
		padding: 10px 50px !important;
		top: 32px;
    }
	header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper.hello.sticky-header.is-sticky .site-title a, header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper.hello.sticky-header.is-sticky .site-description{
		padding-left: 0px;
	}
	  .navigation-menus {
		flex: 1;                   /* take full left space */
		display: flex;
		justify-content: flex-start;
		padding-right: 103px;
	  }
	  
	  .bottom-header-left-part {
		position: absolute;        /* take it out of flex flow */
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%); /* exact center */
		z-index: 2;                /* stay above */
	  }
	  
	  .bottom-header-right-part {
		flex: 1;                   /* take full right space */
		display: flex;
		justify-content: flex-end;
	  }
	  
	@media only screen and (max-width: 1100px) {
		.bottom-header-part .asterthemes-wrapper {
			padding: 0;
		}
	}
	@media only screen and (max-width: 1500px) {
		.related-posts .row {
			display: grid;
			grid-gap: 20px;
			grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		}
	}

	@media (max-width: 1400px) {
		.site-footer .site-footer-bottom .site-footer-bottom-wrapper{
			padding: 0px 10px;
		}
	}
	@media (max-width: 1200px) and (min-width: 992px) {
		.bottom-header-middle-part {
			width: 25%;
		}	
		.bottom-header-left-part {
			width: 50%;
		}
		.bottom-header-right-part {
			width: 10%;
		}
		.bottom-header-right-part.head-btn{
			width: 15%;
		}
		.main-navigation a{
			padding: 10px 15px;
		}
	}
  	@media only screen and (max-width: 900px) {
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper { 	
			justify-content: space-between;
		}
		body.admin-bar .sticky-header {
			top: 45px;
		}
		ul.nav-menu {
			text-align: left;
		}
		.main-navigation ul ul ul {
			left: 0 !important;
			top: 0;
		}
		.main-navigation ul ul {
			position: unset !important;
			float: none;
		}
		.main-navigation ul ul {
			opacity: 1;
			text-align: left;
		}
		.bottom-header-left-part {
        	width: 28%;
    	}
		.navigation-menus{
			width: 35%;
		}
		.bottom-header-middle-part{
			width: 25%;
			padding: 0 10px;
		}
		.bottom-header-right-part {
	        width: 25%;
	        padding: 0 0px;
	    }
	}

  	@media only screen and (max-width: 600px) {
		.sticky-header,.sticky-header .is-sticky {
			position: unset !important;
		}
		h1.site-title {
			text-align: center;
		}
		.bottom-header-left-part{
			width: 100%;
		}
		.navigation-menus{
			width: 100% !important;
		}
		.bottom-header-middle-part{
			width: 100%;
		}
		.bottom-header-right-part{
			width: 100%;
		}
		.bottom-header-part {
			margin: 0px !important;
		}
	}
	@media (min-width: 320px) and (max-width: 767px) {
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding{
			align-items: center;
		}
		header.site-header .header-main-wrapper .top-header-part .asterthemes-wrapper {
			max-width: 100% !important;
			background: transparent;
			clip-path: none;
		}
		.header-text p{
			text-align: center;
			padding-left: 0px;
			margin-bottom: 10px;
		}
		.slider-section.slider-style-1 .slider-single {
			min-height: auto !important;
			display: block !important;
		}
	}
	@media (min-width: 992px) and (max-width: 1200px) {
		.bottom-header-right-part {
			width: 18%;
		}
		.bottom-header-left-part {
			width: 22%;
		}
	}
	.hide-breadcrumb nav.woocommerce-breadcrumb {
		display: none;
	}

	.paganot-found-button {
		margin-top: 30px;
	}

	.mag-post-excerpt p {
		word-break: break-all !important;
	}

	/* scroll top css */

	/* Shape Options */
	#scroll-to-top.box {
	border-radius: 0;
	}
	
	#scroll-to-top.curved-box {
	border-radius: 15px;
	}
	
	#scroll-to-top.circle {
	border-radius: 50%;
	}

	.media-container audio{
		width: 100%;
	}
	.video-container video {
		width: 100%;
		border-radius: 10px;
	}
	body.site-boxed--layout #page {
		margin: 50px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
		position: relative;
	}
	
	body.site-wide--layout #page {
		margin: 0;
		box-shadow: none;
	}

	nav.wp-calendar-nav #today a{
		color: var(--primary-color);
	}

	/* Read More CSS */

	.read-more-button {
		display: inline-flex;
		align-items: center;
		padding: 10px 20px;
		margin-top: 10px;
		background-color: #000;
		color: #ffffff !important;
		text-decoration: none;
		border-radius: 5px;
		font-size: 16px;
		transition: all 0.5s ease;
	}
	
	.read-more-button .dashicons {
		margin-left: 8px;
		font-size: 20px;
		transition: transform 0.5s ease;
	}
	
	.read-more-button:hover {
		background-color: var(--primary-color);
		cursor: pointer;
	}
	
	.mag-post-read-more a {
		transition: all 0.5s ease;
	}
	
	.mag-post-read-more i {
		padding-left: 10px;
		transition: transform 0.5s ease;
	}
	
	.read-more-button:hover .dashicons, .read-more-button:hover i {
		transform: translateX(8px);
	}

	.mag-post-read-more a {
		position: relative;
	}
	
	.read-more-button::before {
		content: '';
		position: absolute;
		top: 0;
		left: -100em;
		width: 100%;
		height: 100%;
		transition: left 0.5s ease;
	}
	
	.read-more-button:hover::before {
		left: 0;
	}
	

	nav.woocommerce-MyAccount-navigation {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	div#content {
    	margin-top: 3em;
	}
	

/*------------------------------------* PAGE TITLE HEADER CSS*------------------------------------*/	

	h1.page-header-title{
		font-size: 50px;
	}
	h2.page-header-title{
		font-size: 40px;
	}
	h3.page-header-title{
		font-size: 30px;
	}
	h4.page-header-title{
		font-size: 26px;
	}
	h5.page-header-title{
		font-size: 24px;
	}
	h6.page-header-title{
		font-size: 22px;
	}

	.page-header {
		position: relative;
		background-color: #eaeaea;
		padding: 50px 0;
	}
	#primary .page-header{
		background-color: #f5f5f5;
	}
	.page-header .container {
		position: relative;
	}
	
	.page-header-title {
		display: block;
		line-height: 1.4em;
		margin: 0;
		color: var(--primary-color);
	}

	h2.page-header-title{
		margin: 5px 0;
	}

	.header-style-centered .page-header-inner {
		text-align: center;
	}

	.header-style-inline .page-header-inner {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}


	@media only screen and (max-width: 700px) {
    	.hide-on-mobile {
			display: none;
		}
	}

	@media only screen and (min-width: 768px) and (max-width: 1000px) {
		.hide-on-tablet {
			display: none;
		}
	}

	@media only screen and (min-width: 783px) and (max-width: 900px) {
		body.admin-bar .sticky-header {
			top: 30px;
		}
		.sticky-header.is-sticky{
			padding: 18px 10px 10px 10px;
		}
	}

	@media only screen and (max-width: 900px) {
    	.hide-on-tablet-mobile {
			display: none;
		}
	}

	header.page-header.has-background-image{
		position: relative;
	}
	
	header.page-header.has-background-image .page-header-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}

	header.page-header {
		overflow-wrap: anywhere;
	}
	
	.woocommerce-products-header__title {
		display: none;
	}
	
	@media only screen and (max-width: 700px) {
		.asterthemes-wrapper.page-header-inner {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
		}
		nav.breadcrumb-trail.breadcrumbs {
			width: 100%;
		}
		.page-header-title {
			width: 100%;
		}
		.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
			width: 100%;
			float: left;
			clear: both;
			margin: 0 0 2.992em;
		}
	}
		
	h2.woocommerce-loop-product__title {
	    	overflow-wrap: anywhere;
	}
	div#tab-description {
		overflow-wrap: anywhere;
	}

	.widget ol:not(.jeweler-shop-tabs) ol, .widget ol:not(.jeweler-shop-tabs) ul, .widget ul:not(.jeweler-shop-tabs) ol, .widget ul:not(.jeweler-shop-tabs) ul {
		padding-top: 0px !important;
		margin-left: 0px !important;
	}
	@media only screen and (max-width: 900px) {
		.widget ol:not(.jeweler-shop-tabs) ol, .widget ol:not(.jeweler-shop-tabs) ul, .widget ul:not(.jeweler-shop-tabs) ol, .widget ul:not(.jeweler-shop-tabs) ul {
			padding-left: 0px !important;
		}
	}
	
	.entry-content {
	    overflow-wrap: anywhere;
	}
	
	.asterthemes-wrapper.page-header-inner{
		gap: 10px;
	}

	.site-logo {
		text-align: left;
	}

	@media only screen and (max-width: 800px) {
		.calendar_wrap {
			font-size: 14px;
		}
	}
	
	/* ARCHIVE LAYOUT */

	.jeweler-shop-archive-layout {
		margin-bottom: 30px;
	}
	
	.jeweler-shop-archive-layout.grid-layout {
		display: grid;
		grid-gap: 30px;
	}
	
	.jeweler-shop-archive-layout.grid-layout article {
		margin-bottom: 0;
	}
	
	.jeweler-shop-archive-layout.grid-layout.column-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.jeweler-shop-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	
	.jeweler-shop-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(4, 1fr);
		grid-gap: 20px;
	}

	.jeweler-shop-archive-layout.grid-layout.column-4 .mag-post-single{
		padding: 15px;
	}

	.jeweler-shop-archive-layout.grid-layout.column-3 .read-more-button {
		padding: 10px 10px;
	}

	.jeweler-shop-archive-layout.grid-layout.column-4 .read-more-button {
		padding: 10px 15px;
	}
	.asterthemes-wrapper .asterthemes-page .widget-area a {
		text-decoration: underline;
	}
	@media (min-width: 992px) and (max-width: 1350px) {
		.bottom-header-left-part{
			width: 10%;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-left-part .site-branding .site-identity .site-title{
			text-align: center;
		}
		header.site-header .header-main-wrapper:not(.transparent-header) .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .site-branding .site-identity .site-title a {
			padding-left: 0px !important;
		}
	}
	@media (max-width: 1500px) {
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
			padding-right: 20px !important; 
		}
	}
	@media (max-width: 1400px) {
		.category-section::before {
			top: -91px;
			left: -18px;
		}
		.category-section::after{
			display: none;
		}
	}
	@media (max-width: 1200px) {
		.top-header-part .bottom-header-part-wrapper .header-text {
			padding: 9px 100px;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part.nav-box{
			margin-left: 10px;
		}
		.main-navigation li {
			padding: 0px;
		}
	}
	@media (min-width: 1025px) and (max-width: 1300px) {
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper{
			margin-left: 50px !important;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
			justify-content: space-around;
		}
		.top-header-part .bottom-header-part-wrapper .header-text {
			padding: 9px 85px;
		}
	}
	@media (min-width: 1212px) and (max-width: 1253px) {
		.slider-section .owl-dots {
			bottom: 20px;
			right: 9%;
		}
	}
	@media (min-width: 1034px) and (max-width: 1212px) {
		.slider-section .owl-dots {
			bottom: 17px;
		}
	}
	@media (min-width: 992px) and (max-width: 1033px) {
		.slider-section .owl-dots {
			bottom: 65px;
			right: 9%;
		}
	}
	@media (min-width: 768px) and (max-width: 1300px) {
		.slider-section {
			height: 730px;
		}
	}
	@media (min-width: 840px) and (max-width: 991px) {
		.slider-section .owl-dots {
			bottom: -14px;
		}
	}
	@media (min-width: 769px) and (max-width: 839px) {
		.slider-section .owl-dots {
			bottom: 3px;
		}
	}
	@media (max-width: 1024px) {
		.slider-section.slider-style-1 .slider-single {
			min-height: 400px;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
			border-radius: 0px;
			padding: 10px !important;
			margin-left: 20px !important;
		}
		.top-header-part .bottom-header-part-wrapper .header-text {
			padding: 9px 50px;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
			justify-content: space-around;
		}
	}
	@media (max-width: 991px) {
		.jeweler-shop-archive-layout.grid-layout.column-4 {
			grid-template-columns: repeat(3, 1fr);
		}
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper .slider-caption-title {
			font-size: var(--font-size-xl);
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
			border-radius: 0px !important;
			margin: 0 !important;
			padding: 0 !important;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper{
			padding: 0px 25px !important;
		}
		.top-header-part .bottom-header-part-wrapper .header-text {
			padding: 9px 25px;
		}
		.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 {
			position: unset;
		}
		.home header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part, .home .bottom-header-outer-wrapper {
			background: #F4F6FF;
			box-shadow: rgba(17, 12, 46, 0.15) 0px 0px 2px 0px;
			position: static !important;
		}
	
		.dt_footer-widgets .footer-widgets-column {
			grid-template-columns: auto auto;
		}
		.bottom-header-right-part img{
			max-width: unset;
		}
		.navigation-menus {
			padding-right: unset;
			justify-content: center;
		}
		.bottom-header-part-wrapper .bottom-header-right-part.nav-box {
			margin-left: 180px !important;
		}
		.form {
			right: -140px;
		}
		.sticky-header, .sticky-header.is-sticky{
			display: none !important;
		}
		.sticky-header.is-sticky{
			background: unset;
			box-shadow: unset;
		}
	}
	@media (max-width: 768px) {
		.jeweler-shop-archive-layout.grid-layout.column-4, .jeweler-shop-archive-layout.grid-layout.column-3 {
			grid-template-columns: repeat(2, 1fr);
		}
	}
	.site-logo img,.site-logo a,.site-logo, .site-branding {
		width: 100%;
	}
	@media (max-width: 600px) {
		.jeweler-shop-archive-layout.grid-layout.column-4,.jeweler-shop-archive-layout.grid-layout.column-2,.jeweler-shop-archive-layout.grid-layout.column-3 {
			grid-template-columns: repeat(1, 1fr);
		}
		.site-logo img,.site-logo a,.site-logo, .site-branding {
			text-align: center;
		}
		.bottom-header-right-part{
			display: flex;
			flex-wrap: wrap;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
			min-height: 40px;
		}
		body.admin-bar .sticky-header{
			position: unset !important;
		}
		.asterthemes-wrapper.page-header-inner{
			text-align: center !important;
		}
		.service-contact-inner .post-num {
			justify-content: space-around;
		}
		.service-single {
			margin-bottom: 30px;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part.nav-box {
			margin-left: 0px;
		}
		.dt_footer-widgets .footer-widgets-column {
			grid-template-columns: auto;
		}
	}
	.page-header.has-background-image{
		padding:0;
	}
	.gallery.menu-item{
		margin: 0;
	}
	footer#colophon .asterthemes-wrapper {
		padding: 0;
	}
	.site-logo img,.site-logo a,.site-logo, .site-branding {
		width: 100%;
	}
	.site-logo a{
		text-align: center;
	}
	.site-logo img{
		height: 50px;
    	object-fit: contain;
	}
	.woocommerce-Addresses .woocommerce .col2-set, .woocommerce-page .col2-set {
		display: flex;
	}
	.woocommerce-Address-title.title{
		margin-bottom: 20px !important;
	}
	.woocommerce-account .addresses .title .edit{
		float: left;
		text-decoration: none !important;
	}
	@media only screen and (max-width: 768px) {
		.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
			float: none;
			width: 100%;
		}
		.woocommerce-Addresses .woocommerce .col2-set, .woocommerce-page .col2-set {
			display: flex;
			flex-direction: column;
		}
		.woocommerce-account .woocommerce-MyAccount-navigation ul li {
			display: inline-block;
			margin: 5px;
		}
		nav.woocommerce-MyAccount-navigation {
			margin-top: 0px;
		}
		.right-sidebar .asterthemes-wrapper .asterthemes-page,.left-sidebar .asterthemes-wrapper .asterthemes-page{
			margin-top:0 ;
		}
		.top-header-part-wrapper{
			flex-wrap: wrap;
			justify-content: center;
		}
		.top-header-part-wrapper>div{
			width: 100%;
			text-align: center;
		}
		ul.social-icons {
			justify-content: center;
			align-items: center;
		}
		header.site-header .header-main-wrapper .top-header-part {
			padding: 10px 0;
		}
		.bottom-top-header-right-part{
			text-align: center;
		}
		.social-icons, .topbar-text{
			justify-content: center;
		}
		.slider-section .slider-caption{
			padding-left: 0px;
			padding-top: 0px;
		}
		.slider-section .slider-images img{
			width: 50% !important;
			margin: auto;
		}
		.slider-caption{
          margin: 50px 0;
		}
		.slider-section .slider-caption{
			padding-bottom: 0px;
		}
		.slider-section .slider-images {
			margin-top: 30px;
		}
		.trending-section .product-section-header {
			grid-template-columns: auto;
			justify-content: center;
		}


	}
	@media only screen and (max-width: 767px) {
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper .slider-caption-title,
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper p.slider-caption-content {
			text-align: center;
		}
		.slider-section-wrapper ul.social-icons {
			padding: 20px 0;
			justify-content: center;
		}
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper .slider-caption-title  {
			padding: 5px 0;
			font-size: var(--font-size-lg);
			line-height: unset;
		}
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper p.slider-caption-content{
			margin: 0px 0px 25px 0;
		}
		.slider-section.slider-style-1 .slider-single .slider-img img{
			height: 300px;
		}
		.slider-btn{
			justify-content: center;
			align-items: center;
		}
		.slider-section{
			background: linear-gradient(to right, var(--secondary-color) 50%, #FFF9F4 50%) top,#fff;
			background-size: 100% 33%, 100% 100%;
			background-repeat: no-repeat;
		}
		.slider-section .slider-images{
			grid-template-columns: auto;
		}
		.slider-section .owl-dots{
			right: unset;
		}
		.slider-section .slider-img img, .slider-section .slider-img{
			border-top-left-radius: unset;
		}
		.slider-section .slider-img{
			padding-top: 0px;
		}
	}
	@media (min-width: 768px) and (max-width: 991px) {
		.top-header-part .bottom-header-part-wrapper{
			padding: 0px;
		}
		.header-text p{
			text-align: center;
			margin-bottom: 10px;
		}
		.slider-section .slider-img-second img{
			height: 190px;
		}
		.slider-section .slider-images img {
			width: 100% !important;
		}
		.slider-section .slider-images{
			gap: 5px;
		}
	}
	@media only screen and (max-width: 600px) {
		.footer-one-column{
			width: 100% !important;
		}
		.site-logo {
			text-align: center;
		}
		.top-header-part .bottom-header-part-wrapper{
			display: block;
		}
		.top-header-part .bottom-header-part-wrapper .header-text {
			border-radius: none;
			background: unset;
			width: 100%;
			justify-content: center;
			align-items: center;
			gap: 20px;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
			border-radius: 0px;
			padding: 10px !important;
			margin: 0px !important;
		}
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper .slider-caption-title a, .slider-caption .mag-post-excerpt p{
			display: -webkit-box;
			-webkit-box-orient: vertical;
			overflow: hidden;
			-webkit-line-clamp: 3;
		}
		.slider-section.slider-style-1 .slider-single .slider-caption .slider-catption-wrapper .slider-caption-title a{
			font-size: 30px;
			-webkit-line-clamp: 2;
		}
		.image-box {
			margin-top: 0px;
		}
		.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 {
			position: unset;
		}
		.bottom-header-middle-part, .bottom-header-right-part, .bottom-header-left-part {
			width: 100% !important;
		}
		.bottom-header-left-part{
			margin-bottom: 20px !important;
		}
		.form {
			right: -196px;
		}
		header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part.nav-box{
			justify-content: center;
		}
		.category-section::before,
		.category-section::after{
			position: static;
		}
		.site-logo a{
			text-align: center !important;
		}
		footer#colophon .widget-title, .dt_footer-widgets{
			text-align: center !important;
		}
		.topbar-text{
		  display: grid;
		  justify-content: center;
		}
		.navigation-menus{
			padding-right: unset;
		}
		.bottom-header-left-part {
			position: unset;
			transform: unset;
		}
		.bottom-header-part-wrapper .bottom-header-right-part.nav-box {
			margin-left: unset !important;
		}
		.slider-section .slider-images img{
			width: 80% !important;
		}
	}
	@media only screen and (max-width: 400px) {
		.slider-section .slider-images img{
			width: 90% !important;
		}
	}
	@media (min-width: 355px) and (max-width: 480px) {
		.form {
			right: -260px;
		}
	}