/*!
Theme Name: firstchoice-live-version-2023
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: firstchoice
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

firstchoice 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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

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

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

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

/* Grouping content
	 ========================================================================== */

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

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

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

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

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

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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

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

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.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 {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

/* 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%;
}

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



/* New CSS */

/* ul#menu-new-header-menu {
    margin: 0;
    padding-left: 0;
}

ul#menu-new-header-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    height:40px;
    display:block;
}


#mega-menu-new-menu > li > ul.mega-sub-menu {
    border: 0 !important;
    background: #fff !important;
    padding:20px 10px !important;
}

#mega-menu-new-menu ul.mega-sub-menu > li.cust-menu-heading > a{
    text-align: left !Important;
    font-size:16px !important;
    color: #4A0D15 !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 5px !important;
    padding-top:0 !important;
    font-weight: 700 !important;
	margin-bottom:10px !important;
	letter-spacing: 0.08em !important;
}

#mega-menu-new-menu ul.mega-sub-menu li > ul > li > a{
    text-align:
    left !Important;
    font-size:14px !important;
    font-weight:400 !important;
    color: #4A0D15 !important;
    line-height: 30px !important;
	transition:0.5s ease !Important;
}

#mega-menu-new-menu ul.mega-sub-menu li > ul > li:hover > a{
	display: block !important;
    width: 100% !important;
    background: #ededed !important;
    padding-left: 15px !important;
    border-radius: 5px !important;
    transform: translateX(10px) !important;
}




#mega-menu-new-menu ul.mega-sub-menu > li > a{
    border:0 !important;
}

ul#mega-menu-new-menu > li > ul > li {
    padding: 0 10px !important;
}


#mega-menu-new-menu ul.mega-sub-menu > li.cust-flex-menu > ul{
	display:flex !important;
	flex-wrap: wrap;
	align-items:center;
}

#mega-menu-new-menu ul.mega-sub-menu > li.cust-flex-menu > ul > li{
	flex:0 0 33%;
	margin-bottom:5px !important;
}

#mega-menu-new-menu ul.mega-sub-menu > li.cust-flex-menu > ul > li > a{
	display: inline-block !important;
    width: auto !important;
    padding-left: 0px !important;
}


body #mega-menu-new-menu > li > ul > li .cust-menu-heading:hover > a.mega-menu-link {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    padding-left: unset !important;
    border-radius: unset !important;
    transform: unset !important;
}


#mega-menu-new-menu > li > ul.mega-sub-menu > li:last-child {
    background: #ffd500 !important;
}

#mega-menu-new-menu > li > ul.mega-sub-menu > li:last-child > ul > li > ul > li > a {
    text-transform:uppercase !Important;
    color: #4a0d15 !important;
    font-size:14px !important;
    font-weight:700 !Important;
}

#mega-menu-new-menu > li > ul.mega-sub-menu > li:last-child > ul > li > ul{
	display: flex !important;
    width: 100%;
    padding: 0 20px !important;
    justify-content: space-between !important;
}

#mega-menu-new-menu > li > ul.mega-sub-menu > li:last-child > ul > li > ul > li {
	display:inline-block !important;
	width:auto !important;
}

#mega-menu-new-menu > li > ul.mega-sub-menu > li:last-child > ul > li > ul > li > a {
	display:inline-block !important;
}



.featured-products-warpper {
    display: flex;
    justify-content: space-between;
}

.featured-products-warpper > div {
    flex: 0 0 48%;
}

.featured-products-warpper .product-thumb img {
    width: 100%;
}

.featured-products-warpper .product-thumb {
    margin-bottom: 10px;
}

.featured-products-warpper span.product-title {
    font-size: 14px;
    font-family: 'Roboto';
}


@media(max-width:1024px){
	#mega-menu-new-menu > li > ul.mega-sub-menu > li:last-child > ul > li > ul{
	display: flex !important;
    width: 100%;
    padding: 0 20px !important;
    justify-content: space-between !important;
		flex-direction:column !important;
}
} */



body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px !important;
}

body #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
  padding-right: 0 !important;
}


ul#menu-new-header-menu {
    margin: 0;
    padding-left: 0 !important;
}

ul#menu-new-header-menu > li > a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 14px;
    line-height: 40px;
    height:40px;
    display:block;
}


#mega-menu-menu-1 > li > ul.mega-sub-menu {
    border: 0 !important;
    background: #fff !important;
    padding:20px 10px !important;
}

#mega-menu-menu-1 ul.mega-sub-menu > li.cust-menu-heading > a{
    text-align: left !Important;
    font-size:16px !important;
    color: #4A0D15 !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 5px !important;
    padding-top:0 !important;
    font-weight: 700 !important;
	margin-bottom:10px !important;
	letter-spacing: 0.08em !important;
}

#mega-menu-menu-1 ul.mega-sub-menu li > ul > li > a{
    text-align:
    left !Important;
    font-size:14px !important;
    font-weight:400 !important;
    color: #4A0D15 !important;
    line-height: 30px !important;
	transition:0.5s ease !Important;
}

#mega-menu-menu-1 ul.mega-sub-menu li > ul > li:hover > a{
	display: block !important;
    width: 100% !important;
    background: #ededed !important;
    padding-left: 15px !important;
    border-radius: 5px !important;
    transform: translateX(10px) !important;
}




#mega-menu-menu-1 ul.mega-sub-menu > li > a{
    border:0 !important;
}

ul#mega-menu-menu-1 > li > ul > li {
    padding: 0 10px !important;
}


#mega-menu-menu-1 ul.mega-sub-menu > li.cust-flex-menu > ul{
	display:flex !important;
	flex-wrap: wrap;
	align-items:center;
}

#mega-menu-menu-1 ul.mega-sub-menu > li.cust-flex-menu > ul > li{
	flex:0 0 33%;
	margin-bottom:5px !important;
}

#mega-menu-menu-1 ul.mega-sub-menu > li.cust-flex-menu > ul > li > a{
	display: inline-block !important;
    width: auto !important;
    padding-left: 0px !important;
}


body #mega-menu-menu-1 > li > ul > li .cust-menu-heading:hover > a.mega-menu-link {
    display: block !important;
    width: 100% !important;
    background: transparent !important;
    padding-left: unset !important;
    border-radius: unset !important;
    transform: unset !important;
}


#mega-menu-menu-1 > li > ul.mega-sub-menu > li:last-child {
    background: #ffd500 !important;
}

#mega-menu-menu-1 > li > ul.mega-sub-menu > li:last-child > ul > li > ul > li > a {
    text-transform:uppercase !Important;
    color: #4a0d15 !important;
    font-size:14px !important;
    font-weight:700 !Important;
}

#mega-menu-menu-1 > li > ul.mega-sub-menu > li:last-child > ul > li > ul{
	display: flex !important;
    width: 100%;
    padding: 0 20px !important;
    justify-content: space-between !important;
}

#mega-menu-menu-1 > li > ul.mega-sub-menu > li:last-child > ul > li > ul > li {
	display:inline-block !important;
	width:auto !important;
}

#mega-menu-menu-1 > li > ul.mega-sub-menu > li:last-child > ul > li > ul > li > a {
	display:inline-block !important;
}



.featured-products-warpper {
    display: flex;
    justify-content: space-between;
}

.featured-products-warpper > div {
    flex: 0 0 48%;
}

.featured-products-warpper .product-thumb img {
    width: 100%;
	height: 107px;
}

.featured-products-warpper .product-thumb {
    margin-bottom: 10px;
}

.featured-products-warpper span.product-title {
    font-size: 14px;
    font-family: 'Roboto';
}



@media(max-width:1024px){
	#mega-menu-menu-1 > li > ul.mega-sub-menu > li:last-child > ul > li > ul{
	display: flex !important;
    width: 100%;
    padding: 0 20px !important;
    justify-content: space-between !important;
	flex-direction:column !important;
}
}


@media(min-width:1024px){

	li.ss360-search-menu-item {
	    width: auto;
	    display: inline-block;
	    padding-left: 20px;
	}

}


@media only screen and (max-width: 640px) {

	section.delivery-info.py-4 {
	display:none;
	}
	
}

/* New CSS End */

/* 
nav.woocommerce-breadcrumb a:nth-child(3) {
    display: none;
    width:0 !important;
}

nav.woocommerce-breadcrumb > i:nth-child(2) {
    display: none;
     width:0 !important;
}

nav.woocommerce-breadcrumb > i:nth-child(4) {
    margin-left:-10px !important;
} */

/** Internal Links Scroll **/
#modules::-webkit-scrollbar{
    height: 10px;
    width: 4px;
}

/* Track */
#modules::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
#modules::-webkit-scrollbar-thumb {
  background: #4a0d15!important;
}

/* Handle on hover */
#modules::-webkit-scrollbar-thumb:hover {
  background: #ffd500!important;
}

#modules::-webkit-scrollbar-thumb:horizontal{
    background: #000;
    border-radius: 10px;
}

#links {
    width:100%;
    height: 55px;
    overflow: hidden;
	margin-top: 10px;
}
#modules {
    height:52px; /* 40px - more place for scrollbar, is hidden under parent box */
    white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
	-webkit-overflow-scrolling:touch;
}

#modules a.button.product_type_simple {
	color: #4a0d15;
    background: #ffd500;
}

#modules a.button.product_type_simple.current_page_item {
	background: #4a0d15;
    color: #ffd500;
}

@media only screen and (max-width: 640px){
  #modules {
    height: 52px; /* 40px - more place for scrollbar, is hidden under parent box */
    white-space:nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
	-webkit-overflow-scrolling:touch;
}
  #modules::-webkit-scrollbar{
    display:none;
}
}



/* new header styles */

 .new-header {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
    0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin-bottom: 35px;
}


.new-header > * {
  box-sizing: border-box;
}


.promotional-bar {
  --tw-text-opacity: 1;
  color: #000 !important;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.32rem 1rem;
  --tw-bg-opacity: 1;
  background-color: #fff6ca;
  column-gap: 0.2rem;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
}

.header-star-ico {
  color: #000;
  font-size: 19px;
}

.promotional-bar a {
    --tw-text-opacity: 1;
    color: #000 !important;
    text-decoration: none;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-bottom: 1px solid transparent;
    font-weight: 500 !important;
    font-size: 13px !important;
    transition: border-bottom 0.1s ease-in-out;
}
a.top-off {
    background: #000000;
    color: #ffffff !important;
}

.promotional-bar a:hover {
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 600px) {
  .promotional-bar {
    flex-direction: row;
    text-align: center;
    padding: 0 !important;
  }

/*  .promotional-bar > span {
    display: none;
  }*/

  .promotional-bar a {
    padding: 5px 0 4px 0;
  }
}

.new-header {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  background-color: #811626;
  margin-bottom: 0px!important;
}

#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner,
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before,
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  background-color: #ffd500 !important;
}


.header-container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1020px) {
  .header-container {
    flex-direction: row;
  }
}

.header-logo-wrapper {
  flex-shrink: 0;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before {
    background-color: #fff !important;
  }
}

.logo-img {
  width: 150px;
  height: auto;
  object-fit: contain;
  border-radius: 0.375rem;
}

.header-search-wrapper {
  width: 100%;
  margin-bottom: 1rem;
}

@media (min-width: 1020px) {
  .header-search-wrapper {
    width: 33.3333%;
    margin-bottom: 0;
  }
    .header-logo-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .header-search-wrapper {
    width: 25%;
  }
}

.search-section {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 0.8rem 1rem 0.8rem 2.5rem;
  font-size: 0.875rem;
  border: 1px solid #d1d5db;
  border-radius: 50px;
  outline: none;
}

/*.search-input:focus {
  box-shadow: 0 0 10px 2px #ffd500;
  border-color: #ffd500;
}
*/
.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-actions i {
    color: #fff;
}

.header-actions i.fa-2x {
    font-size: 1.2em !important;
}

.header-link {
  color: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  border-radius: 0.375rem;
  transition: color 0.3s ease;
  text-decoration: none;
}

.header-link:hover {
  color: #ffd500;
  text-decoration: none !important;
}
a.header-link.phone-link {
    background: #ffd500;
    padding: 8px 18px;
}a.header-link.phone-link:hover{
	background: #fff;
}
.icon-spacing {
  margin-right: 0.5rem;
}

.phone-number {
    font-weight: 500;
    font-size: 14px !important;
    color: #000;
}
a.header-link.phone-link i {
    font-size: 18px !important;
    color: #000 !important;
}

.basket-link {
  position: relative;
}

.basket-count {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffd500;
  color: #000;
  font-weight: bold;
  width: 20px;
  height: 20px;
  font-size: 0.75rem;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 9999px;
  transform: translate(25%, -25%);
}

.info-strip {
  background-color: #ececec;
  padding: 0.3rem 1rem 0 1rem;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.info-strip-container {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000;
  gap: 15px 45px;
  padding: 8px 0;
  font-size: 0.875rem;
}

.info-strip-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.55rem 0.8rem;
}

.info-strip-item a, .info-strip-item span {
    color: #000 !important;
}

.info-strip-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
  transition: color 0.3s ease;
}

.info-strip-link:hover {
  color: #4a0d15;
  text-decoration: none!important;
}

.info-strip-title {
  margin-top: 1rem;
}

.info-strip-desc {
  margin-top: 0;
  font-size: 0.75rem;
  color: #4b5563;
}

.common_header > nav.navbar .navbar-collapse {
  justify-content: center;
}

.common_header > nav.navbar > .container {
	max-width: 1500px;
	padding: 4px 0;
}

.common_header {
    transition: 0.6s!important;
    background-color: #811626;
}

.common_header_sticky 
{
    position: fixed!important;
    top: 0!important;
    z-index: 99999;
    width: 100%;
    left: 0;
    background: #811626;
    transition: 0.6s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item {
    border: none !important;
	box-shadow: none !important;
}

#mega-menu-wrap-max_mega_menu_2 ul.mega-menu > li {
    margin: 0px !important;
    margin-left: 9px!important;
    margin-right: 9px!important;
}

input#searchBox {
    padding: 10px 10px;
	background-image: none !important;
    border-radius: 5px !important;
    background: #ffffff !important;
}

@media screen and (max-width:1067px) {
  .new-header .navbar {
    margin-top: -5px;
    padding: 0 0 6px 0 !important;
    background: #801625;
  }
}

@media screen and (max-width:568px) {
  .phone-link .fa-phone {
    display: none !important;
  }
  .header-actions i.fa-2x {
    font-size: 1.8em !important;
  }
  span.phone-number {
    font-size: 1.3rem !important;
  }
  .header-actions {
    gap: 0.6rem !important;
  }
  .header-container {
    padding-bottom: 3px !important;
  }
  .new-header input#searchBox {
    padding: 7px 7px;
  }
  .new-header .logo-img {
    width: 185px;
  }
}

@media screen and (max-width:360px) {
  .phone-link .fa-phone {
    display: none !important;
  }
  .header-actions i.fa-2x {
    font-size: 1.4em !important;
  }
  span.phone-number {
    font-size: 1rem !important;
  }
  .header-actions {
    gap: 0.5rem !important;
  }
}

@media screen and (min-width:1068px) {

  ul#mega-menu-max_mega_menu_2 > li.mega-menu-item > ul.mega-sub-menu {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
    padding: 30px 50px !important;
  }

  .zk-mega-col-grid-elem > ul > li > a.mega-menu-link {
    margin-right: 40px !important;
    background: #ffd500 !important;
    margin-bottom: 10px !important;
    border-radius: 3px !important;
    text-align: center !important;
    padding: 3px 10px !important;
    transition: .1s linear !important;
  }

  .zk-mega-col-grid-elem > ul > li > a.mega-menu-link:hover {
      background: #e3c21b !important;
      font-weight: bold !important;
  }

  ul#mega-menu-max_mega_menu_2 > li.mega-menu-item > ul.mega-sub-menu > li > ul.mega-sub-menu {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    align-content: center !important;
    gap: 20px !important;
  }

  .zk-mega-col-grid-elem > ul > li > ul > li > a.mega-menu-link:hover {
    font-weight: bold !important;
    color: #7b1d27 !important;
  }

  .zk-mega-col-grid-elem-double > ul > li + li {
      margin-top: 20px !important;
  }

}

@media screen and (max-width:375px) {
    .promotional-bar a {
        padding: 0.2rem 0;
        font-size:13px;
    }
}

  /* new xd */

  @media screen and (max-width: 1067px) {

    .info-strip {
      padding: 0;
    }

    .info-strip-item > a {
      display: block;
    }


    .info-strip-container {
      flex-flow: row nowrap !important;
      gap: 10px !important;
      align-items: flex-start;
      padding: 6px 0 3px 0 !important;
    }

    .info-strip-item {
      padding: 0 0 !important;
    }

     .info-strip-item  .info-strip-title {
      font-size: 13px;
      margin: 4px 0 0 0 !important;
      display: block;
    }

    .info-strip-item .info-strip-desc {
      display: none;
    }

    .promotional-bar {
      padding: 0.1rem 1rem !important;
    }

  }

    @media screen and (max-width: 550px) {
      .info-strip-container {
        gap: 0 !important;
      }
      .info-strip-item  .info-strip-title {
        font-size: 10px;
        font-weight: 400;
      }
    }

    @media screen and (max-width: 400px) {
      .info-strip-item  .info-strip-title {
        font-size: 9px;
      }
    }

    @media screen and (max-width:1230px) {

      .info-strip-container {
        gap: 15px 0;
      }

    }



/*.blog-row{display: flex; flex-wrap: wrap; gap:36px; padding:16px 0 48px;}
.blog-row .left-part{width: calc(70% - 18px); box-sizing: border-box;}
.blog-row .right-part{width: calc(30% - 18px); box-sizing: border-box;}
.blog-row .right-part .sidebar-bg{background: #f6f6f6; padding: 16px;}
.blog-top-section .asp_w_container_2{padding-bottom: 24px;}
.blog-top-section #ajaxsearchpro2_1 .probox .proinput{font-family: 'Roboto', sans-serif;}
.blog-top-section #ajaxsearchpro2_1 .probox .promagnifier .asp_text_button{color: #FFFFE0;}
.blog-top-section #ajaxsearchpro2_1 .probox .promagnifier:hover{background-color: #4a0d15;}
.blog-top-section .rank-math-breadcrumb a{color: #4A0D15; text-decoration: none;}
.blog-top-section .rank-math-breadcrumb a:hover{color: #801625;}
#ajaxsearchprores2_1.vertical{background: rgb(128 22 37) !important;}
#ajaxsearchprores2_1 .asp_nores{background: #FFFFE0 !important;}
#ajaxsearchprores2_1 .asp_nores .asp_keyword{color: rgb(128 22 37) !important;}
#ajaxsearchprores2_1 .results .item .asp_content h3 a{color: rgb(128 22 37) !important;}
.blog-grid{display: flex; flex-wrap: wrap; flex-direction: column; row-gap: 32px;}
.blog-grid .blog-item{display: flex; flex-wrap: wrap; row-gap: 24px;}
.blog-grid .blog-item .post_image{width: 50%; box-sizing: border-box;}
.blog-grid .blog-item .post_image a{position: relative; padding-bottom:55%; display: block;}
.blog-grid .blog-item .post_image a img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.blog-grid .blog-item .post-info{width: 50%; box-sizing: border-box; padding-left: 16px;}
.blog-grid .blog-item .post-info h2{font-size: 20px;}
.blog-grid .blog-item .post-info p:last-child{margin: 0;}
.blog-grid .blog-item .post-info h2 a{color: #4A0D15; text-decoration: none;}
.blog-grid .blog-item .post-info h2 a:hover{color: #801625;}
.blog-top-section ul.blog-category-list{background-color: #FFFFE0; padding: 10px; display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; list-style: none; margin: 0 0 24px;}
.blog-top-section ul.blog-category-list li a{background-color: #efefef; padding: 4px 8px; display: inline-block; font-size: 18px; font-family: 'Roboto', sans-serif; font-weight: 400; color: #4A0D15; text-decoration: none; transition: 0.3s ease-in-out;}
.blog-top-section ul.blog-category-list li a:hover{background-color: #4A0D15; color: #FFFFE0;}
.blog-row .left-part .navigation .wp-paginate{display: flex; flex-wrap: wrap; justify-content: center; gap:8px; margin-top: 48px;}
.blog-row .left-part .navigation .wp-paginate li{line-height: 1; display: block;}
.blog-row .left-part .navigation .wp-paginate li span.title{display: none;}
.blog-row .left-part .navigation .wp-paginate li a,
.blog-row .left-part .navigation .wp-paginate li span{width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background-color: #efefef; color: #4A0D15; text-decoration: none; border: none; outline: none;}
.blog-row .left-part .navigation .wp-paginate li a:hover,
.blog-row .left-part .navigation .wp-paginate li span.current{background-color: #4A0D15; color: #FFFFE0;}
.blog-row .right-part .usp-section a{position: relative; padding-bottom:55%; display: block;}
.blog-row .right-part .usp-section a img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.popular-posts{padding-top: 16px;}
.popular-posts h3{text-align: left; font-size: 24px; margin-bottom: 20px;}
.popular-posts ul{padding: 0; margin: 0; display: flex; flex-wrap: wrap; flex-direction: column; row-gap: 16px;}
.popular-posts ul li{display: flex; flex-wrap: wrap;}
.popular-posts ul li .post-thumb{display: block; width: 80px;}
.popular-posts ul li .post-thumb a img{margin: 0; width: 100%;}
.popular-posts ul li .post-title{width: calc(100% - 80px); padding-left: 10px;}
.popular-posts ul li .post-title a{font-size: 16px; font-weight: 500; color: #4A0D15; line-height: 1.3; text-decoration: none;}
.popular-posts ul li .post-title a:hover{color: #801625;}

.singleblog-top-section h1.entry-title{background-color: transparent; text-align: left; background: none;}
.singleblog-top-section .entry-meta{padding-bottom: 10px; display: block;}
.singleblog-top-section .entry-meta a{color: #4A0D15; text-decoration: none;}
.singleblog-top-section .entry-meta a:hover{color: #801625;}
.single-post .blog-row .left-part a{color: #4A0D15; text-decoration: none;}
.single-post .blog-row .left-part a:hover{color: #801625;}
.blog-row .left-part .wpb-content-wrapper .vc_column-inner{padding: 0;}
.single-post .site-main .post-navigation{margin: 20px 0;}
.single-post .post-navigation .nav-links a{color: #4A0D15; text-decoration: none;}
.single-post .post-navigation .nav-links a:hover{color: #801625;}
.single-post .blog-row .left-part .popular-posts ul{display: grid; grid-template-columns: repeat(3, 1fr); gap:16px;}
.single-post .blog-row .left-part .popular-posts ul li .post-thumb{width: 100%;}
.single-post .blog-row .left-part .popular-posts ul li .post-thumb a:last-child;{position: relative; padding-bottom: 55%; display: block;}
.single-post .blog-row .left-part .popular-posts ul li .post-thumb a img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.single-post .blog-row .left-part .popular-posts ul li .post-title{padding-left: 0; width: 100%;}


@media screen and (max-width:1024px){
	.blog-row .left-part,
	.blog-row .right-part{width: 100%;}
	.blog-top-section ul.blog-category-list li a{font-size: 16px;}

}

@media screen and (max-width:767px){
	.blog-grid .blog-item .post_image{width: 100%;}
	.blog-grid .blog-item .post-info{width: 100%; padding-left: 0;}
	.blog-top-section ul.blog-category-list{gap: 8px;}

}*/


/* ========= blog redesign styles below ========= */

.blog-archive {
  padding: 20px;
  margin: 0;
}

.blog-archive__container {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-archive__layout {
  display: flex;
  align-items: flex-start;
  gap: 45px;
}

.blog-archive__main {
  flex: 2 1 0;
  min-width: 0;
}

.blog-archive__sidebar {
  flex: 1 1 0;
  min-width: 280px;
}

.blog-archive__item {
  display: flex;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #e7e7e7;
}

.blog-archive__image-link {
  display: block;
  flex: 0 0 280px;
  max-width: 100%;
}

.blog-archive__thumb {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  object-fit: cover;
}

.blog-archive__content {
  flex: 1 1 auto;
  min-width: 0;
}

.blog-archive__title {
  margin: 0 0 8px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.blog-archive__title-link {
  text-decoration: none;
}

.blog-archive__panel-body > p {
  margin: 10px 0;
}

.blog-archive__excerpt {
  margin: 0;
  color: #555;
  line-height: 1.5;
}

.blog-archive__panel {
  background: #f6f6f6;
  border-radius: 8px;
  padding: 22px 20px;
  margin-bottom: 32px;
}

.blog-archive__panel--popular {
  background: #ececec;
}

.popular-blogs__header {
  margin: 0 0 20px;
  font-size: 1.6em;
  text-align: center;
}

.popular-blogs__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.popular-blogs__item {
  display: flex;
  gap: 15px;
  align-items: center;
}

a.popular-blogs__image-link {
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  display: block;
}

h3.popular-blogs__title {
  font-size: 16px;
}

.popular-blogs__thumb {
  height: auto;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.blog-archive__pagination {
  margin: 40px 0 50px 0;
}

.blog-archive-top-section {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
}

.blog-archive-top-section__main-title {
  text-align: center;
  margin: 0 0 8px;
}

.blog-archive-top-section__title {
  text-align: center;
}

.blog-archive__pagination ul.page-numbers {
  list-style-type: none;
  display: flex !important;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 !important;
  gap: 10px;
  padding: 0 !important;
}

.blog-archive__pagination ul .page-numbers {
  padding: 8px 12px;
  margin: 0 4px 4px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-decoration: none;
}

.blog-archive__pagination .current {
  background: #222;
  color: #fff;
  border-color: #222;
}

@media (max-width: 1366px)
{
	#mega-menu-wrap-max_mega_menu_2 ul.mega-menu > li 
	{
    	margin: 0px !important;
    	margin-right: 5px!important;
    	margin-left: 5px!important;
	}
}

@media (max-width: 1200px) {
  .blog-archive__image-link {
    flex-basis: 240px;
  }
}

@media (max-width: 1024px) 
{
	.revwid-container 
	{
    	padding: 30px 0px 0 !important;
	}

	.revwid-container .revwid-box
	{
		padding: 18px !important;
	}

	.revwid-container .revwid-is-leave-feedback-button 
	{
    	padding-left: 12px !important;
    	padding-right: 12px !important;
	}

	.revwid-container p 
	{
    	height: auto !important;
	}
}

@media (max-width: 992px) {
  .blog-archive__layout {
    flex-direction: column;
  }

  .blog-archive__sidebar {
    min-width: 0;
    width: 100%;
    order: 2;
  }

  .blog-archive__main {
    order: 1;
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .blog-archive__item {
    flex-direction: column;
  }

  .revwid-container .revwid-horizontal-content
	{
		flex-wrap: wrap!important;
	}

	.revwid-is-horizontal-widget.revwid-container .revwid-review
	{
		flex: 100%!important;
		margin-right: 0px !important;
		margin-left: 0!important;
	}

  .blog-archive__image-link {
    flex-basis: auto;
    width: 100%;
  }

  .popular-blogs__item {
    gap: 8px;
  }
}

@media (max-width: 480px) {
  .blog-archive__title {
    font-size: 1.1rem;
  }

  .popular-blogs__thumb {
    width: 72px;
    height: 72px;
  }
}

.category-nav {
  width: 100%;
  margin: 30px 0 30px 0;
}

.category-nav__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem !important;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 9999px;
  text-decoration: none !important;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.95rem;
  line-height: 1.2;
  transition: all 0.1s ease-in-out;
}

.category-nav__link:hover {
  background: #eee;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
  text-decoration: none !important;
}

.category-nav__link:active {
  transform: translateY(1px);
}

.category-nav__link--active {
  border-color: #3b82f6;
  background: #eff6ff;
}

.category-nav__label {
  font-weight: 500;
  color: #111827;
}

.category-nav__count {
  font-size: 0.85em;
  margin-left: 0.35rem;
  color: #6b7280;
}

@media (min-width: 768px) {
  .category-nav__list {
    gap: 0.6rem 0.9rem;
  }
}

.z-post-info-and-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin: 20px 0 20px 0;
}

.z-post-info-and-search-bar .asp_w_container.asp_w_container_2.asp_w_container_2_1 {
  margin: 0 !important;
}

.zk-post-meta-box {
  border: 1px solid #eee;
  border-radius: 50px;
  padding: 10px 20px;
  background: #eee;
  margin: 0;
  min-width: 650px;
  width: fit-content;
  box-shadow: rgba(149, 157, 165, 0.1) 0px 2px 14px;
}

@media screen and (min-width: 601px) and (max-width: 992px) { 
  .zk-post-meta-box {
    min-width: 50%;
    border-radius: 5px;
  }
  .zkpmb-list {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 600px) {
  .zk-post-meta-box {
    min-width: auto;
    width: 100%;
    border-radius: 5px;
  }
  .z-post-info-and-search-bar {
    flex-wrap: wrap;
  }
  .zkpmb-list {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .z-post-info-and-search-bar {
    gap: 18px;
  }
  .z-extra-wrapper-single {
    padding: 0 15px;
  }
}

.asp_w_container_2 {
  margin-bottom: 20px;
}

body.single.single-post h1.entry-title {
  padding: 10px;
}

body.single.single-post .category-nav__list {
  gap: 0.5rem 0.5rem !important;
}

body.single.single-post .category-nav__link {
  font-size: 0.8rem !important;
  padding: 0.5rem 0.4rem !important;
}

.zkpmb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
  align-items: center;
}

.zkpmb-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.35;
  color: #333;
  white-space: nowrap;
}

.zkpmb-item .zkpmb-label {
  font-weight: 600;
}

.zkpmb-ico {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
  opacity: 0.75;
}

.zkpmb-ico-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.zkpmb-author-link {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.zkpmb-author-link:hover,
.zkpmb-author-link:focus {
  border-bottom-color: currentColor;
}

@media (max-width: 560px) {
  .zkpmb-item {
    white-space: normal;
  }
}

.single-post-related-blogs .popular-blogs {
  margin: 50px auto 40px auto;
  max-width: 1000px;
}

.single-post-related-blogs .popular-blogs__header {
  margin: 0 0 20px;
  font-size: 1.6em;
  text-align: center;
}

.single-post-related-blogs .popular-blogs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.single-post-related-blogs .popular-blogs__item {
  flex: 0 1 calc(33.333% - 12px);
  display: flex;
  flex-direction: column;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 12px;
  background: #fff;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.single-post-related-blogs .popular-blogs__image-link {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 10px;
}

.single-post-related-blogs .popular-blogs__thumb {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.single-post-related-blogs .popular-blogs__title {
  margin: 0;
  font-size: 16px;
  line-height: 1.35;
  text-align: center;
  font-weight: 700;
}

.single-post-related-blogs a.popular-blogs__image-link {
  max-width: 250px !important;
}
.single-post-related-blogs .popular-blogs__title-link {
  text-decoration: none;
  color: #008000;
  border-bottom: 1px solid transparent;
}

.single-post-related-blogs .popular-blogs__title-link:hover,
.single-post-related-blogs .popular-blogs__title-link:focus {
  border-bottom-color: currentColor;
}

.single-post-related-blogs .popular-blogs__item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transform: translateY(-2px);
}

@media (max-width: 640px) {
  .single-post-related-blogs .popular-blogs__item {
    flex-basis: 100%;
  }
}

#panel-reviews div#comments {
    margin-bottom: 20px;
}

#panel-reviews .woocommerce-Reviews-title {
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
    margin: 0 auto 20px auto;
    text-align: center;
    border: 2px solid #000;
    width: fit-content;
    max-width: 800px;
    border-radius: 3px;
    padding: 10px 20px;
}

#panel-reviews .commentlist {
    padding-left: 0;
    max-width: 1000px;
    margin: 0 auto !important;
}

#panel-reviews .commentlist li {
    background: #fff !important;
    padding: 10px !important;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
    border: 1px solid #eee;
}

#panel-reviews .commentlist li img.avatar {
    top: 10px !important;
    left: 10px !important;
}

#panel-reviews .comment-form {
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 20px;
    width: 100%;
    max-width: 700px;
    border: 1px solid #eee;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
}

#panel-reviews .comment-reply-title {
    text-align: center;
    display: block;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 4px 12px;
    border: 1px solid #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    padding: 10px;
    max-width: 700px;
    font-size: 1.2em;
    color: #000;
    font-weight: 500;
    background: #efefef;
    margin: 0 auto;
}

#panel-reviews .form-submit {
    text-align: center;
}

#panel-reviews .comment-form-rating label,
#panel-reviews .comment-form-rating p {
    margin: 0 !important;
}

#panel-reviews .comment-form-rating {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
    margin-bottom: 12px;
    align-content: center;
    align-items: center;
}

#panel-reviews .comment-form-rating p.stars {
    margin-bottom: -4px !important;
}


