/*!
Theme Name: Bakery Confectionery
Theme URI: https://asterthemes.com/products/free-bakery-wordpress-theme
Author: asterthemes
Author URI: https://asterthemes.com
Description: Bakery Confectionery is a delectable WordPress theme crafted for bakeries and confectionery businesses. Tailored for those who seek to establish a sweet and visually appealing online presence, this theme is a blend of style and functionality. Catering to bakers, pastry chefs, and dessert enthusiasts, the theme provides a delightful platform to showcase mouthwatering creations. Its layout is designed to showcase tempting treats, from cakes and pastries to cookies and more. The color schemes and visual elements create a warm and inviting atmosphere, mimicking the cozy ambiance of a charming bakery. The theme offers seamless navigation, allowing users to explore different sections effortlessly. Its user-friendly design ensures a satisfying experience for visitors, whether they are browsing on desktops, tablets, or smartphones. Intuitive features enhance accessibility, making it easy for customers to find their favorite treats and place orders with convenience. One of the standout features is the customization options that allow bakeries to infuse their brand identity into the online store. From adjusting color schemes to incorporating logos and branding elements, the theme empowers businesses to create a personalized and memorable digital storefront. The Bakery Confectionery WordPress Theme is more than a digital storefront; it's a delectable online experience. Ideal for bakeries and confectioneries looking to showcase their creations, attract customers, and facilitate online orders, this theme is a sweet treat for businesses seeking success in the digital world. 
Version: 1.7
Tested up to: 6.5
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: bakery-confectionery
Tags: one-column, two-columns, 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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Bakery Confectionery 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

--------------------------------------------------------------*/


@font-face {
    font-family: 'brand';
    src: url('/wp-content/fonts/Brand.woff2') format('woff2'),
         url('/wp-content/fonts/Brand.woff') format('woff'),
         url('/wp-content/fonts/Brand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'brand';
    src: url('/wp-content/plugins/woocommerce/assets/fonts/Brand.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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{
        width: 100%;
    }
}

.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: "Inter";
	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: "Inter";
	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: "Inter";
	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-main: "Inter";
	font-size: 1rem;
	line-height: 1.5;
	background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'brand', sans-serif;
}
p{
	font-family: var(--font-paragraph);
}

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;
	letter-spacing: 1px;
	 
}

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;
	font-size: var(--font-size-lg);
}

@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-lg);
	margin-top: 0;
	margin-bottom: 20px;
	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: "Inter";
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: "Inter";
}

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;
}
.wp-block-button.is-style-squared a.wp-block-button__link{
	border-radius: 0px;
}
.wp-block-button__link:hover{
	color: #ff5d80;
}

/* Elements
--------------------------------------------- */
:root {
	--primary-color: #ff5d80;
	--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;
	--color-text-black: #000;
	--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: 18px;
	--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: "Brand";
	--font-heading: 'brand', sans-serif;
	--font-paragraph: "Insert";
	--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;
	}
	.bottom-header-outer-wrapper{
		text-align: center !important;
	}
	.banner-section.banner-style-1 .banner-single .banner-caption{
		left: 0% !important;
		right: 0% !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 {
	 
	text-decoration: none;
}

a:visited {
	 
}

a:hover, a:focus, a:active {
	color: #000;
}

a a {
	 
}

a a:visited {
	 
}

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-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 10px;
}

a .author-social-contacts a,
a .teams-social a,
a ul.social-links 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-links a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Font Awesome 5 brands';
	vertical-align: baseline;
	transition: all,ease,.3s;
}

a .author-social-contacts a[href*='facebook.com']::before,
a .teams-social a[href*='facebook.com']::before,
a ul.social-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links 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-links a:focus,
a ul.social-links a:hover {
	opacity: 1;
}

a .widget_bakery_confectionery_social_icons ul.social-links 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_bakery_confectionery_social_icons ul.social-links a[href*='facebook.com'] {
	background-color: #3b5999;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='twitter.com'] {
	background-color: #55acee;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='instagram.com'] {
	background-color: #3F729B;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='youtube.com'] {
	background-color: #cd201f;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='discord.com'] {
	background-color: #5865F2;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='google.com'] {
	background-color: #dd4b39;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='line.me'] {
	background-color: #00b900;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='linkedin.com'] {
	background-color: #0e76a8;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='medium.com'] {
	background-color: #66cdaa;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='messenger.com'] {
	background-color: #006AFF;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='paypal.com'] {
	background-color: #3b7bbf;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='pinterest.com'] {
	background-color: #E60023;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='reddit.com'] {
	background-color: #ff5700;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='skype.com'] {
	background-color: #00aff0;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='slack.com'] {
	background-color: #ECB22E;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='snapchat.com'] {
	background-color: #FFFC00;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='spotify.com'] {
	background-color: #1DB954;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='stackoverflow.com'] {
	background-color: #F47F24;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='telegram.org'] {
	background-color: #229ED9;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='twitch.tv'] {
	background-color: #6441a5;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='vimeo.com'] {
	background-color: #86c9ef;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='whatsapp.com'] {
	background-color: #34B7F1;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='wordpress.org'] {
	background-color: #21759b;
}

a .widget_bakery_confectionery_social_icons ul.social-links a[href*='youtube.com'] {
	background-color: #c4302b;
}

a .widget_bakery_confectionery_social_icons ul.social-links a:focus, a .widget_bakery_confectionery_social_icons ul.social-links a:hover {
	opacity: 1;
}

a .site-footer-bottom-wrapper ul.social-links 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: none;
    outline-offset: -2px;
}

ul.social-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.author-social-contacts a,
.teams-social a,
ul.social-links 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);
}

.author-social-contacts a::before,
.teams-social a::before,
ul.social-links a::before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	font-family: 'Font Awesome 5 brands';
	vertical-align: baseline;
	transition: all,ease,.3s;
}

.author-social-contacts a[href*='facebook.com']::before,
.teams-social a[href*='facebook.com']::before,
ul.social-links a[href*='facebook.com']::before {
	content: "\f39e";
}

.author-social-contacts a[href*='twitter.com']::before,
.teams-social a[href*='twitter.com']::before,
ul.social-links a[href*='twitter.com']::before {
	content: "\f099";
}

.author-social-contacts a[href*='instagram.com']::before,
.teams-social a[href*='instagram.com']::before,
ul.social-links a[href*='instagram.com']::before {
	content: "\f16d";
}

.author-social-contacts a[href*='youtube.com']::before,
.teams-social a[href*='youtube.com']::before,
ul.social-links a[href*='youtube.com']::before {
	content: "\f167";
}

.author-social-contacts a[href*='discord.com']::before,
.teams-social a[href*='discord.com']::before,
ul.social-links a[href*='discord.com']::before {
	content: "\f392";
}

.author-social-contacts a[href*='dribbble.com']::before,
.teams-social a[href*='dribbble.com']::before,
ul.social-links a[href*='dribbble.com']::before {
	content: "\f17d";
}

.author-social-contacts a[href*='google.com']::before,
.teams-social a[href*='google.com']::before,
ul.social-links a[href*='google.com']::before {
	content: "\f1a0";
}

.author-social-contacts a[href*='line.me']::before,
.teams-social a[href*='line.me']::before,
ul.social-links a[href*='line.me']::before {
	content: "\f3c0";
}

.author-social-contacts a[href*='linkedin.com']::before,
.teams-social a[href*='linkedin.com']::before,
ul.social-links a[href*='linkedin.com']::before {
	content: "\f08c";
}

.author-social-contacts a[href*='medium.com']::before,
.teams-social a[href*='medium.com']::before,
ul.social-links a[href*='medium.com']::before {
	content: "\f23a";
}

.author-social-contacts a[href*='messenger.com']::before,
.teams-social a[href*='messenger.com']::before,
ul.social-links a[href*='messenger.com']::before {
	content: "\f39f";
}

.author-social-contacts a[href*='paypal.com']::before,
.teams-social a[href*='paypal.com']::before,
ul.social-links a[href*='paypal.com']::before {
	content: "\f1ed";
}

.author-social-contacts a[href*='pinterest.com']::before,
.teams-social a[href*='pinterest.com']::before,
ul.social-links a[href*='pinterest.com']::before {
	content: "\f0d2";
}

.author-social-contacts a[href*='reddit.com']::before,
.teams-social a[href*='reddit.com']::before,
ul.social-links a[href*='reddit.com']::before {
	content: "\f1a1";
}

.author-social-contacts a[href*='skype.com']::before,
.teams-social a[href*='skype.com']::before,
ul.social-links a[href*='skype.com']::before {
	content: "\f17e";
}

.author-social-contacts a[href*='slack.com']::before,
.teams-social a[href*='slack.com']::before,
ul.social-links a[href*='slack.com']::before {
	content: "\f198";
}

.author-social-contacts a[href*='snapchat.com']::before,
.teams-social a[href*='snapchat.com']::before,
ul.social-links a[href*='snapchat.com']::before {
	content: "\f2ad";
}

.author-social-contacts a[href*='spotify.com']::before,
.teams-social a[href*='spotify.com']::before,
ul.social-links a[href*='spotify.com']::before {
	content: "\f1bc";
}

.author-social-contacts a[href*='stackoverflow.com']::before,
.teams-social a[href*='stackoverflow.com']::before,
ul.social-links a[href*='stackoverflow.com']::before {
	content: "\f16c";
}

.author-social-contacts a[href*='telegram.org']::before,
.teams-social a[href*='telegram.org']::before,
ul.social-links a[href*='telegram.org']::before {
	content: "\f3fe";
}

.author-social-contacts a[href*='twitch.tv']::before,
.teams-social a[href*='twitch.tv']::before,
ul.social-links a[href*='twitch.tv']::before {
	content: "\f1e8";
}

.author-social-contacts a[href*='vimeo.com']::before,
.teams-social a[href*='vimeo.com']::before,
ul.social-links a[href*='vimeo.com']::before {
	content: "\f27d";
}

.author-social-contacts a[href*='whatsapp.com']::before,
.teams-social a[href*='whatsapp.com']::before,
ul.social-links a[href*='whatsapp.com']::before {
	content: "\f232";
}

.author-social-contacts a[href*='wordpress.org']::before,
.teams-social a[href*='wordpress.org']::before,
ul.social-links a[href*='wordpress.org']::before {
	content: "\f19a";
}

.author-social-contacts a[href*='youtube.com']::before,
.teams-social a[href*='youtube.com']::before,
ul.social-links 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,
ul.social-links a:focus,
ul.social-links a:hover {
	opacity: 1;
}

.widget_bakery_confectionery_social_icons ul.social-links 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_bakery_confectionery_social_icons ul.social-links a[href*='facebook.com'] {
	background-color: #3b5999;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='twitter.com'] {
	background-color: #55acee;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='instagram.com'] {
	background-color: #3F729B;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='youtube.com'] {
	background-color: #cd201f;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='discord.com'] {
	background-color: #5865F2;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='dribbble.com'] {
	background-color: #ea4c89;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='google.com'] {
	background-color: #dd4b39;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='line.me'] {
	background-color: #00b900;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='linkedin.com'] {
	background-color: #0e76a8;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='medium.com'] {
	background-color: #66cdaa;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='messenger.com'] {
	background-color: #006AFF;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='paypal.com'] {
	background-color: #3b7bbf;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='pinterest.com'] {
	background-color: #E60023;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='reddit.com'] {
	background-color: #ff5700;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='skype.com'] {
	background-color: #00aff0;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='slack.com'] {
	background-color: #ECB22E;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='snapchat.com'] {
	background-color: #FFFC00;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='spotify.com'] {
	background-color: #1DB954;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='stackoverflow.com'] {
	background-color: #F47F24;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='telegram.org'] {
	background-color: #229ED9;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='twitch.tv'] {
	background-color: #6441a5;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='vimeo.com'] {
	background-color: #86c9ef;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='whatsapp.com'] {
	background-color: #34B7F1;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='wordpress.org'] {
	background-color: #21759b;
}

.widget_bakery_confectionery_social_icons ul.social-links a[href*='youtube.com'] {
	background-color: #c4302b;
}

.widget_bakery_confectionery_social_icons ul.social-links a:focus, .widget_bakery_confectionery_social_icons ul.social-links a:hover {
	opacity: 1;
}

.site-footer-bottom-wrapper ul.social-links li a {
	color: var(--text-color-normal);
}
.site-footer a {
    word-wrap: break-word;
    color: #000;
    font-family: 'Inter';
}
.all-rights-reserved-the-cake-wrapper .add {
    color: #000;
    font-family: 'Inter';
}
.right-sidebar .asterthemes-wrapper .asterthemes-page .widget-area ul li a,.site-main article .entry-header .entry-title{
    word-wrap: break-word;
}
.mag-post-single .mag-post-detail .mag-post-title a,.nav-links .nav-previous a,.nav-links .nav-next a {
    word-break: break-all;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	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;
}
a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained{
	margin-top: 10px;
}

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:#1E1E1E;
	background-color: var(--primary-color);
	border-radius: 3px;
	padding: 15px 35px;
	transition: all 0.3s ease;
}

a.asterthemes-button:focus, a.asterthemes-button:hover {
	background-color: #3a3a3a;
	color: #fff;
}

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";
	margin-top: 4em;
}

@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;
	grid-gap: 30px;
	grid-template-columns: 25% auto;
	grid-template-areas: "sidebar main";
	margin-top: 2em;
}

@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;
	/* Resolves issue with <pre> elements forcing full width. */
}

.left-sidebar .asterthemes-wrapper .asterthemes-page .widget-area {
	grid-area: sidebar;
}



/* preloader CSS start
--------------------------------------------- */
#loader {
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background-color: var(--color-text-white);
	position: fixed;
	display: table;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 100%;
	z-index: 99999;
}

#loader .loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 12;
	text-align: center;
	text-transform: uppercase;
}

#loader #preloader {
	position: relative;
	margin: auto;
	width: 100px;
}

.dark-theme #preloader img {
	filter: invert(1);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.bottom-header-left-part{
	width: 60%;
}
.bottom-header-right-part {
    width: 20%;
}
.bottom-header-middle-part {
    width: 20%;
}
.bottom-header-right-part{
	justify-content: right;
}

.main-navigation ul li:hover > ul {
    opacity: 1;
}
.main-navigation ul ul ul {
    left: 100% !important;
    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;
}

.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;
}

.main-navigation a {
	padding: 10px 15px;
        color:#000;
	font-size: 14px; 
	font-weight: 600;
	display: block;
	text-decoration: none;
	opacity: 0.9;
	    font-family: 'Inter';
}

@media (min-width: 992px) {
	.main-navigation a {
		font-weight: 500;
	}
}

.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;
	color: #b5711a;
	font-weight: 700;
}

@media (min-width: 992px) {
	.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.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 .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;
	}
	.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;
	}
}

.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;
	}
	.main-navigation ul ul{
		position: relative !important;
	}
	.main-navigation ul ul ul{
		left: 0px !important;
	}
}

@media (max-width: 1199.98px) {
	.main-navigation ul ul {
		position: absolute;
		float: none;
		padding-left: 5px;
	}
}

@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) {
	header.site-header {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
	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: 30px;
		height: 35px;
		position: relative;
		transform: rotate(0deg);
		transition: 0.5s ease-in-out;
		cursor: pointer;
		padding: 0;
		background: none;
		border: none;
	}
	#site-navigation button.menu-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #ffffff;
		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% - 10px);
	}
	#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% - 10px);
	}
	#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);
		font-weight: bold;
	}
}

@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;
}

.bakery-confectionery-carousel-navigation .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	width: 46px;
	height: 46px;
	border-radius: 100%;
	border: 1px solid;
	background: transparent;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
	font-weight: 600;
	visibility: hidden;
	opacity: 0;
	transition: background-color .4s ease;
}

.testimonial-section .bakery-confectionery-carousel-navigation .slick-arrow {
	visibility: visible;
	opacity: 0.7;
}

@media (max-width: 991px) {
	.banner-section .bakery-confectionery-carousel-navigation .slick-arrow {
		visibility: visible;
		opacity: 1;
		top: unset;
		transform: translateY(0);
		bottom: -55px;
	}
}

@media (max-width: 1412px) {
	.testimonial-section .bakery-confectionery-carousel-navigation .slick-arrow {
		visibility: visible;
		opacity: 1;
		top: unset;
		transform: translateY(0);
		bottom: -55px;
	}
}

.bakery-confectionery-carousel-navigation .slick-arrow::before {
	transition: all .4s ease;
}

.bakery-confectionery-carousel-navigation .slick-arrow::after {
	content: "";
	width: 0px;
	height: 0;
	border-top: 2px solid #fff;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
	margin-top: 0px;
	transition: all .4s ease;
}

.bakery-confectionery-carousel-navigation .slick-arrow:focus, .bakery-confectionery-carousel-navigation .slick-arrow:hover {
	background: transparent;
	color: #fff;
}

.bakery-confectionery-carousel-navigation .slick-arrow:focus::before, .bakery-confectionery-carousel-navigation .slick-arrow:hover::before {
	transform: translateX(-8px);
}

.bakery-confectionery-carousel-navigation .slick-arrow:focus::after, .bakery-confectionery-carousel-navigation .slick-arrow:hover::after {
	width: 20px;
	border-top: 2px solid #fff;
}

.bakery-confectionery-carousel-navigation .slick-arrow.slick-prev {
	left: -46px;
}

.banner-section .bakery-confectionery-carousel-navigation .slick-arrow.slick-prev {
	left: 46px;
}

@media (max-width: 1024px) {
	.banner-section .bakery-confectionery-carousel-navigation .slick-arrow.slick-prev {
		left: unset;
		right: 80px;
	}
	header.site-header {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 1412px) {
	.testimonial-section .bakery-confectionery-carousel-navigation .slick-arrow.slick-prev {
		left: calc(50% - 50px);
	}
}

.bakery-confectionery-carousel-navigation .slick-arrow.slick-next {
	right: -46px;
	flex-direction: row-reverse;
}

.banner-section .bakery-confectionery-carousel-navigation .slick-arrow.slick-next {
	right: 46px;
}

@media (max-width: 1024px) {
	.banner-section .bakery-confectionery-carousel-navigation .slick-arrow.slick-next {
		right: 20px;
	}
}

@media (max-width: 1412px) {
	.testimonial-section .bakery-confectionery-carousel-navigation .slick-arrow.slick-next {
		right: calc(50% - 50px);
	}
}

.bakery-confectionery-carousel-navigation .slick-arrow.slick-next:focus::before, .bakery-confectionery-carousel-navigation .slick-arrow.slick-next:hover::before {
	transform: translateX(8px);
}

.testimonial-section .bakery-confectionery-carousel-navigation .slick-arrow {
	background: #fff;
	color: #404040;
}

.testimonial-section .bakery-confectionery-carousel-navigation .slick-arrow::after {
	border-top: 2px solid #404040;
}

.bakery-confectionery-carousel-navigation:focus-within .slick-arrow, .bakery-confectionery-carousel-navigation:hover .slick-arrow {
	opacity: 1;
	visibility: visible;
}

.bakery-confectionery-carousel-navigation .slick-dots {
	margin: 0px;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-inline: auto;
	margin-top: 20px;
}

.banner-section.banner-style-1 .bakery-confectionery-carousel-navigation .slick-dots {
	position: absolute;
	margin: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: 15px;
}

.banner-slider-btn a {
    background: #ffffff;
    color: #000000;
    border-radius: 30px;
    padding: 12px 40px;
}

.bakery-confectionery-carousel-navigation .slick-dots li {
	margin-left: 5px;
	margin-right: 5px;
}

.bakery-confectionery-carousel-navigation .slick-dots li button {
	font-size: 0;
	padding: 0;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	border: none;
	background-color: #3a3a3a;
	transition: all 0.3s ease;
}

.bakery-confectionery-carousel-navigation .slick-dots li button:focus, .bakery-confectionery-carousel-navigation .slick-dots li button:hover {
	background-color: var(--color-text-main);
}

.banner-section .bakery-confectionery-carousel-navigation .slick-dots li button {
	background-color: #fff;
	opacity: 0.5;
}

.bakery-confectionery-carousel-navigation .slick-dots li.slick-active button {
	background-color: #000;
	height: 10px;
	width: 10px;
}

.banner-section .bakery-confectionery-carousel-navigation .slick-dots li.slick-active button {
	opacity: 1;
}

/* 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;
}

.error-404.not-found {
    text-align: center;
    margin-bottom: 30px;
}
section.not-found {
    width: 100%;
    max-width: 1320px;
    padding: 50px 0px;
    margin: 0px auto;
    text-align: center;
}
section.not-found  .container {
    max-width: 100%;
    overflow-x: visible;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.left-sidebar .asterthemes-wrapper .asterthemes-page section.not-found {
    margin-top: 1em;
    text-align: center;
    margin-bottom: 1em;
    margin-left: 26em;
    margin-right: -30em;
}
h2.text-secondary {
    font-size: 41px;
    color: #653A23 !important;
    font-weight: 900;
}
p.not-para {
    font-size: 20px;
}

.paganot-found-button a {
    background: #653a23;
    border-radius: 11px;
    padding: 12px 12px;
    color: #fff!important;
    font-weight: 800;
}
.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);
	font-weight: 700;
	line-height: 1.3;
    word-wrap: 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;	
	font-weight: 400!important
}
h2.wp-block-heading{
	font-weight: 600;
	font-size: 25px;
	letter-spacing: 2px;
}
.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;
}

.bakery-confectionery-archive-layout {
	margin-bottom: 30px;
}

.bakery-confectionery-archive-layout.grid-layout article {
	margin-bottom: 0;
}

.bakery-confectionery-archive-layout.grid-layout.column-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 600px) {
	.bakery-confectionery-archive-layout.grid-layout.column-2 {
		grid-template-columns: repeat(1, 1fr);
	}
	.main-navigation {
	    display: flex;
	    justify-content: center;
	    margin: 15px 0px;
	}
}

.bakery-confectionery-archive-layout.grid-layout.column-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
	.bakery-confectionery-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.bakery-confectionery-archive-layout.grid-layout.column-3 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.bakery-confectionery-archive-layout.grid-layout.column-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
	.bakery-confectionery-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: auto !important;
	}
	/*.banner-section.banner-style-1 .banner-single .banner-caption{
		right: 20% !important;
	}*/
}

@media (max-width: 768px) {
	.bakery-confectionery-archive-layout.grid-layout.column-4 {
		grid-template-columns: repeat(2, 1fr);
	}
	.banner-section.banner-style-1 .banner-single .banner-caption{
		top: 43%;
	}
	.header-contact-inner p{
		text-align: left !important;
	}
}

@media (min-width: 768px) and (max-width:1000px) {
	.header-contact-inner p{
		text-align: left;
	}
}
@media (max-width: 600px) {
	.bakery-confectionery-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;
	    border-bottom: 1px solid #777777 !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-heading);
	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: "Inter";
	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-"]),
.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: "Inter";
	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: "Inter";
	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: "Inter";
	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: "Inter";
	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;
	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;
}

.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;
}
.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: #ff5d80;
	border-color: #ff5d80
}

.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);
	line-height: 1.2;
}


.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;
}

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: "Inter";
	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-"]) 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: "Inter";
	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: "Inter";
	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: "Inter";
	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: "Inter";
	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: 0px;
    margin-right: 0px;
    max-width: 100%;
	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;
}

/** === 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;
}
*/
/*--------------------------------------------------------------
# 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;
}

.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);
	line-height: 1.2;
}

#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;
}

#comments.comments-area div#respond p {
	margin-bottom: 5px;
}

#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;
    background-color: #000;
    padding: 15px;
}
.right-sidebar .asterthemes-wrapper .asterthemes-page .widget {
    background: #000;
    border-right: 5px solid #ff5d80 !important;
    border-left: 5px solid #ff5d80 !important;
    border-radius: 12px;
}

.left-sidebar .asterthemes-wrapper .asterthemes-page .widget {
    background: #000;
    border-right: 5px solid #ff5d80!important;
    border-left: 5px solid #ff5d80 !important;
    border-radius: 12px;
}
.footer-widgets-wrapper .widget{
	margin-bottom: 0;
}

.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;
	font-size: 24px;
	margin-top: 0;
	font-weight: 700;
	text-align: start;
	color: #fff;
}

/*widget title===============*/
/*widget list===============*/
.widget ol:not(.bakery-confectionery-tabs),
.widget ul:not(.bakery-confectionery-tabs) {
	list-style: none;
	padding: 0;
	margin-inline: 0;
}

.widget ol:not(.bakery-confectionery-tabs) li,
.widget ul:not(.bakery-confectionery-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(.bakery-confectionery-tabs) li a,
.widget ul:not(.bakery-confectionery-tabs) li a {
	text-decoration: none;
	color: var(--color-text-white);
}

.widget ol:not(.bakery-confectionery-tabs) li a:focus, .widget ol:not(.bakery-confectionery-tabs) li a:hover,
.widget ul:not(.bakery-confectionery-tabs) li a:focus,
.widget ul:not(.bakery-confectionery-tabs) li a:hover {
	color: var(--primary-color);
}

.widget ol:not(.bakery-confectionery-tabs) ol,
.widget ol:not(.bakery-confectionery-tabs) ul,
.widget ul:not(.bakery-confectionery-tabs) ol,
.widget ul:not(.bakery-confectionery-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{
	display: inline-block;
	text-decoration: none;
	font-size: var(--font-size-small) !important;
	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-main article .entry-footer span a{
	display: inline-block;
	text-decoration: none;
	font-size: var(--font-size-small) !important;
	color: #000;
	border: 1px solid #000;
	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: 9px 16px;
	font-size: 0.9rem;
	border-radius: 3px 0 0 3px;
}

.search-form .search-submit {
	border-radius: 0 3px 3px 0;
}

/*widget search ===============*/
/*widget social icons ===============*/
.widget.widget_bakery_confectionery_social_icons .social-links li {
	margin: 0;
	padding: 0;
	border: none;
}

.widget.widget_bakery_confectionery_social_icons .social-links li a {
	opacity: 0.8;
	color: #fff;
	margin: 0;
}

.widget.widget_bakery_confectionery_social_icons .social-links li a:focus, .widget.widget_bakery_confectionery_social_icons .social-links 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
--------------------------------------------- */
div#show-search-box i {
    color: #fff;
}
#hidden-search-box button {
    position: absolute;
    padding: 10px 12px;
}
div#hidden-search-box {
    position: absolute;
    top: 29px;
    z-index: 1;
    width: 400px;
    display: none;
    background: #000;
    padding: 15px;
}
div#hidden-search-box input[type="search"]{
	width: 80%;
}
.bottom-topbar-part-wrapper {
    display: flex;
    align-items: center;
}
.header-contact-inner {
    width: 80%;
}
.header-phone-inner {
    width: 20%;
    text-align: right;
}
.header-phone-inner p{
	margin: 0px;
	padding: 0px;
}
.header-phone-inner p i{
	margin-right: 5px;
}
.header-phone-inner p a{
    margin: 0;
    word-wrap: break-word;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.header-contact-inner p{
    margin: 0;
    word-wrap: break-word;
    color: #000;
    text-align: center;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
}
.header-contact-inner p a{
    margin: 0;
    text-decoration: underline;
    word-wrap: break-word;
    color: #000;
    text-align: center;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
}
p.site-title {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}

h1.site-title {
    margin: 0;
}
h1.site-title {
    text-align: left;
}
.site-branding h1.site-title a{
	font-weight: 400 !important;
}

p.site-description {
    margin-top: 0;
}

.bottom-header-middle-part{
	text-align: center;
}

.bottom-header-right-part .search-form .search-field{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    position: relative;
}
.bottom-header-right-part .search-form .search-submit{
	position: absolute;
    color: #fff;
    background: transparent;
    right: 0px;
    border: none;
    font-size: 0px;
}
.bottom-header-right-part .search-form [type="submit"] {
  background: url(resource/img/Background.png) no-repeat scroll 0 4px;
  font-size: 13px;
  text-align: center;
  right: 0px;
  text-indent: -9999px;
  border: none;
}
.bottom-header-right-part .search-form .search-field::placeholder {
  color: #ffffff;
}
a.cart-customlocation {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
height: 25px;
}

header.site-header {
	position: relative;
}

header.site-header .header-main-wrapper .top-header-part {
	position: relative;
	padding: 10px 0;
	background: #ffffff;
}

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: #ffffff;
	padding: 10px 0;
	border-bottom: none;

width: 100%;
    position: relative;
    background-color: #fff;
    /*overflow: hidden;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;  
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
    font-family: Inter;

}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part {
	padding: 10px;
}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part {
	padding:25px 10px;
	z-index: 99;
	width: 100%;
}

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: 12em;
}

@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;
	}
}

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;
	align-items: center;
	gap: 10px;
}

@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: var(--header-text-color);
}

@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;
	gap: 10px;
	align-items: center;
	position: relative;
}

@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: center;
		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 .top-header-contact .header-contact-inner {
	padding: 0 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 .top-header-contact .header-contact-inner a {
	padding: 0;
	text-transform: 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 .header-contact-inner a i {
	margin-inline-end: 7px;
}

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-links {
	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-links 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-links 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-links 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-links 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-links 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-links a:focus::after {
	opacity: 0.2;
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-details span a {
	color: #fff;
}

header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-details span a:focus, header.site-header .header-main-wrapper:not(.transparent-header) .top-header-part .top-header-part-wrapper .top-header-left-part .top-header-contact .header-contact-inner .contact-details span a:hover {
	color: var(--primary-color);
}

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: #fff;
}

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
--------------------------------------------- */
/* frontpage section CSS start
--------------------------------------------- */
#bakery_confectionery_trending_section.asterthemes-frontpage-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #e5a993;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.asterthemes-frontpage-section {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.asterthemes-frontpage-section {
		margin-top: 40px !important;
	}
}

.asterthemes-frontpage-section.asterthemes-grey-background {
	background: var(--background-color-grey);
}

.asterthemes-frontpage-section.asterthemes-dark-background {
	background: var(--background-color-dark);
}

.asterthemes-frontpage-section.section-has-background:not(.cta-style-2) + .section-has-background:not(.cta-style-2) {
	margin-top: 0;
}

/* frontpage section CSS end
--------------------------------------------- */
/* banner section CSS start
--------------------------------------------- */

.banner-section:not(:first-child) {
	margin-bottom: 0;
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.banner-section:last-child {
		margin-top: 40px;
	}
}

@media (max-width: 768px) {
	.banner-section:last-child {
		margin-top: 40px;
	}
}

.banner-section.banner-style-1 .banner-single {
	position: relative;
	min-height: 600px;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 1024px) {
	.banner-section.banner-style-1 .banner-single {
		min-height: 600px;
	}
}

@media (max-width: 768px) {
	.banner-section.banner-style-1 .banner-single {
		min-height: 550px;
	}
}

@media (max-width: 600px) {
	.banner-section.banner-style-1 .banner-single {
		min-height: 380px;
	}
}

.banner-section.banner-style-1 .banner-single .banner-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ff5d80;
}

.banner-section.banner-style-1 .banner-single .banner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-section.banner-style-1 .banner-single .banner-caption {
	position: static;
    z-index: 1;
    color: var(--color-text-white);
    margin-inline: inherit;
    top: 50%;
    transform: translateY(0%);
    left: 17%;
    right: 60%;
}

#bakery_confectionery_banner_section .mag-post-excerpt p {
    word-wrap: break-word;
    color: #ffffff;
    line-height: 30px;
}
.mag-post-excerpt p {
    word-wrap: break-word;
    color: #000;
    line-height: 30px;
}
.banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper {
	visibility: hidden;
}


.banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .caption-subtitle {
	font-size: var(--font-size-md);
	font-family: var(--font-heading);
	font-weight: normal;
	margin: 0;
	line-height: 1.2;
	color: var(--color-text-white);
}

.banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .banner-caption-title {
    font-size: 62px;
    font-family: var(--font-heading);
    margin-top: 10px;
    font-weight: 400 !important;
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
    word-wrap: break-word;
}

@media (max-width: 480px) {
	.banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .banner-caption-title {
		font-size: var(--font-size-xxl);
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px)  {

	.banner-section.banner-style-1 .banner-single .banner-caption {
		left: 15%;
    	right: 19%;
	}
}

.banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .caption-description p {
	font-size: 16px;
	max-width: 450px;
}

.banner-section.banner-style-1 .banner-single .banner-caption .banner-catption-wrapper .banner-slider-btn {
	display: inline-block;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper {
	visibility: visible;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .caption-subtitle,
.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .banner-caption-title,
.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .mag-post-excerpt,
.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .caption-description,
.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .banner-slider-btn,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .caption-subtitle,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .banner-caption-title,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .caption-description,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .banner-slider-btn {
	transform-origin: top;
	animation-name: asterthemes-animation1;
	animation-fill-mode: both;
	animation-duration: 0.7s;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .caption-subtitle,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .caption-subtitle {
	animation-delay: 0.2s;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .banner-caption-title,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .banner-caption-title {
	animation-delay: 0.3s;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .mag-post-excerpt,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .mag-post-excerpt{
	animation-delay: 0.3s;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .caption-description,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .caption-description {
	animation-delay: 0.4s;
}

.banner-section.banner-style-1 .slick-active.banner-single .banner-catption-wrapper .banner-slider-btn,
.banner-section.banner-style-1 .slick-active .banner-single .banner-catption-wrapper .banner-slider-btn {
	animation-delay: 0.5s;
}

@keyframes asterthemes-animation1 {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media screen and (max-width: 992px) and (min-width: 600px) {
	.about-section:last-child {
		margin-bottom: 40px;
	}
}

@media (max-width: 768px) {
	.about-section:last-child {
		margin-bottom: 40px;
	}
}


/* Slider section CSS end
--------------------------------------------- */
/* Product section CSS start
--------------------------------------------- */
span.wishlist {
    position: absolute;
    right: 15px;
}
span.wishlist i{
	color: #ffffff;
}
.tab-product {
    position: relative;
}
.product-box {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: auto auto auto;
}
.product-contact-inner h3 {
    word-wrap: break-word;
    text-align: center;
    font-size: 40px;
    text-shadow: 0 2.36px 3px #000000, 0 -2px 1px #000000;
    margin: 0;
    font-weight: 400;
    margin-bottom: 30px;
}
.tab-product h5.product-text {
    margin: 0;
    font-size: 18px;
    padding-bottom: 10px;
}
.product-content-box {
    padding: 10px 10px;
    background: #fff;
    border-radius: 0px 0px 30px 30px;
}
.tab-product h5.product-text a {
    color: #000;
    font-family: var(--font-main);
}
.tab-product span.price {
    margin: 0;
    font-size: 15px;
    width: 50%;
    text-align: left;
    font-weight: 600;
    font-family: "Inter";
    color: #000;
}
.product-rating span {
    display: inline-block;
}
.product-rating {
    text-align: end;
}
span.rating-box {
    width: 48%;
    justify-content: end;
    display: inline-flex;
}
.tab-product span.onsale {
    position: absolute;
    left: 0;
    background: #004e97;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    font-weight: 600;
}
.tab-product img{
	border-radius: 30px 30px 0px 0px;
	width: 100%;
}
.tab-product figure {
    margin: 0;
    position: relative;
}
.tab-product .box-content a {
    color: #9c9c9c;
    font-weight: 400;
    text-align: center;
    display: block;
    text-decoration: underline;
    padding: 12px 15px;
}

.tab-product .star-rating{
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
  color: #FDCE38;
}
.tab-product .star-rating:before{
  content: "\73\73\73\73\73";
  color: #FDCE38;
  float: right;
  top: 0;
  left: 0;
  position: absolute;
}
.tab-product .star-rating span{
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.tab-product .star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
}
@media (max-width: 575px){
	.product-box {
	    grid-template-columns: auto;
    }
    .mag-post-excerpt{
    	display: none;
    }
    .bottom-topbar-part-wrapper {
    	display: block;
	}
	.header-contact-inner,.header-phone-inner {
    	width: 100%;
    	text-align: center;
	}
	.tab-product h5.product-text,.site-footer .site-footer-bottom{
		text-align: center;
	}

	.header-phone-inner{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.banner-section.banner-style-1 .banner-single .banner-caption{
		text-align: center;
		transform: translateY(0%);
	}
}

@media screen and (max-width: 991px) and (min-width: 576px) {
	.product-box{
	    grid-template-columns: auto auto;
	}

}
/* Blogs CSS end

/* join us section CSS end
--------------------------------------------- */
/* footer CSS start
--------------------------------------------- */
.dt_footer-widgets .footer-widgets-column {
    display: flex;
    flex-wrap: nowrap; /* Ensures widgets won't wrap to the next line */
    justify-content: center;
}
.footer-one-column {
    
}
.footer-widgets-column {
    color: #fff;
}
footer#colophon {
    background-size: 100% 100%;
}
.site-footer {
	background: #000;
	z-index: 9999;
	position: relative;
}



.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: 768px) {
	.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
		width: 50%;
	}
	.dt_footer-widgets .footer-widgets-column {
    	display: flow;
    	flex-wrap: nowrap;
    	justify-content: center;
	}
	.footer-one-column {
    	width: 100%;
	}
}

@media (max-width: 480px) {
	.site-footer .site-footer-top .footer-widgets-wrapper .footer-widget-single {
		width: 100%;
	}
}

.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: 8px 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-links {
	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;
}

/* footer CSS end
--------------------------------------------- */
/* scroll to top CSS start
--------------------------------------------- */
a.bakery-confectionery-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-color: 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.bakery-confectionery-scroll-to-top:hover, a.bakery-confectionery-scroll-to-top:focus {
	box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
	transform: translateY(-10px);
}

a.bakery-confectionery-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;
}


/*-------- 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-right: 5px solid #ff5d80 !important;
    border-left: 5px solid #ff5d80 !important;
    border-radius: 20px;
    margin-bottom: 20px;
    color: var(--background-color-white);
    border: 1px solid;
    box-shadow: #0000004f 0px 0px 8px;
}
.sticky .mag-post-single {
    background: #ffdae2;
}

/*woocommerce css*/
.woocommerce ul.products li span.price {
  margin: 0 5px;
}
.woocommerce div.product .product_title{
	font-weight: 400;
	margin:0px;
}
.woocommerce ul.products li.product a img{
  margin: 0;
width: 100%;
    object-fit: cover;
    height: 200px;
}
	.woocommerce h2.woocommerce-loop-product__title {
color: #000;
    font-weight: 500;
    line-height: 22px;
    font-family: "Inter";
    padding-left: 14px !important;
    padding-top: 5px !important;
}
.woocommerce h2.woocommerce-loop-product__title:hover{
	color: #653a23;
}
p.price,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    right: 7px;
    left: auto;
}
span.onsale {
  position: absolute;
  top: 0;
  left: 0;
  background: #ff5d80;
  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 {
 	padding: 12px 15px;
    color: #fff;
    margin: 3px;
    font-size: 15px;
    line-height: 15px;
    background: #ff5d80;
}
.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{
   
  color: #fff;
}
ins {
  text-decoration: none;
}
.woocommerce ul.products li {
    text-align: center;
    padding: 0px !important; 
    background: #e1dada4f;
    padding-bottom: 15px !important;
margin :0px !important;
height:100%;
}
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale {
	top: 0px;
	right: auto;
	left: 0px;
	margin: 0;
	line-height: 1;
	background: #000;
	border-radius: 25px;
	padding: 9px 10px; 
	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: #ff5d80;
  color: #fff;
  padding: 2px;
  border: 1px solid #e3e3e3;
}
.woocommerce .entry-summary {
  margin: 0;
}
.woocommerce .quantity .qty {
    padding: 7px;
    border: solid 1px #cccccc;
    margin-top: 4px;
}
.woocommerce-message,
.woocommerce-info{
  border-top-color: #ff5d80;
}
.woocommerce-message::before,
.woocommerce-info::before{
  color: #ff5d80;
}
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: initial;
  background: #653a23;
  padding: 10px;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a{
  color: #fff;
}
h2.woocommerce-loop-product__title {
  font-size: 22px !important;
  padding: 8px 0 !important;
  font-weight: 400;
}
.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;
  margin-left: 8px;
}

.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: #ff5d80;
    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;
}

.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: 1px solid #000;
    padding: 8px 16px;
}
@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:0px 11px;
}
.wp-block-woocommerce-cart-order-summary-block {
    border: 0px solid;
    padding: 1px;
}
.is-large.wc-block-cart .wc-block-cart-items th {
  margin: 0;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'brand', sans-serif;
    color: #653A23;
}
.wc-block-components-product-badge.wc-block-components-sale-badge {
    padding: 8px;
}
.is-large.wc-block-cart .wc-block-cart__totals-title {
     margin: 0;
    position: relative;
    font-size: 24px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    font-family: 'brand', sans-serif !important;
    color: #653A23 !important;
}
.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);
}

.mag-post-single img {
	height: 100%;
	max-height: 300px;
	width: 100%;
	border-radius: 10px;
	object-fit: cover;
}



/*------------------------ NEW CSS -------------------------- */

		/* Basic sticky header style */
		.sticky-header  {
			top: 0;
			z-index: 1000; /* Ensures the header is above other content */
			/* background-color: #fff; Change to your header background color */
			box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Optional: adds a shadow for better visibility */
		}

		body.admin-bar .sticky-header{
			top: 32px;
		}
		
		.is-sticky {
			left: 0;
			transition: all 0.3s ease-in-out;
			position: -webkit-sticky !important; /* For Safari */
			position: fixed !important;
			background: #ff5d80;
			width: 100%;
			padding: 10px;
			/* background-color: #f8f9fa; Example: slightly different background color when sticky */
		}

		p.site-description {
			text-align: left;
		}
	
	@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 only screen and (max-width: 900px) {
		body.admin-bar .sticky-header {
			top: 45px;
		}
	}


  	@media only screen and (max-width: 600px) {
		.sticky-header,.is-sticky {
			position: unset !important;
		}
		h1.site-title {
			text-align: center;
		}
		p.site-description {
			text-align: center;
		}
		.related-posts .row {
			grid-template-columns: 1fr;
		}
	}

.paganot-found-button {
    margin-top: 30px;
}

/* 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 span a{
		color: #ff5d80 !important;
	}

	/* Read More CSS */

	.read-more-button {
		display: inline-flex;
		align-items: center;
		padding: 10px 20px;
		margin-top: 10px;
		background-color: #000;
		color: #ff5d80 !important;
		text-decoration: none;
		border-radius: 5px;
		font-size: 16px;
	}
	
	.read-more-button .dashicons {
		margin-left: 8px;
		font-size: 20px;
	}
	div#content {
    
}
	.read-more-button:hover {
		background-color: #ff5d80;
		color: #fff !important;
		cursor: pointer;
	}


.order-now {
    position: relative;
    font-size: 1rem;
    font-family: Inter;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 5.063rem;
  } 
  .order-now-wrapper {
    cursor: pointer;
    border: 0;
    padding: 0.656rem 2.875rem;
    background-color: #653a23;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: nowrap;
    z-index: 1;
  }
  .order-now-wrapper:hover {
    background-color: #8c614a;
  }


/* New custom CSS */

body {
    margin: 0;
    line-height: normal;
  }

.image-2-icon { 
    flex: 1;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    
  }
  .logo {
    height: 4.875rem;
    width: 13.375rem;
    min-width: 225px;
    display: flex;
    column-gap: 10px; 
    align-items: center;
    justify-content: flex-start;
  }
  .about-us,
  .contact-us,
  .home,
  .shop {
    text-decoration: none;
    position: relative; 
    font-weight: 500;
    color: inherit;
    display: inline-block;
    min-width: 2.875rem;
  }
  .about-us,
  .contact-us,
  .shop {
    min-width: 4.75rem;
  }
  .contact-us,
  .shop {
    min-width: 2.625rem;
  }
  .contact-us {
    min-width: 5.813rem;
  }
  .nav,.main-navigation {
    margin: 0;
    width: 21.688rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 1.25rem 0;
    box-sizing: border-box;
    gap: 1.875rem;
    max-width: 100%;
    white-space: nowrap;
    text-align: left;
    font-size: 0.875rem;
    color: #7a7a7a;
    font-family: Inter;
  }
  .account-circle-24dp-5f6368-fil-icon {
    height: 2rem;
    width: 2rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
  }
  .o,
  .vector-icon {
    position: relative;
  }
  .vector-icon {
    height: 2rem;
    width: 1.3rem;
    margin-top: 6px;
  }
.o {
    text-transform: uppercase;
    display: inline-block;
    min-width: 1rem;
}
  .cart,
  .cart-items {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cart-items {
    border-radius: 50px;
    background-color: #653a23;
    justify-content: center;
    padding: 2px;
  }
  .cart {
    overflow: hidden;
    justify-content: flex-start;
 
display:flex;
justify-content:start;
align-items:center;
font-size:10px;
     
    gap: 0.187rem;
  }
  .right-icons {
    justify-content: flex-end; 
    box-sizing: border-box;
    gap: 0.625rem;
    
  }
  .container,
  .header,
  .right-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .container {
    width: 75rem;
    justify-content: space-between;
    max-width: 75rem;
    gap: 1.25rem;
  }
  .header,.site-header  {
    align-self: stretch;
    justify-content: center;
    /* padding: 3.125rem 1.25rem 0.625rem;*/
    box-sizing: border-box;
    max-width: 100%;
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
    font-family: Inter;
  }
  .o1 {
    position: relative;
    text-transform: uppercase;
  }
  .cart-items1,
  .cart1,
  .left-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .cart-items1 {
    align-self: stretch;
    width: 1.25rem;
    border-radius: 50px;
    background-color: #dba8ab;
    justify-content: space-between;
    gap: 0.625rem;
  }
  .cart1,
  .left-icons {
    justify-content: flex-start;
  }
  .cart1 {
    align-self: stretch;
    overflow: hidden;
    padding: 0.187rem 0.125rem;
    gap: 0.187rem;
  }
  .left-icons {
    height: 1.625rem;
    gap: 0.625rem;
    opacity: 0;
  }
  .home1 {
    height: 1rem;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
  }
  .home-parent,
  .right-icons1 {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .home-parent {
    width: 63.563rem;
    justify-content: center;
    gap: 1.837rem;
    max-width: calc(100% - 183px);
    font-size: 0.875rem;
    color: #000;
    font-family: "Inter";
  }
  .right-icons1 {
    height: 1.625rem;
    justify-content: flex-start;
    gap: 0.625rem;
  }
  .noun-facebook-6719933-1-icon {
    height: 2.063rem;
    width: 1.688rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    display: none;
  }
  .left-icons1 {
    height: 2.063rem;
    width: 1.688rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
  .container1,
  .nav-bar,
  .nav1 {
    box-sizing: border-box;
    align-items: center;
  }
  .nav1 {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0.625rem 0;
    max-width: 100%;
    gap: 0;
    row-gap: 20px;
  }
  .container1,
  .nav-bar {
    flex-direction: column;
    justify-content: center;
  }
  .container1 {
    width: 100%;
    display: flex;
    padding: 0 1.25rem;
    max-width: 77.5rem;
  }
  .nav-bar {
    align-self: stretch;
    border-top: 1px solid #ebbc81;
    border-bottom: 1px solid #ebbc81;
    display: none;
    max-width: 100%;
  }
  
  .image-icon,
  .image-icon1,
  .image-icon2 {
  
    position: relative;
    object-fit: cover;
    max-width: 20% !important;
  }
  
 
  .order-now {
    position: relative;
    font-size: 1rem;
    font-family: Inter;
    color: #fff;
    text-align: center;
    display: inline-block;
    min-width: 5.063rem;
  }
  .order-now-wrapper {
      cursor: pointer;
    border: 0;
    padding: 0.656rem 2.875rem;
    background-color: #653a23;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    white-space: nowrap;
    z-index: 1;
  }
  .order-now-wrapper:hover {
    background-color: #8c614a;
  }
 
  .hero-banner {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
  }
  .banner-cta {
      position: absolute;
      left: 0px;
      bottom:20px;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
  }
 

  .hero-banner {
    width: 100%; 
    overflow-x: hidden;
    align-items: flex-start;
    justify-content:  center;
  }
  .cake-logo-1-icon {
    width: 3.125rem;
    height: 3.313rem;
    position: relative;
    object-fit: cover;
    display: none;
  }
.pick-your-joy {
    margin: 0;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'brand', sans-serif;
    color:  #653A23;
}

  .title {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.312rem 1.25rem;
    gap: 0.625rem;
  }
  .category-item-child {
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 100px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
  }
.item-name {
    align-self: stretch;
    position: relative;
    font-weight: 500;
    font-family: 'Inter';
}
  .category-item {
    width: 8.75rem;
    border-radius: 5px;
    background-color: #fff;
    flex-direction: column;
    padding: 1.343rem 0.625rem;
    box-sizing: border-box;
    gap: 0.375rem;
    min-width: 8.75rem;
    min-height: 9.375rem;
  }
  .categories,
  .category-item,
  .category-item1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-item1 {
    width: 8.75rem;
    border-radius: 5px;
    background-color: #fff;
    flex-direction: column;
    padding: 1.343rem 0.625rem;
    box-sizing: border-box;
    gap: 0.375rem;
    min-width: 8.75rem;
    min-height: 9.375rem;
  }
 .categories {
    align-self: stretch;
    flex-direction: row;
    padding: 1.25rem 1.25rem 0.50rem 1.25rem;
    gap: 0.937rem;
    text-align: center;
    font-size: 0.875rem;
    color: #272727;
    font-family: Inter;
  }
  .item-img-icon {
    align-self: stretch;
    flex: 1;
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  .item-name6 {
    height: 1.25rem;
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
  }
  .div {
    white-space: nowrap;
  }
  .add,
  .div {
    position: relative;
  }
  .button {
    border-radius: 2px;
    background-color: #dba8ab;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0.625rem;
    font-size: 0.875rem;
    color: #fff;
  }
  .item-details,
  .price {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 1.25rem;
    color: #7a7a7a;
  }
  .item-details {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.625rem;
    z-index: 1;
    color: #272727;
  }
  .items-count,
  .minus {
    flex-direction: row;
    align-items: center;
  }
  .minus {
    height: 1.25rem;
    width: 1.25rem;
    border-radius: 50px;
    background-color: #7a7a7a;
    display: flex;
    justify-content: center;
  }
  .items-count {
    display: none;
    justify-content: flex-start;
    gap: 0.625rem;
    z-index: 2;
  }
  .featured {
    height: 0.813rem;
    position: relative;
    display: inline-block;
  }
  .featured-wrapper,
  .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .featured-wrapper {
    width: 4.188rem;
    margin: 0 !important;
    position: absolute;
    top: 0.938rem;
    left: 0;
    background-color: #ebbc81;
    height: 1.125rem;
    justify-content: center;
    padding: 0 0.625rem;
    box-sizing: border-box;
    z-index: 3;
    font-size: 0.625rem;
  }
  .item {
    height: 14.438rem;
    width: 13.5rem;
    overflow: hidden;
    flex-shrink: 0;
    justify-content: flex-start;
    position: relative;
    gap: 0.312rem;
  }
  .featured-frame,
  .products1 {
    display: none;
    justify-content: center;
    box-sizing: border-box;
  }
  .featured-frame {
    width: 4.188rem;
    margin: 0 !important;
    position: absolute;
    top: 0.938rem;
    left: 0;
    background-color: #ebbc81;
    height: 1.125rem;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0.625rem;
    z-index: 3;
    font-size: 0.625rem;
  }
  .products1 {
    width: 100%;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: center; 
    gap: 1.875rem; 
    font-size: 1rem;
    color: #000;
    font-family: Inter;
  }
  .container2,
  .products {
    display: flex;
    align-items: center;
  }
  .container2 {
    width: 75rem;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.625rem;
    max-width: 75rem;
  }
  .products {
    align-self: stretch;
   
    flex-direction: row;
    justify-content: center; 
    box-sizing: border-box;
    max-width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #653a23;
    font-family: "Inter";
    padding: 1em 0px;
  }
  .image-icon5 {
    align-self: stretch;
    width: 18.75rem;
    position: relative;
    max-width: 18.75rem;
    overflow: hidden;
    max-height: 100%;
    object-fit: cover;
    display: none;
    min-height: 14.625rem;
  }
  .title1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem 1.25rem;
    gap: 0.312rem;
  }
  .when-viranica-manchu {
    width: 100%;
    position: relative;
    line-height: 1.375rem;
    display: inline-block;
    max-width: 43.75rem;
  }
  .content,
  .testimonial-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
  }
  .content {
    align-self: stretch;
    text-align: center;
    font-size: 0.875rem;
    color: #000;
    font-family: Inter;
  }
  .testimonial-content {
    flex: 1;
    max-width: 100%;
  }
   .container3,
  .spreading-the-love {
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box;
  }

  .container3 {
    width: 56.25rem;
    border-radius: 10px;
    background-color: rgba(219, 168, 171, 0.58);
    align-items: flex-start;
    padding: 4.375rem 6.25rem;
    gap: 3.125rem;
    max-width: 56.25rem;
  }
      .spreading-the-love .container3 {
    padding: 2.375rem 6.25rem;
    }
  .spreading-the-love {
    align-self: stretch;
    align-items: center;
    margin: 1.2em 0px 0.8em 0px;
    
    max-width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #653a23;
    font-family: "Inter";
  }
  .gift-image-icon {
    align-self: stretch;
    height: 37.75rem;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: cover;
  }
  .gifting {
    margin: 0;
    position: relative;
    font-size: inherit;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'brand', sans-serif;
    display: inline-block;
    min-width: 7.438rem;
    text-align: center;
  }
  .title2 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.25rem 0rem;
  }
.whats-the-point {
    width: 100%;
    position: relative;
    line-height: 1.25rem;
    display: inline-block;
    max-width: 43.75rem;
    font-size: 14px;
    color: #000;
    font-family: 'Inter';
}
  .content1,
  .gift-now {
    font-size: 0.875rem;
    font-family: Inter;
  }
  .content1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0.687rem 0.937rem;
    text-align: center;
  }
  .gift-now {
    position: relative;
    color: #000;
    display: inline-block;
    min-width: 4.688rem;
  }
  .button6,
  .gift-content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button6 {
    cursor: pointer;
    border: 0;
    padding: 0.625rem 1.875rem;
    background-color: #ebbc81;
    flex-direction: row;
    white-space: nowrap;
  }
  .button6:hover {
    background-color: #b88a4f;
  }
  .gift-content {
    width: 50rem;
    flex-direction: column;
    gap: 0.20rem;
    max-width: 100%;
  }
  .image-2-icon1,
  .image-4-icon {
    height: 7.75rem;
    width: 12.188rem;
    position: relative;
    object-fit: cover;
  }
  .image-2-icon1 {
    height: 8rem;
    width: 12.5rem;
  }
  .image-4-parent {
    width: 37.188rem;
    display: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0.625rem;
    box-sizing: border-box;
    gap: 0.625rem;
    max-width: 100%;
  }
  .container4,
  .gift {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .container4 {
    width: 56.125rem;
    flex-direction: column;
    gap: 0.625rem;
    max-width: 75rem;
  }
  .gift {
    align-self: stretch;
    flex-direction: row; 
    box-sizing: border-box;
    max-width: 100%;
    text-align: left;
    font-size: 1.5rem;
    color: #653a23;
    font-family: "Inter";
    padding: 0px 0px 30px 0px;
  }
  .make-dividers-icon {
    width: 4.375rem;
    height: 4.375rem;
    position: relative;
    object-fit: cover;
  }
.freshly-crafted-with {
    width: 100%;
    line-height: 1.25rem;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-family: 'Inter';
    max-width: 26rem;
}
  .make-dividers-parent{
    width: 13.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
  }
  .make-items {
    width: 46rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.25rem;
    max-width: 100%;
    color: #000;
  }
  .cake-logo-1-icon2 {
    width: 3.125rem;
    height: 3.313rem;
    position: relative;
    object-fit: cover;
  }
  .gifting1 {
    height: 2.625rem;
    position: relative;
    display: inline-block;
  }
  .title3 {
    width: 28.75rem;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.875rem 0;
    box-sizing: border-box;
    gap: 0.312rem;
    max-width: 100%;
    text-align: left;
    font-size: 2.25rem;
    font-family: "Inter";
  }
  .whats-the-point1 {
    width: 100%;
    height: 2.75rem;
    position: relative;
    line-height: 1.375rem;
    font-weight: 500;
    display: inline-block;
    max-width: 43.75rem;
  }
  .content2 {
    width: 28.75rem;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    font-size: 0.875rem;
  }
  .container5,
  .make {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .container5 {
    width: 75rem;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 1.25rem;
    gap: 0.625rem;
    max-width: 75rem;
  }
  .make {
    align-self: stretch;
    background-color: #fff;
    border-top: 1px solid #ebbc81;
    border-bottom: 1px solid #ebbc81;
    flex-direction: row;
    justify-content: center;
    padding: 3rem 0;
    max-width: 100%;
    text-align: center;
    font-size: 0.75rem;
    color: #fff;
    font-family: Inter;
  }
     
  .rectangle-icon {
    height: 15.625rem;
    width: 25rem;
    position: absolute;
    margin: 0 !important;
    object-fit: cover;
    max-width: 25rem;
  }
  .rectangle-icon {
    top: 0;
    left: 65.813rem;
  }
    
  .gallery {
    display: flex;   
  gap: 2px; 
margin:0px;
  }
  
  .item1 {width:20%; display:flex; }
.item2 { width:30%;display:flex;}
.item3 { width:20%;display:flex;}
.item4 { width:30%;display:flex; }

.item5 { width:30%;display:flex; }
.item6 {width:20%;display:flex; }
.item7 { width:30%;display:flex; }
.item8 { width:20%; display:flex;}
  .gallery img{ width: 100%; height: 100%;padding-bottom: 2px;}
  .contact1 {
    position: relative;
    text-transform: uppercase;
  }
  .title4 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.937rem 0;
    gap: 0.312rem;
  }
  .a858-road-no {
    margin: 0;
  }
  .a858-road-no-container {
    align-self: stretch;
    height: 2.813rem;
    position: relative;
    display: inline-block;
    max-height: 2.813rem;
    word-break: break-word;
  }
  .a858-road-no-39-jubilee-hil-wrapper,
  .address {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .a858-road-no-39-jubilee-hil-wrapper {
    flex: 1;
    flex-direction: column;
    max-width: 100%;
  }
  .address {
    width: 28.75rem;
    flex-direction: row;
    max-width: 104%;
    flex-shrink: 0;
    text-align: center;
    font-size: 0.75rem;
    color: #000;
    font-family: Inter;
  }
  .container-inner,
  .title-parent {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 100%;
  }
  .title-parent {
    align-items: center;
    padding: 1.25rem 0;
    box-sizing: border-box;
    gap: 0.625rem;
  }
  .container-inner {
    height: 16.813rem;
    align-items: flex-start;
  }
  .contact,
  .container6,
  .content3 {
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  .content3 {
    width: 75rem;
    display: none;
    flex-direction: column;
    padding: 1.25rem 0;
    max-width: 100%;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    font-family: Inter;
  }
  .contact,
  .container6 {
    flex-direction: row;
  }
  .container6 {
    width: 58.75rem;
    display: flex;
    padding: 0 1.25rem;
    gap: 0.625rem;
    max-width: 58.75rem;
  }
  .contact {
    align-self: stretch;
    background-color: #fff;
    display: none;
    padding: 3.125rem 0;
    max-width: 100%;
    font-size: 1.5rem;
    color: #653a23;
    font-family: "Inter";
  }
  .home2 {
    position: relative;
    display: inline-block;
    min-width: 2.125rem;
  }
  .privacy-policy {     
    min-width: 3.125rem;
  }
  .contact-us2,
  .privacy-policy,
  .terms-of-use {
    position: relative;
    display: inline-block;
  }
  .terms-of-use {
    flex: 1;
    min-width: 2.938rem;
  }
  .contact-us2 {
    min-width: 3.75rem;
  }
  .home-group {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    gap: 1.25rem;
  }
  .footer-menu {  
    box-sizing: border-box;
    max-width: 100%;
  }
  .all-rights-reserved-the-cake-wrapper,
  .footer-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .footer-menu1 {
    width: 28.75rem;
    display: flex;
    flex-direction: row;
    padding: 0 1.25rem;
    box-sizing: border-box;
  }
footer aside{
background-color:transparent !important;
border:none;
margin:0px;
padding:0px;
}
  .content4,
  .footer,
  .footer-menu1 {
    align-items: center;
    justify-content: center;
    max-width: 100%;
  }
  .content4 {
    width: 28.75rem;
    display: none;
    flex-direction: column;
    font-size: 0.875rem;
    color: #fff;
  }
  .footer {
    align-self: stretch;
    background-color: #ebbc81;
    display: flex;
    flex-direction: row; 
    box-sizing: border-box;
    text-align: center;
    font-size: 0.75rem;
    color: #000;
    font-family:  Inter;
  }
  .border-banner-1 {
    align-self: stretch;
    height: 3.969rem;
    position: relative;
    display: none;
  }
  .homepage-option-5 {
    width: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.625rem;  
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    font-size: 0.75rem;
    color: #fff;
    font-family: Inter;
  }
  @media screen and (max-width: 1200px) {
    .container,
    .container1 {
      max-width: 100%;
    }
    .hero-banner {
      
      box-sizing: border-box;
    }
    .container2,
    .container4,
    .container5 {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 1050px) {
    .categories {
      flex-wrap: wrap;
    }
    .products1 {
      max-width: 100%;
    }
    .container3,
    .gift {
      box-sizing: border-box;
    }
    .container3 {
      padding-left: 3.125rem;
      padding-right: 3.125rem;
      max-width: 100%;
    }
    .gift {
      padding-bottom: 2rem;
    }
    .gifting1 {
      font-size: 1.813rem;
    }
    .container6 {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 750px) {
    .hero-banner {
      padding-left: 2.813rem;
      padding-right: 2.813rem;
      box-sizing: border-box;
    }
    .when-viranica-manchu {
      max-width: 100%;
    }
    .spreading-the-love {
      padding-top: 2rem;
      padding-bottom: 2rem;
      box-sizing: border-box;
      margin: 0px;
    }
    .whats-the-point,
    .whats-the-point1 {
      max-width: 100%;
    }
.termsncond .ollicontent p {
word-break:break-all;
}
  }
  @media screen and (max-width: 450px) {
    .home-parent,
    .nav {
      flex-wrap: wrap;
    }
    .home-parent {
      justify-content: flex-start;
    }
    .image-icon,
    .image-icon1,
    .image-icon2 {
      max-width: 100%;
    }
    .hero-banner {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      box-sizing: border-box;
    }
    .pick-your-joy {
      font-size: 1.188rem;
    }
    .container3 {
      gap: 1.563rem;
      padding: 2.813rem 1.25rem;
      box-sizing: border-box;
    }
    .gifting {
      font-size: 1.188rem;
    }
    .image-2-icon1,
    .image-4-icon {
      flex: 1;
    }
    .image-4-parent {
      flex-wrap: wrap;
    }
    .gift {
      padding-bottom: 1.313rem;
      box-sizing: border-box;
    }
    .make-items {
      flex-wrap: wrap;
      gap:0px; row-gap:20px;
      flex-direction: column;
    }
    .make-dividers-parent {
        width: 100%rem;
    }
	.freshly-crafted-with {
	    max-width: 12.5rem;
	}
    .gifting1 {
      font-size: 1.375rem;
    }
    .gallery-child1,
    .gallery-child3,
    .gallery-item,
    .rectangle-icon {
      max-width: 100%;
    }
    .contact1 {
      font-size: 1.188rem;
    }
    .footer-menu {
      gap: 1.563rem;
      padding-left: 0;
      padding-right: 0;
      box-sizing: border-box;
    }
  }
  .hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
  }
  
  .hamburger span {
    width: 25px;
    height: 3px;
    background-color: #000;
    border-radius: 2px;
  }
  
  /* Mobile Menu */
  .mobile-nav {
    display: none;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    padding: 15px;
    border-top: 1px solid #ddd;
    z-index: 9;
  }
  
  .mobile-nav a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
  }
  
  /* Responsive styles */
  @media screen and (max-width: 768px) {
    .nav {
      display: none;
    }
  
    .hamburger {
      display: flex;
    }
  
    .header {
      flex-direction: row;
      justify-content: space-between;
    }
  
    .right-icons {
      gap: 10px;
    }
  
    .logo img {
      
    }
  }
  
  @media screen and (max-width: 480px) {
    .header {
      flex-direction: column;
      align-items: flex-start;
      padding: 15px;
    }
  
    .logo img {
      max-width: 70px;
    }
  
    .right-icons {
      margin-top: 10px;
    }
  }

.site-header .bottom-header-part {
padding:0px !important;
}
header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper{
gap: 0em !important;
}
.asterthemes-wrapper{
    width: 100%;
    max-width: 100%;
    padding: 0px;
    margin: 0px auto;
}
.bottom-header-left-part {
width:inherit !important;
}
.menu.nav-menu{
text-transform:uppercase;
}
.footersocialicons {
    display: none;
    column-gap: 10px;
}

.site-footer a.social-btn {
background-color: rgb(0 0 0 / 8%);
border-radius:3px;
    color: #000;
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
display:flex;
align-items:center;
justify-content:center;
}
.footer {
     
    
}
body.privacy-policy,.container2,.container31,.container41,.container5,.home .asterthemes-wrapper {
width:100%  ;
max-width:100%;
}
.ollicontent {
font-weight:bold;
}
.ollicontent p{
font-weight:normal;}
.bottom-header-right-part{
min-width:95px}
  @media screen and (max-width: 768px) {
.gift-content,.make-items,.footer-menu1{
width:80%  ;
max-width:100% !important;

}
{

}
.bottom-header-left-part .main-navigation-links{ display:none;  }


header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper {
    display:flex !important;
    grid-template-columns: 1fr 1fr 1fr; /* Three equal columns */
    gap: 10px; /* Optional: space between columns */
}
    #site-navigation button.menu-toggle span {
      
        background: #000;
}
.bottom-header-middle-part {
    order: 2; /* Default order */
}

.bottom-header-left-part {
    order: 1; /* Default order */
width: 50px !important;
}

.bottom-header-right-part {
    order: 3; /* Default order */
}
.make-items { row-gap:20px;}
 
}

/*css for shoping cart*/
.shop-container {
    display: flex;
    flex-wrap: nowrap;
column-gap:20px;
}
.asterthemes-page .shop-container {
padding-top: 50px;
padding-left: 40px;
}
.shop-sidebar {
    position: absolute; /* Start as absolute */
    width: 240px; /* Ensure it fits in the layout */
    height: 100%; /* Set appropriate height */
    overflow-y: auto; /* Allow scrolling within the sidebar */
    background-color: #fff; /* Consistent background */
    padding: 20px;
    z-index: 1;
    transition: top 0.3s ease; /* Smooth transition for top property */
}

.leftbar {
    position: relative; /* Make the parent relative for absolute positioning */
}
.shop-sidebar ul {
     background: #fff;
    border-radius: 7px;
    padding:20px;
}
.shop-products {
    width: 80%;    
    margin-left: 11%;     
min-height: 100vh;
}

.product-categories {
    list-style: none;
    padding: 0;
}
.product-categories li {
    margin-bottom: 20px;
    font-family: "Inter";
    font-size: 14px;
}
.product-categories li a {
    color:#000;
}

.category-products {
    margin-bottom: 40px;
}

.category-products h2 {
    margin-top: 30px;
    font-size: 24px;
}

.category-products .product {
    margin-bottom: 20px;
}

.products.columns-4 {
display:grid;
    align-items: flex-start;
}
ul.products::before,ul.category-products::before{
display:none !important;
}
.products li.product{
width:inherit !important;
}
  ul.products li {
    background: #fff;
   border-radius:7px;
  }
h2.woocommerce-loop-product__title {
    font-size: 16px !important;    
    font-weight: 400;
}
.prodcolumns-4 {
display:grid;
    align-items: flex-start;
grid-template-columns: repeat(3, 1fr);
column-gap:15px;
row-gap:15px;
}
.related .products.columns-4{
display:grid;
    align-items: flex-start;
grid-template-columns: repeat(3, 1fr);
column-gap:15px;
row-gap:40px;
}

.site-logo{
padding:10px 0px;
}
.site-logo img{width:100% !important;}
.site-content{ background:rgba(235, 188, 129, 0.13); padding-top:0px;}

.header-main-wrapper,.shop-container{
    width: 100%;
    max-width:1320px;
padding:0px;
margin: 0px auto;
}
.product-categories {
margin:0px; padding:0px}
ul.products li {
background:#fff !important;
}
h2{
padding:0px;
margin:0px;
font-size:18px;
}
ul.products li{
text-align:left !important;
 
}
.woocommerce a.added_to_cart {
display:none !important;
}
ul.products li.product .price{
height:0px;
text-align:left;
font-size:13px !important;
}
ul.products li h2 {
margin:5px 0px !important; 
font-family: Quicksand;
text-transform:inherit;
}
ul.products li h2,ul.products li.product .price{
padding:0px 10px 5px 9px !important;
}
ul.products li a.button,.single_add_to_cart_button{
background:#dba8ab !important;
color:#000 !important;
font-weight:normal;
}
a.add_to_cart_button {
   position: relative;
    top: 24px;
    padding: 10px 12px !important;
    font-size: 14px !important;
    left: 8px !important;
float:left;
text-align:center;
}
.shop-products h2 {
margin: 0px 0px 10px 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'brand', sans-serif;
    color: #653A23;
}
.leftbar h2 {
margin: 0px 0px 10px 0px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'brand', sans-serif;
    color: #653A23;
}
.e-con-inner {
max-width:inherit  !important;
}
.homecategory {
 background-color: rgba(235, 188, 129, 0.13);
}
.home  .elementor-element {
padding:0px !important;
}
input[type="tel"]{
margin:0 0 23px 0
}
.contactusformdata textarea {
height:100px}

.wc-block-cart__main, .wc-block-checkout__main {
    background: #ffffff00;
    border: none !important;
}
.wc-block-checkout__main {
padding:10px;
}
.wp-block-woocommerce-checkout-order-summary-block,.wc-block-components-main wc-block-checkout__main {
background:#fff;
}
.wc-block-cart__main .wc-block-components-product-name {
font-family: 'brand', sans-serif;
text-transform: uppercase;
    color: #000;
    text-decoration: none;
}
.wc-block-cart__main .price {
font-weight:500;
font-size: 18px;
    font-family: "Inter";
    color: #653a23;
}
.wc-block-cart__submit-container .wc-block-cart__submit-button{
margin-top:20px;
background:#653a23;
text-decoration:none;
color:#fff;
border-radius: 8px;
}
.wc-block-components-button{
background:#653a23;
border:1px solid #653a23;
text-decoration:none;
color:#fff;
}


.about-us-container {
    padding: 30px;
    margin: 0 auto;
    max-width: 800px; /* Adjust the max-width as needed */
    background-color: #f9f9f9; /* Light background for readability */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    font-family:  Inter /* Font family */
    color: #333; /* Text color */
}

.about-us-container h2 {
    font-size: 28px;
    margin-bottom: 20px; /* Space below the heading */
    color: #333; /* Heading color */
    text-align: center; /* Center align heading */
    font-weight: bold; /* Bold heading */
}

.about-us-content p {
    font-size: 16px;
    line-height: 1.6; /* Improve readability */
    margin-bottom: 20px; /* Space below paragraphs */
    color: #555; /* Slightly lighter text color */
}

.about-us-content p:last-child {
    margin-bottom: 0; /* Remove bottom margin from the last paragraph */
}


/* Move Lightbox2 close button to the top */
.lightbox .lb-close {
    position: absolute;
    right: 0px;
    bottom: auto;
    left:auto;
     top:10px;
    z-index: 9999;
}

/* Ensure the close button is positioned correctly */
.lightbox .lb-container {
    padding-top: 50px; /* Adjust this value if needed to create space for the close button */
}
.related.products{
display:block;
}

@media (max-width: 1024px) {


    .lightbox .lb-container {
        padding-top: 40px; /* Adjust for mobile screens */
    }
.shop-container {
 flex-direction:column-reverse;
}
.asterthemes-page{
padding-top: 0px;
}
.shop-sidebar {
width:100%;
position: inherit !important;
height:auto !important;
margin-bottom:20px;
}
.shop-products {
width:100%;
 padding-top: 50px;
}
/*.asterthemes-wrapper,.container1,.container2,.container4,.container3{
width:100% !important;
}*/
.category-item,.category-item1{
width:48%;
}
table tr td.wc-block-cart-item__image{
min-width:inherit !important;
}
#customer_login  {
display:flex;
}
#customer_login .col-1,#customer_login .col-2{
margin:0px 10px;
}
.related .products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
}
}
@media (max-width: 550px) {
	.site-logo img {
    width: 100% !important;
}

.prodcolumns-4,.products.columns-4 {
    grid-template-columns: repeat(1, 1fr);
}
.category-item,.category-item1{
width:100%;
}
.hero-banner{
flex-wrap:wrap;
}
.hero-banner img{
width:100%;
max-width:inherit !important;
}
.banner-cta {
top:35px;
bottom:inherit;
      align-items:flex-start;
  }
#scroll-to-top {  bottom: 156px !important;
    right: 40px !important;
}
.site-footer-bottom{
display:none;
}
.site-content{
min-height:calc(100vh - 225px);
border:1px solid transparent;
}
.related.products {
display:block;
}
.related.products h2{ 
    margin-bottom: 10px !important;
}

#customer_login  {
display:block;
}
#customer_login .col-1 ,#customer_login.col-2{
display:block !important;
}

}

a.bakery-confectionery-scroll-to-top {
background-color:#653a23;
}
.is-large .wc-block-checkout__sidebar{     
    right: 0px;
top:160px !important;
    left: inherit;
    background: inherit;
z-index:99;
}

.woocommerce-MyAccount-navigation-link,.woocommerce-button {
    cursor: pointer;
    border: 0;
    padding: 0.625rem 1.875rem;
    flex-direction: row;
    white-space: nowrap;
}
.button.wc-forward,input.submit{
background-color: #DBA8AB !important;
}
.woocommerce-message::before{
color:#ebbc81;
}
.woocommerce-MyAccount-navigation-link a {
text-decoration:none;
}
.woocommerce-MyAccount-navigation ul {
height:50px;
}

#customer_login .col-2  form{
height:380px;
}
.woocommerce-form-login.login {
height:380px;
}
a{
color:#000
}
.comment-form-cookies-consent label{
margin-bottom: 2px !important;
    margin-left: 5px;
}
.addresses {
display:flex;
column-gap:10px;
}
.woocommerce-address-fields{
max-width:90%;
}
header .cart-customlocation {
position:relative;
}
header .cart {
    position: absolute;
     top: -6px;
    right: -20px;
    font-size: 12px;
}
.wc-block-components-totals-shipping .wc-block-components-shipping-address {
  word-break: break-all;
}
.addresses .col-1,.addresses  .col-2 {
display:flex !important;
flex-direction: column;
    margin-bottom: 20px !important;
}
.addresses address{
    word-break: break-all; height:100%;
}
ul.order_details::before,ul.order_details::after {
display:none !important;
}
ul.order_details {
    margin: 0 !important;
    padding: 0px;
 display:grid;
grid-template-columns:repeat(5,1fr);
}
@media (max-width: 1024px) {
ul.order_details {    
grid-template-columns:repeat(3,1fr);
}
ul.order_details li{    
 margin-bottom:20px;
}
.termsncond ol.ollicontent{
margin:0px !important;padding: 0;
}
}
@media (max-width: 550px) {
ul.order_details {    
grid-template-columns:repeat(1,1fr);
}
.addresses {
    display: block;
}
.woocommerce-MyAccount-navigation ul{
height:auto;
}
.woocommerce-MyAccount-navigation ul li {
display:block !important;
margin-bottom:10px;
text-align:center;
}
.product-categories .listmenu-item a{
display:block;
}	
header .user-name { display:none;}
#closeModal {
        width: 25px;
        height: 25px;
        color: #fff;
        background: #000;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 9px;
        padding: 0px;
        margin: 0px;
        font-size: 22px !important;
        font-weight: bold;
}
.product-categories li{
margin-bottom:0px;
background:rgba(235, 188, 129, 0.13);
border-radius:5px;
height:35px; 
line-height:35px; 
margin-bottom:10px;
}
.product-categories li a{
text-align:center;
}
.menucontainer{
border-radius:8px;
}
.product-categories{
margin-top: 20px !important;
}
}

/* Target labels for required fields and add asterisk */
.wc-block-components-text-input input[required] + label::after {
    content: ' *';  /* Add asterisk */
    color: red;     /* Make it red to stand out */
    font-weight: bold;  /* Optionally make it bold */
}

/* Optionally adjust spacing if needed */
.wc-block-components-text-input label {
    margin-right: 5px; /* Adjust this value as needed */
}
.wc-block-components-address-form__phone label:after{
content:"*";
color:red;    font-size: 19px;
}
.wc-block-grid.wp-block-product-new.wc-block-product-new.has-4-columns{
	display:none !important;
}
.site-content{
min-height:calc( 100vh - 250px);

}

.wp-block-woocommerce-empty-cart-block h2.wp-block-heading.has-text-align-center:nth-of-type(2) {
    display: none;
}

.logged-in-round {
    border-radius: 50%; /* Makes the image round */
    border: 2px solid #653a23; /* Optional: Add a border around the image */
}

.wpcf7-response-output{
 display: none;
}
.woocommerce-MyAccount-navigation ul li.is-active.is-active{
background:#653a23;
background-color:#653a23 !important;
}
 
.catmenu {
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: 0px; 
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
.catmenu  button{
    border-radius: 50%;
    background-color: #653a23;
    color: #fff;
    width: 80px;
    height: 80px;
    border: 3px solid #fff;
     padding:0px;
}
.lb-dataContainer {
position:relative;
}
.order_details td,.description a {
word-break:break-all;
}


.wpcf7-response-output {
    margin-top: 20px;
    padding: 15px;
    border: 2px solid #4CAF50; /* Green border for success */
    background-color: #dff0d8; /* Light green background for success */
    color: #3c763d; /* Dark green text */
    display: block;
}

.wpcf7-validation-errors {
    border: 2px solid #f44336; /* Red border for errors */
    background-color: #f2dede; /* Light red background for errors */
    color: #a94442; /* Dark red text */
    padding: 15px;
    margin-top: 20px;
}

/*15-10-2024 #e1ad6d "Raleway", serif*/
h1, h2, h3, h4,h5,h6 {
font-family: 'brand', sans-serif;
    color: #653a23;
}
body, button, input, select, optgroup, textarea, p, a, strong {
font-family: "Inter";
line-height: 1.4;
}

ul.products li a.button, .single_add_to_cart_button {
    background: #DBA8AB !important;
    color: #000000 !important;
    font-weight: 500 !important;
}
.product_meta {
	    font-weight: 600;
    font-size: 14px;
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: inline-end;
}
    .woocommerce ul.products li.product .star-rating {
    font-size: 18px;
right:10px;
display: none;
}


p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: "Inter";
    margin: 5px;
}
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 1em ;
}
ul.products li.product .price {
	font-family: "Inter";

}
.woocommerce ul.products li.product .button:hover
{
	background-color: #653a23 !important;
	 color: #fff !important;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 35%;
    display: inline-block;
    margin-right: 1em;
    margin-top: 0.5em;
    padding: 8px;
}
.single_variation_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 74%;
    margin-top: 10px;
    gap:10px;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
	vertical-align: middle;
	text-align: left;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 0px;
	width: 	66%;
}
.woocommerce div.product form.cart {
	display: block;
}
.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{
	padding: 12.5px 15px;
    color: #000000 !important;
    margin-top: 4px;
    font-size: 15px;
    opacity: 1;
    line-height: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	    margin: 0 5px;
}
.woocommerce table.shop_attributes {
	border: none;
	margin: 20px 0px;
}
.woocommerce p.stars a {
	color:#ffc53f;
}
.related.products h2{
	margin-bottom: 30px;
}
.woocommerce div.product form.cart .reset_variations {
	font-size: 16px;
}

body, button, input, select, optgroup, textarea, p {
    font-family: "Inter" !important;
} 
/*media starts here */


@media (max-width: 1024px) {
	.woocommerce div.product form.cart .variations {
		width: 100%;
	}
    .shop-container {
        flex-direction: column;
    }
    .site-main {
        width: 98% !important;
        padding: 40px 10px !important;
    }

.shop-sidebar ul {
    padding: 10px !important;
    background: #fff;
    border-radius: 7px;
    display: flex;
}
.shop-sidebar ul.product-categories {
        align-items: center;
        display: flex;
        justify-content: start;
        flex-flow: wrap;
        column-gap: 20px;

    }

.product-categories li {
    margin-bottom: 20px;
    background-color: transparent !important;
}
   
}
@media (max-width: 768px) {
.product-categories li {
        margin-bottom: 0px;
        background: rgba(235, 188, 129, 0.13);
        border-radius: 5px;
        height: 35px;
        line-height: 35px;
        margin-bottom: 10px;
    }
}
@media screen and (min-width:550px) and (max-width: 768px){
.site-logo img {
    width: 50% !important;
}
}

.order-now a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Inter';
}
.gift-now a {
font-family: 'Inter';
    font-size: 14px;
    color: #000;	
    text-align: center;
    text-transform: capitalize;
}


.product-categories li:active {
	color: #653A23;
}


.woocommerce ul.products li.product p{
    margin: 5px 0px  !important;
    font-size: 14px  !important;
    line-height: 1.6  !important;
    padding: 0px 10px 0px 15px  !important;
    font-family: 'Inter'  !important;
    color: #653a23 !important;
}

.woocommerce-Price-amount bdi {
font-size: 16px  !important;
    letter-spacing: 0px  !important;
    color: #653a23  !important;
    font-weight: 500  !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  font-weight: 500  !important;
}

.woocommerce div.product form.cart .variations label {
	font-weight: normal;
	 font-size: 16px;

}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 500;
}
.single_variation_wrap {
         display: flex;
        align-items: center;
          justify-content: flex-start;
        width: 100%;
        margin-top: 10px;
}

.site-footer-top {
 padding-top:20px;
}

.content-area {
    width: 100%;
    max-width: 1320px;
    padding: 0px ;
/*    padding-top: 50px;*/
    margin: 0px auto;
}
.wp-block-woocommerce-cart.alignwide
{
    width: 100% !important;
    max-width: 1320px !important;
    padding-top: 50px !important;
    margin: 0px auto !important;
}
.contactusformdata {
	padding: 50px 0px;
}
.contactusformdata img {
	display: none;
}
.contactusformdata p{
    width: 90%;
    margin: 0 auto;
    display: block;
}
.contactusformdata h2 {
    margin: 0 auto;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'brand', sans-serif;
    color: #653A23;
    width: 100%;
    text-align: center;
}
.contactusformdata h4 {
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    
    font-weight: 400;
    letter-spacing: 0px;
    color: #653A23;
    width: 100%;
    font-family: Inter !important;
    text-align: center;
    margin-bottom: 30px;
}

.contactusformdata input[type="submit"] {
    background: #653A23 !important;
    border: 1px solid #ebbc81;
    font-size: 16px;
    padding: 14px 40px;
    border-radius: 10px;
}
.site-main {
    width: 100%;
    max-width: 1320px;
    padding: 50px 0px;
    margin: 0px auto;

}
.woocommerce-message, .woocommerce-info {
    border-top-color: #653A23;
}
.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 {
	background: #653A23 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
padding: 0 20px;
}

.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
{
	color: #fff !important;
}
.woocommerce-EditAccountForm fieldset{
margin-bottom: 30px;
}
.woocommerce-EditAccountForm fieldset legend {
    padding: 0px 10px;

}
.woocommerce-account .woocommerce-MyAccount-content {
	margin-top: 30px;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
    border: 1px solid #817c7c;
}

.addresses address {
	text-align: center;
}
.woocommerce-account .addresses .title .edit {
    float: right;
    background-color: #653a23;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
}
.bottom-header-right-part span{
color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
/*Responsive css starts here */
@media (max-width: 567px) {
		.spreading-the-love .container3 {
    padding: 1.375rem 1.25rem;
}

	.about-us-container {
    padding: 10px;
}
/*.site-content {
	padding: 30px 15px;
}*/
header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
	gap:0px;
}
.home-group {
    align-items: center;
    flex-direction: column;
      gap:0.40rem;
}
	  .elementor-147 .elementor-element.elementor-element-8e42c14{
        --width: 100% !important;
    }
    .shop-sidebar {
        display: block !important;
    }
    p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    	font-size: 20px;
    	margin-bottom: 10px;
    }
    .woocommerce div.product form.cart .variations label {
    font-size: 14px;
    font-weight: 500;
    }
    .woocommerce div.product form.cart .reset_variations {
    font-size: 16px;
    text-align: right;
    margin: 10px;
}
.single_variation_wrap {
    display: flex;
    align-items: center;
     justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	width: 90%;
    border: 1px solid #cfc8d8;
    margin-bottom: 10px;
    border-radius: 5px;
}
   .woocommerce table.shop_attributes th {
    font-weight: 500 !important;
    line-height: 1.5  !important;
    font-size: 14px  !important;
  }
  .woocommerce ul.products li.product a img {
     height: auto; 
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 1em 1em 1.5em;
        font-size: 14px;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before{
	left: 0.3em;
}
}
@media (min-width: 576px) and (max-width: 767px) {
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
        .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 140px 344px !important;
    padding: 16px 20px !important;
    }
	 .wc-block-cart__continue-shopping {
    font-size: 14px;
    font-weight: 600;
}
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
          font-size:14px;
    }
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
        font-weight: 500;
    }
    .wc-block-components-totals-wrapper {
    padding: 16px 10px !important;
}
    .wc-block-components-panel__button, .wc-block-components-panel__button:active,
     .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        font-size:14px;
    }
    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
            font-size: 12px;
        }
      .wp-block-woocommerce-cart-order-summary-totals-block {
            padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    } 
	  .woocommerce ul.products li.product a img {
     height: auto; 
}
	    p.price, .woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price {
    	font-size: 20px;
    	margin-bottom: 10px;
    }
    .woocommerce div.product form.cart .variations label {
    font-size: 14px;
    font-weight: 500;
    }
    .woocommerce div.product form.cart .reset_variations {
    font-size: 16px;
    text-align: right;
    margin: 10px;
    width: 86%;
}
.single_variation_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	width: 90%;
    border: 1px solid #cfc8d8;
    margin-bottom: 10px;
    border-radius: 5px;
}
	    .shop-sidebar {
        display: block !important;
    }
/*.site-content {
	padding: 30px 15px;
}*/
header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
	gap:0px;
}
.bottom-header-right-part {
    min-width: 100px;
}
.make-items {
      flex-wrap: wrap;
      gap:0px; row-gap:20px;
      flex-direction: column;
    }
    .make-dividers-parent {
        width: 100%rem;
    }
	.freshly-crafted-with {
	    max-width: 12.5rem;
	}
	  .elementor-147 .elementor-element.elementor-element-8e42c14{
        --width: 100% !important;
    }
    .header-main-wrapper, .shop-container{
    	width: 95%;
    }
    .woocommerce table.shop_attributes th {
    font-weight: 500 !important;
    line-height: 1.5  !important;
    font-size: 14px  !important;
  }

	.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th{
		    margin: 0;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'brand', sans-serif;
    color: #653A23;
    text-align: left;
	}
	.wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block{
          font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'brand', sans-serif;
    color: #653A23;
    text-align: left;
	}

}

@media (min-width: 768px) {
	.single_variation_wrap {
		    gap: 96px;
	}
	  .woocommerce ul.products li.product a img {
     height: auto; 
}

	    .shop-sidebar {
        display: block !important;
    }
    .elementor-147 .elementor-element.elementor-element-8e42c14 {
        --width: 100% !important;
    }
    .site-content {
    min-height: calc(109vh - 250px);
}

}

@media (min-width: 768px) and (max-width: 991px) {
	.woocommerce div.product form.cart .variations {
        width: 66%;
    }
	.spreading-the-love .container3 {
    padding: 1.375rem 1.25rem;
}

	header.site-header {

    position: relative;

    width: 80%;

    margin: 0 auto;

}

header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {

	padding-left: 0px;

}
	.is-medium table.wc-block-cart-items .wc-block-cart-items__row, 
        .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 140px 344px !important;
    padding: 16px 20px !important;
    }
	 .wc-block-cart__continue-shopping {
    font-size: 14px;
    font-weight: 600;
}
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
          font-size:14px;
    }
    .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
        font-weight: 500;
    }
    .wc-block-components-totals-wrapper {
    padding: 16px 10px !important;
}
    .wc-block-components-panel__button, .wc-block-components-panel__button:active,
     .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        font-size:14px;
    }
    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
            font-size: 12px;
        }
      .wp-block-woocommerce-cart-order-summary-totals-block {
            padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    } 

    .wp-block-woocommerce-cart-order-summary-block span.wp-block-woocommerce-cart-order-summary-heading-block{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'brand', sans-serif;
    color: #653A23;
    text-align: left;
	}

	.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th{
		    margin: 0;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'brand', sans-serif;
    color: #653A23;
    text-align: left;
	}
		  .elementor-147 .elementor-element.elementor-element-8e42c14{
        --width: 100% !important;
    }

.categories {
    padding: .5rem;
}
/*.site-content {
	padding: 30px 15px;
}*/
header.site-header .header-main-wrapper .bottom-header-outer-wrapper .bottom-header-part .bottom-header-part-wrapper .bottom-header-right-part {
	gap:0px;
}
.bottom-header-right-part {
    min-width: 100px;
}
 body.privacy-policy, .container2, .container31, .container41, .container5, .home .asterthemes-wrapper, .page .asterthemes-wrapper, .woocommerce-page .asterthemes-wrapper {

	 width: 100%; 

}

  .container1, .container2, .container4, .container3 {

        width: 80% !important;

    }
}

@media (min-width: 992px) and (max-width: 1199px) { 
/*.site-content {
	padding: 30px 15px;
}*/
   .container1, .container2, .container4, .container3 {
        width: 80% !important;
    }
    .woocommerce div.product form.cart .reset_variations {
        font-size: 16px;
        text-align: right;
     
        margin: 10px;
        width: 80%;
    }
    }
/*@media (min-width: 768px) {
    .single_variation_wrap {
        gap: 92px;
    }

}*/

/*Responsive css ends here */


 

 html, body {
  width: 100%;
  margin: 0;
  overflow-x: hidden; /* Hide horizontal scrollbar */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 100%;
  overflow-x: hidden; /* Ensure no container overflows */
  display: flex;
  flex-wrap: wrap;
  min-width: 0; /* Prevent items from overflowing */
}

img {
  max-width: 100%;
  height: auto; /* Ensure images don't overflow */
}


.wc-block-components-sidebar-layout.wc-block-checkout  {

    width: 100%;

    max-width: 1320px;

    padding: 0px;

    margin: 0px auto;

}
@media (min-width: 320px)  and (max-width: 340px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 90px 0px !important;
        padding: 16px 0;
    }
.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 14px !important;
	}
}
@media (min-width: 341px)  and (max-width: 360px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 120px 0px !important;
        padding: 16px 0;
    }
.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 14px !important;
	}
}
@media (min-width: 361px)  and (max-width: 375px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 130px 0px !important;
        padding: 16px 0;
    }

.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 20px !important;
	}
}
@media (min-width: 376px)  and (max-width: 424px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 160px 0px !important;
        padding: 16px 0;
    }

.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 20px !important;
	}
}
@media (min-width: 425px)  and (max-width: 480px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 190px 0px !important;
        padding: 16px 0;
    }

.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 20px !important;
	}
}
@media (min-width: 481px)  and (max-width: 576px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 220px 0px !important;
        padding: 16px 0;
    }

.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 20px !important;
	}
}

@media (min-width: 320px)  and (max-width: 577px) {
	.lb-outerContainer {
	width: 90% !important;	
	}
}

@media (min-width: 578px)  and (max-width:767px) {
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
        grid-template-columns: 240px 0px !important;
        padding: 16px 0;
    }
	.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 20px !important;
	}
	.lb-outerContainer {
	width: 90% !important;	
	}
}
@media screen and (max-width: 1024px) {
	.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left: 20px !important;
	}
 	.lb-outerContainer {
	width: 90% !important;	
	}
	.lightbox .lb-image {
		width: 100% !important;	
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-ResetPassword.lost_reset_password {
    width: 80% !important;
}
		.woocommerce div.product form.cart .variations select {
		margin-right: 0px;
		width: 60% !important;
		margin-left: 10px !important;
	}
	.woocommerce div.product form.cart .variations {
	margin-bottom: 0px;
	width: 	100%;
}
	.wc-block-cart-item__total {
       display: none;
	}
	.site-content {
		padding-bottom: 40px;
	}
	.leftbar {
        display: none;
	}
  .container {
    padding: 0 10px;
  }
  .asterthemes-page .shop-container {
  	padding-left:10px;
        padding-top:0px;
  }
  .shop-sidebar {
  	        width: 97%;
  }
  .shop-products {
        width: 97%;
    margin-left: 0px;
        padding-top: 0px;
    }
    .site-main {
    	width: 97%;
    	padding: 0px 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs {
    	padding-left: 0px;
    }
    .woocommerce ul.products li.product .button {
    	margin-left: 4px;
    }
        .asterthemes-page {
        padding-top: 40px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    	display: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
    	margin: 2px;
    }
    .wp-block-woocommerce-cart.alignwide {
    	padding-top: 0px !important;
    	width:100% !important;
	margin-left: 10px !important;

    }

.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    width: 94% !important;
}
.wc-block-cart-items__row {
	    width: 100% !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
	text-align: left;
	padding-bottom: 20px !important;
	    font-size: 1em !important;
}
.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
padding-top: 20px !important;
}
.wp-block-woocommerce-cart-order-summary-totals-block {
	padding-left: 10px;
	padding-right: 10px;
}
.wc-block-components-totals-wrapper {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

	.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding: 0px;
}
.woocommerce .woocommerce-customer-details address {
	margin-top: 10px;
}

.wc-block-components-order-summary-item 
{
 flex-direction: column;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-left: 0px;
}
.contactusformdata {
	padding: 0px;
}
.contactusformdata h2 {
	margin-bottom: 10px;
	width: 100%;
}
.contactusformdata p{
	width: 100%;
}
input[type="text"], input[type="email"], input[type="phno"], input[type="password"], textarea {
	margin: 0 0 14px 0;
}
}

@media (min-width: 768px)  and (max-width:991px) {

	.lightbox {
		width: 90% !important;
		margin: 0 auto !important;
		left:36px !important;
	}
	.lb-outerContainer {
	width: 90% !important;	
	}
	.contactusformdata {
	padding: 0px;
}
.contactusformdata h2 {
	margin-bottom: 10px;
	width: 100%;
}
.contactusformdata p{
	width: 100%;
}
input[type="text"], input[type="email"], input[type="phno"], input[type="password"], textarea {
	margin: 0 0 14px 0;
}
	.wc-block-components-order-summary-item 
{
 flex-direction: column;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-left: 0px !important;
}
	.woocommerce .woocommerce-customer-details address {
	margin-top: 10px;
}
		.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    padding: 0px;
}
.wc-block-components-sidebar-layout .wc-block-components-main{
	width: 61% !important;
}
.wc-block-components-sidebar {
	    width: 35% !important;
}
.wc-block-components-totals-shipping__change-address__link {
	text-align: left;
}
.wc-block-components-totals-coupon__form {
	flex-direction: column;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
	margin-bottom: 20px !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
		margin-left: 0px !important;
}
}

@media (min-width:992px)  and (max-width:1024px) {

	.shop-sidebar {
		width: 94% !important;
	}
.shop-products {
	width: 94% !important;
	margin-left: 0px !important;
}
}

/* Standard Laptops and Small Desktops */
@media (min-width: 1024px) and (max-width: 1280px) {

.site-main {
	width: 98% !important;
}
}



.e-con.e-con>.e-con-inner>.elementor-widget, .elementor.elementor .e-con>.elementor-widget {
	width: 100%;
	max-width: 1320px !important;
	padding: 0px 10px !important;
	margin: 40px auto !important;
}

.woocommerce .woocommerce-customer-details address {
	margin-top: 10px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-bottom: 0px;
}

.lb-dataContainer {
    margin: 0 auto;
    width: fit-content; /* Ensures the container fits tightly around the image */
    position: relative; /* Required for positioning the close button */
}
.lb-outerContainer {
	background-color: transparent !important;
}


.woocommerce-ResetPassword.lost_reset_password {
display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 60%;
    align-items: center;
}


.lightbox {
  display: flex; 
  flex-direction: column-reverse; /* Reverse the order of child elements vertically */
}

.lb-outerContainer,
.lb-dataContainer {
  flex: 0; /* Optional: Prevent flex-grow if unnecessary */
}
.wc-block-components-totals-shipping .wc-block-components-totals-item .wc-block-components-totals-item__value strong {
display: none !important;
}
#radio-control-0-free_shipping\:6__description {
    display: none !important;
}
#radio-control-0-free_shipping\:6__secondary-label {
    display: none !important;
}