/*!
Theme Name: Tapestry decor
Theme URI: http://underscores.me/
Author: Tapestry Decor
Author URI: https://www.tapestrydecor.com/
Description: Custom WordPress theme for Tapestry Decor
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: httpswww-tapestrydecor-com
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.

Tapestry decor 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%;
	  scroll-behavior: smooth;
}

/* 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;
}
p {
color: #575651;
}
/**
 * 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: #000;
}

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

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

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
/*--------------------------------------------------------------
# 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;
}

.product-design-border {
    border: 1px solid #D9D9D9;
    padding: 30px;
    background: #fff;
    display: flex;
    gap: 40px;
    width: 100%;
}
/* 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;
}

/* -------Home page blog section css----- */
.journal .card h3 a {
    font-size: 20px;
    margin: 15px 0 10px;
    color: #333;
    text-decoration: none;
}
/* -------Home page blog section css----- */


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
}
.post, .page {
    margin: 0 0 0;
}
/* @font-face {
  font-family: 'Ranade';
  src: url('./fonts/Ranade-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
 */
h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Ranade';	
}
body, p, li{
	font-family: 'ranade-regular';	
}
.pb-3 {
  padding: 20px 0px;
}

.pb-4 {
  padding: 50px 0px;
}

.mb-3 {
  margin-bottom: 20px !important;
}

.main-heading {color: #2B260A;
  font-size: 45px;
	margin:0px;
}

.sub-heading {
  font-size: 15px;
  color: #575651;
}

.w-100 {
  width: 100%;
}
.mobile-view{
	display:none;
}


/*header-css*/

.navbar .navbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 10px 20px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}



.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-left a,
.nav-right a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 400;
	
}

.nav-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.nav-center span a{
    font-size: 28px;
    font-weight: 500;
    text-decoration: none;	
    color: black;
    font-family: 'Ranade';	
}
.icons span {
  margin-left: 10px;
  cursor: pointer;
}
.nav-right .icons a img {
    width: 40px;
}
.nav-right .icons a {
    margin-left: 9px;
}
.menu-toggle {
  display: none;
  font-size: 22px;
  cursor: pointer;
}
.navbar .icons {
    gap: 5px;
}
a.header-cart {
    position: relative;
}

a.header-cart span.cart-count {
    position: absolute;
    background: #ffea63;
    color: black;
	font-size: 11px;
    line-height: 17px;
    right: -10px;
    top: -6px;
    padding: 3px;
    border-radius: 50px;
    font-weight: bold;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Mega Menu */
a.menu-shop {
    position: relative;
}
a.menu-shop:after {
    content: '';
    border: solid #0000008c;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: relative;
    left: 6px;
    top: -3px;
}


.mega-menu-main{
 	background: white;
    border-radius: 10px;
    color: black;
    overflow: hidden;	
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;		
 display:none; 
}
.mega-menu-main.active{
    display:block;
    animation: megaFade .35s ease forwards;
}
.mega-menu-wrapper {
    padding: 20px;
	opacity:0;
    transform:translateY(25px);	
}
.mega-menu-main.active .mega-menu-wrapper{
    opacity:1;
    transform:translateY(0);
    transition:.35s ease;
}
@keyframes megaFade{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}
.mega-menu-wrapper h3 {
    text-align: center;
    font-size: 26px;
}

.mega-menu-wrapper p {
    text-align: center;
    max-width: 940px;
    margin: 0 auto;
}
.mega-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 30px 15px 0;
}
.mega-bottom-bar {
    background: #FFEA63;
    color: black;
    padding: 10px;
    text-align: center;
}
.mega-bottom-bar p {
    color: black;
    font-style: italic;
}
.mega-menu .menu-item-has-children {
    flex: 0 0 25%;
}
.mega-menu .menu-item-has-children ul.sub-menu {
    list-style: none;
    margin: 5px 0 20px;
    padding-right: 20px;
}
.mega-menu a {
    text-decoration: none;
}
.mega-menu .menu-item-has-children>a {
    color: black;
    font-family: 'Ranade';
    pointer-events: none;
}
.mega-menu .menu-item-has-children ul.sub-menu a {
    font-size: 14px;
    color: #00000080;
}
.mega-menu .menu-item-has-children ul.sub-menu li {
    border-bottom: 1px solid #00000026;
    padding: 6px 0;
}

@media (max-width: 768px) {
	.mobile-view{
		display:block;
	}
	.desktop-view{
		display:none;
	}	
	.navbar .icons img {
		width: 35px;
	}
	.navbar .icons {
		margin: 0;
	}
	span.mobile-toggle {
		font-weight: bold;
		font-size: 24px;
		font-family: 'Ranade';
	}
	header.navbar.mobile-view {
		position: sticky;
		top: 0;
		background: #fff;
		z-index: 999;
		padding: 7px 15px 7px 10px;
		border-bottom:1px solid #eee;
	}
	.mobile-header-bar{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	.mobile-menu{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100vh;
		background:#fff;
		z-index:99999;
		transform:translateX(-100%);
		transition:.4s ease;
		overflow:hidden;
	}
	.mobile-menu.active{
		transform:translateX(0);
	}
	.mobile-menu-screen{
		position:absolute;
		width:100%;
		height:100%;
		top:0;
		left:0;
		padding: 20px;
		overflow:auto;
		transition:.35s;
	    display: none;	
	}
	.mobile-menu.active .mobile-menu-screen{
		display:block;
	}
	.mega-screen{
		left:100%;
	}
	.mobile-menu.show-mega .mega-screen{
		left:0;
	}
	.mobile-menu.show-mega .main-screen{
		left:-100%;
	}
	.mobile-menu a{
		display:block;
		padding:18px 0;
		border-bottom:1px solid #f1f1f1;
		text-decoration:none;
		color:#000;
	}
	.mobile-close{
		left:auto !important;
		right:10px;
	}
	.mobile-close,
	.mobile-back{
		position:absolute;
		top:15px;
		left:15px;
		font-size:18px;
		cursor:pointer;
	}
    .mega-menu-main {
        display: block;
        box-shadow: none;
    }
	.mega-menu-main .mega-menu-wrapper {
		opacity: 1;
		transform: none;
		padding: 30px 0 10px;
	}
	.mega-menu .menu-item-has-children {
		flex: 0 0 100%;
	}
	.mega-menu .menu-item-has-children>a {
		border: none;
		padding-bottom: 0;
	}
	.mega-menu {
		padding: 20px 0;
	}
	.mega-menu .menu-item-has-children a {
		padding: 10px 0;
	}
	.mega-menu .menu-item-has-children ul.sub-menu {
		padding: 4px 5px;
	}
	.mega-menu .menu-item-has-children ul.sub-menu a {
		border-bottom: none;
	}
}

/*header-css*/

 .top { 
   background: url('https://www.tapestrydecor.com/wp-content/uploads/2026/05/Mask-group.png') no-repeat center/cover;
   display: flex;
   align-items: center;
   height: 90vh;
}
.hero{
   position: relative;
   width: 100%;
 }
.hero-content {
  position: relative;
  color: #fff;
  max-width: 600px;
  z-index: 2;
}
.hero h1 {
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}
.hero h2 {
    font-size: 52px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.hero p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #ddd;
}
.hero-buttons {
  display: flex;
  gap: 15px;
}

.btn {
  padding: 18px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: 0.3s;
  font-family: 'Ranade';
}

.btn-white {
  background: #fff;
  color: #000;
 text-decoration: none;
}

.btn-white:hover {
  background: #ddd;
}

.btn-yellow {
  background: #FFEA63;
  color: #000;
}

.btn-yellow:hover {
  background: #e6c93f;
}

/*hero-section*/

/* GRID */
.grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

/* CARD */
.category .card {
  display: flex;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}

.card-ineer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.iconsection h2 {
    font-size: 20px;
}
.iconsection h2 {
    font-size: 20px;
}
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.center {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

/* Overlay */
.category .card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
}

/* Text */
.category .card h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-size: 16px;
  z-index: 2;
}

/* Hover */
.card:hover img {
  transform: scale(1.05);
}

/* Layout matching your design */
.big {
  grid-row: span 2;
}

.wide {
  grid-column: span 2;
}


/*shop*/



.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.row .block {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.block img {
  width: 70px;
}

.iconsection {
  padding: 20px 0px;
}

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



.Designblock1 p.sub-heading {
  font-size: 20px;
}
.timeless-section {
    padding: 70px 0 40px;
}

/* CARDS */
.info-card {
  position: relative;

  background: #fff;
  border-radius: 16px;
  padding: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  text-align: left;
}

.info-card h2 {
  font-size: 32px;
  margin: 10px 0 5px;
  font-weight: 700;
}

.info-card p {
  font-size: 14px;
  color: #666;
}

/* IMAGE INSIDE CARD */
.card-img {
  border-radius: 10px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  display: block;
}

.product-carousel {
    position: relative;
    overflow: hidden;	
    padding: 10px 0 50px;
}
.carousel-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.product-carousel .container {
    position: relative;
    padding: 0 50px;
}
.product-card {
    flex: 0 0 25%;
    position: relative;
}
.carousel-wrapper::-webkit-scrollbar {
  display: none;
}

.product-img img {
    width: 100%;
    border-radius: 12px;
    height: 350px;
}
.product-card a {
    color: black;
    text-decoration: none;
}
.product-img img {
  width: 100%;
  border-radius: 12px;
}

/* icon */
.icon {
  position: absolute;
  top: 10px;
  left: 10px;
  background: white;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card h3 {
    font-size: 18px;
    margin: 0px;
    color: #2B260A;
}
.product-img span.icon img {
    width: 10px;
}
/* text */
.category {
  font-size: 13px;
  color: #777;
  margin-top: 10px;
}

h3 {
  font-size: 16px;
  margin: 5px 0;
}

.price {
  display: flex;
  gap: 10px;
  align-items: center;	
 font-weight: bold;	
}

.old {
    text-decoration: line-through;
    color: gray;
    font-size: 16px;
}

/* arrows */
.btn-nav {
  position: absolute;
  top: 55%;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: white;
  cursor: pointer;
    font-size: 0;	
}
span.gold {
    color: gold;
}
.prev { left: -10px; }
.next { right: -10px; }
.btn-nav:before {
    content: '‹';
    font-size: 49px;
    font-weight: 200;
    top: -21px;
    position: relative;
}

button.btn-nav.next:before {
    content: '›';
}
/* Tabs */
.tab-product .tabs {
  display: flex;
  border: 1px solid #ddd;
  margin: 25px 0;
}

.tab-btn {
  flex: 1;
  padding: 15px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}

.tab-btn.active {
  background: #eee;
  font-weight: bold;
}

/* Grid */
.tab-product .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* Card */
.tab-product .card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.tab-product .card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover Zoom */
.tab-product .card:hover img {
  transform: scale(1.08);
}

.tab-product .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    transform: translateY(100%);
    transition: 0.4s;
    text-align: center;
    z-index: 1;
}
.tab-product .overlay p {
    color: white;
}
.tab-product .card:hover .overlay {
  transform: translateY(0);
}

.overlay span {
  text-decoration: line-through;
  font-size: 14px;
  margin-left: 10px;
  opacity: 0.7;
}

/* Tabs content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
.hd-head .main-heading, .hd-head .sub-heading {
    width: 50%;
}

.iconsection2 .block {
    flex-direction: column;
    align-items: start;
    gap: 13px;
}
.review {
    font-size: 20px;
}
.rivewss .main-heading {
    width: auto;
}
.iconsection2 .sub-heading {
    font-size: 16px;
    color: #000;
}
.iconsection2 p {
    font-size: 15px;
    color: #575651;
}
.iconsection2 .block img {
    width: 44px;
}


.testimonials {
    padding: 40px 0 70px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.row.hd-head {
    margin-bottom: 0;
}
.testimonials .card {
  position: relative;

  border-radius: 6px;
}

.testimonials .card img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}

.testimonials .card:hover img {
  transform: scale(1.05);
}

.testimonials .overlay {    z-index: 1;

  position: absolute;
  bottom: 0;
      right: 0;
  width: 85%;
  background: rgba(60, 40, 30, 0.85);
  color: #fff;
  padding: 20px;
  backdrop-filter: blur(6px);
}

.testimonials .overlay::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: 0;
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color: rgba(60, 40, 30, 0.85) transparent transparent transparent;
}

.testimonials .overlay p {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 10px;
	color:white;
}

.testimonials .overlay h4 {
  font-weight: normal;
  font-size: 18px;
}


.tapestry-section {
    position: relative;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2026/05/tarty-scaled.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* Background Text */
.bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30vh;
  color: rgba(0,0,0,0.05);
  white-space: nowrap;
  z-index: 0;
}

/* Main Content */
.content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  z-index: 2;
}

/* Image Box */
.image-box {
  border: 3px solid #2196f3;
  padding: 5px;
  background: white;
}

.image-box img {
  width: 350px;
  max-width: 100%;
  display: block;
}

/* Labels */
.label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444;
  font-size: 14px;
}

.label .line {
  width: 80px;
  height: 1px;
  background: #aaa;
}

.label .dot {
  width: 8px;
  height: 8px;
  background: gold;
  border-radius: 50%;
}

/* Align left/right */
.label.left {
  justify-content: flex-end;
}

.label.right {
  justify-content: flex-start;
}

/* 🔥 Responsive */
@media (max-width: 768px) {
  .content {
    flex-direction: column;
    gap: 20px;
  }

  .bg-text {
    font-size: 60px;
  }

  .label {
    justify-content: center;
  }

  .label .line {
    width: 40px;
  }
}



/* Section */
.journal {
  padding: 60px 20px 20px;
  text-align: center;

}



/* Grid */
.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.journal .card {
  text-align: center;
}

.journal .card-img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.journal .card-img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* Tag */
.journal .tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  z-index: 1;
}

/* Meta (date + author) */
.journal .meta {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(0,0,0,0.5);
  padding: 4px 8px;
  border-radius: 4px;
z-index: 1;
}

/* Text */
.journal .card h3 {
  font-size: 20px;
  margin: 15px 0 10px;
  color: #333;
}

.journal .card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Button */
.journal .card button {
  background: #FFEA63;
  border: none;
  padding: 10px 18px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.journal .card button:hover {
  background: #d4b63f;
}

/* 🔥 Responsive */
@media (max-width: 992px) {
  .journal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .journal-grid {
    grid-template-columns: 1fr;
  }

  .journal-title {
    font-size: 26px;
  }
}



/* Footer */
.footer {
    color: #ddd;
    padding: 60px 20px;
    background-image: url(/wp-content/uploads/2026/05/footerbaner-scaled.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.footer-grid{
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 40px;	
}
/* Left */
.footer-left h2 {
  font-size: 42px;
  color: #fff;
}

.footer-left p {
  margin: 15px 0;
  line-height: 1.6;
  max-width: 400px;
    color: white;	
}
.footer .social img {
    width: 30px;
}
.footer .social {
    gap: 10px;
    margin: 50px 0 10px;
}
.footer-links .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
p.copyright {
    font-size: 12px;
}
/* Payments */
.payments span {
  font-size: 12px;
  letter-spacing: 1px;
}

.icons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.payments .icons img {
    width: 20px;
}
/* Social */
.social {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  font-size: 14px;
  cursor: pointer;
}

.social i:hover {
  color: #fff;
}

/* Links */
.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  border-left: 1px solid rgba(255,255,255,0.1);
  padding-left: 30px;
}

.col h4 {
  margin-bottom: 15px;
  color: #fff;
}

.col a {
  display: block;
  text-decoration: none;
  color: #bbb;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.col a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Copyright */
.footer-left .copyright {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.6;
}

/* Responsive */
@media (max-width: 900px) {
	.nav-right.show {
    top: 192px;
}
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-template-columns: repeat(2, 1fr);
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 500px) {
  .footer-links {
    grid-template-columns: 1fr;
  }

  .footer-left h2 {
    font-size: 32px;
  }
}
/*footer*/


.herocontent{overflow:hidden;
      position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0px auto;
    left: 0px;
    right: 0;
	justify-content:space-between;
}



p {
    margin: 0px;
}

/* SECTION */
.subscribe-section {
    color: #fff;
    border-radius: 8px;
    padding: 60px 30px;
	  margin: 60px 0px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    background-image: url(/wp-content/uploads/2026/05/subscribe.png);
    background-size: cover;
    background-position: right;
}

/* LEFT TEXT */
.subscribe-section .left {
  width:60%;
}

.left .tag {
  color: #FFEA63;
  font-size: 14px;
  margin-bottom: 10px;
}

.left h2 {
  font-size: 28px;
  margin-bottom: 10px;
}

.left p {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
}

/* RIGHT FORM */
.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width:35%;
}

.input-box {
  display: flex;
  align-items: center;
  border: 1px solid #777;
  padding: 10px;
  border-radius: 4px;
}

.input-box input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  width: 100%;
}

.input-box input::placeholder {
  color: #aaa;
}
.subscribe-section .left p i {
    color: #FFEA63;
}
button {
  background: #FFEA63;
  border: none;
  padding: 12px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.3s;
}

button:hover {
  background: #e6c85c;
}

section.container-full.pb-3.tab-product {
    margin-bottom: 50px;
}
/* Carousel container */
.myVerticalCarousel {
  width: 350px;
  height: 100%;

}

/* Slide card */
.sliding-section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliding-section .swiper-slide{
	margin-bottom: 0px !important;
	height: auto !important;
}
.myVerticalCarousel .card {
  width: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  margin-bottom:20px;
	padding:15px;
}

.myVerticalCarousel .card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.card-content {
  padding: 15px 0;
}

.meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}

.title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.price {
    font-size: 16px;
    font-family: 'Ranade';
    color: #00000075;
}
.old-price {
  font-size: 14px;
  color: #aaa;
  text-decoration: line-through;
  margin-left: 8px;
}
.your-image-section .main-heading {
    line-height: 1.2;
}
.your-image-section .sub-heading {
    font-size: 24px;
    padding: 10px 0 20px;
}
.your-image-content {
    padding-left: 20px;
}
.iconsection2 {
    padding-bottom: 40px;
}
.sliding-second-section {
    margin-top: 40px;
}
section.sliding-section:before {
  display:none;
}
section.hero.sliding-section {
    min-height: auto;
    background: no-repeat;
    padding: 0;
}	

/* Home page shop category anchor tag css */
.card {
  position: relative;
}
.card-link {
  position: absolute;
  inset: 0; 
  z-index: 2;
  text-indent: -9999px; 
}

.card img,
.card h3 {
  position: relative;
  z-index: 1;
}
a.btn.btn-yellow {
    color: #000;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    transition: 0.3s;
    font-weight: 500;
}

.archive .page-banner,
.product-template-default .page-banner,
.page-template-new-shop .page-banner{
    height: 350px;
}
.archive .page-banner-content,
.product-template-default .page-banner-content{
 max-width: 1000px;	
}
/* Hero banner for all pages */
.page-banner {
    padding: 110px 0 64px;
     height: 550px;
 	 display: flex;
    align-items: center;	
}
.page-banner-content {
    text-align: center;
    position: relative;
    color: #fff;
    max-width: 600px;
    z-index: 2;
    margin: 0 auto;
}

.page-banner-content h1 {
      font-size: 52px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 600;
}
.page-banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}


/* Cart Page*/
.wc-block-cart__submit-button {
    background: #FFEA63;
    text-decoration: none;
    color: black;
}
@media (min-width: 992px) {
	.woocommerce-cart main#primary,
	.woocommerce-checkout main#primary,
	.woocommerce-account main#primary{
		padding: 60px 0;
	}
	
	.icons.lefticon {
		display: none;
	}
	.Designblock2 {
		width: 50%;
	}
	.row {    margin: 20px 0px;
		gap: 1rem;
	}
	.left-card {
		left: 67px;
		bottom: 115px;
	}
	.right-card {
		right: 70px;
		top: 90px;
	}
	.Designblock1 {
		width: 25%;
	}
	header.navbar {
		position: fixed;
		top: 20px;
		z-index: 9;
		width: 100%;
	}
	.container {
/* 		width: 1240px; */
        width: 1440px;
		margin: 0px auto;
	}
	.w-50{
		width: 50%;
	}

}
@media (max-width: 992px) {
	
	.container-full {
		padding: 30px 15px;
	}
	.woocommerce-tabs.wc-tabs-wrapper,
section.related.products{
    padding: 0 15px;
}
	body .mb-3 {
		margin-bottom: 10px !important;
	}	
	.hero h1 {
		font-size: 32px;
		margin-bottom: 10px;
	}
	.hero p {
		font-size: 16px;
		margin-bottom: 20px;
	}	
	.main-heading {
		font-size: 24px;
		text-align: center;
		width: 100%;
	}
	.category .row.pb-3 {
		flex-direction: column;
		align-items: flex-start; 
		gap: 10px;
		padding-top: 0;		 
	}
	.product-carousel .row.pb-3 .btn,
	.category .row.pb-3 .btn{
		width: 100%;
		text-align: center;
		display: none;
	}
	.hero {
		height: auto;
		padding: 60px 20px;
	}

	.hero-content {
		margin-left: 0;
		max-width: 100%;
	}

	.hero h2 {
		font-size: 32px;
	}

	.hero-buttons {
		flex-direction: column;
		width: 100%;
	}

	.btn {
        width: auto;
        text-align: center;
        padding: 15px 15px;
    }
	.info-card {
		text-align: center;
	}	
	.iconsection .row {
		flex-wrap: wrap;
		gap: 1rem;
		align-items: start;
		justify-content: center;
	}
	.row .block {
		gap: 15px;
		flex-direction: column;
		text-align: center;
	}	
	.iconsection .row .block {
		flex: 0 0 46.6%;
	}	
	.block img {
		width: 60px;
	}
	.iconsection h2 br {
		display: none;
	}
	.iconsection h2 {
		font-size: 14px;
		max-width: 120px;
	}

	.grid {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto;
	}
	.grid {
		flex-wrap: wrap;
	}
	.timeless-section .row {
		flex-direction: column;
		gap: 20px;
	}

	.timeless-section .row p.sub-heading {
		padding: 20px;
		text-align: center;
	}	
	.timeless-section p.text-center.sub-heading br {
		display: none;
	}
	.product-carousel .row.pb-3 {
		gap: 10px;
	}
	.tab-btn {
		padding: 15px 10px;
		font-size: 14px;
	}
	.row.hd-head {
		flex-direction: column;
		text-align: center;
	}

	.hd-head .main-heading, .hd-head .sub-heading {
		width: 100%;
	}	

	.sliding-section	.container.herocontent {
		position: relative;
		display: block;
	}

	section.hero.sliding-section {
		padding: 0;
		display: block;
		padding: 0;
		margin-top: 0px;	
	}
	.sliding-section .container.herocontent .hero-content {
		color: black;
		margin-bottom: 30px;
	}
	.sliding-section .container.herocontent p {
		color: black;
		font-size: 16px;	
	}
	.your-image-section .main-heading {
		text-align: left;
	}	
	.iconsection2 .row {
		flex-direction: column;
		align-items: flex-start;
	}

	.iconsection2 .row .block {
		text-align: left;
		margin-bottom: 30px;
	}
	.tab-product .grid {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
	}	
	.tab-product .card {
		flex: 0 0 70%;
	}
	.tapestry-section {
		padding: 10px 15px;
	}	
	section.container-full.pb-3.tab-product {
		margin-bottom: 20px;
	}
	.your-image-section .row {
		flex-direction: column;
	}

	.your-image-content {
		width: 100%;	
		padding: 10px 0;
	}

	.fav-image-content {
		margin: 20px 0;
	}
	.review {
		display: flex;
		font-size: 16px;
	}
	.your-image-section .row.imagebox {
		flex-direction: row;
		gap: 5px;
	}

	.your-image-section .row.imagebox img.w-50 {
		width: 50%;
	}	
	.subscribe-section {
		flex-direction: column;
		align-items: flex-start;
		padding: 20px;
		margin: 0;
	}
	.subscribe-section .left {
		width: 100%;
	}
	.left h2 {
		font-size: 22px;
	}

	.form {
		width: 100%;
	}	
	.journal {
		padding: 10px 15px;
		text-align: center;
	}
	.testimonials {
		grid-template-columns: 1fr;
		padding-bottom: 20px;	
	}

	.testimonials .card img {
		height: 350px;
	}	
	section.hero.sliding-section .w-100 {
		display: none !important;
	}
	.page-banner {
		padding: 20px 15px;
		height: auto;
		min-height: 30vh;
		justify-content: center;
	}
	.archive .page-banner,
	.product-template-default .page-banner,
	.page-template-new-shop .page-banner {
		min-height: 30vh;
	}
	.page-banner-content h1 {
		font-size: 32px;
		margin: 10px;
	}
	.page-banner-content p {
		font-size: 16px;
	}	
	.container.herocontent {
		padding: 20px;
	}
	.card.big {
		height: 230px;
		width: 100%;
	}
	.product-carousel .container {
		padding: 0;
	}
	.btn-nav {
		z-index: 2;
	}
	.product-card {
		flex: 0 0 85%;
	}
	.tab-product .card img {
		height: 300px;
	}
	.footer-links {
		grid-template-columns: repeat(4, 1fr);
	}
	.sliding-second-section .container.herocontent {
		flex-direction: column-reverse;
		display: flex;
	}
	.nav-right .icons {
		display: none;
	}
	.icons.lefticon img {
		width: 35px;
	}
	.nav-center span a{
		font-size: 22px !important;
	}
	section.hero.sliding-section {
		display: block;
	}
	.myVerticalCarousel {
		height: auto !important;
		width: 100% !important;
	}
	.myVerticalCarousel .swiper-wrapper {
		flex-direction: row !important;
		display: flex;		
	}
	.myVerticalCarousel .swiper-slide {
		height: auto !important;
		width: 100% !important;
		flex: 0 0 80%;
	}
	.footer-links {
		grid-template-columns: 1fr;
		gap: 15px;
	}
	.footer-links .col {
		border-bottom: 1px solid #eee;
		padding-bottom: 10px;
	}
	.footer-links .links {
		max-height: 0;
		overflow: hidden;
		transition: 0.3s ease;
	}
	.footer-links .col.active .links {
		max-height: 300px; /* enough height */
	}
	.footer-links h4 {
		cursor: pointer;
		position: relative;
		padding-right: 20px;
	}
	.footer-links h4::after {
		content: "+";
		position: absolute;
		right: 0;
	}
	.footer-links .col.active h4::after {
		content: "-";
	}
}

@media(min-width:567px) and (max-width:991px){

	.iconsection2 .row {
		flex-wrap: wrap !important;
		flex-direction: unset;
	}
	.iconsection2 .row .block {
		width: 48%;
	}
	.myVerticalCarousel {
		width: 100%;
		height: 500px;
		overflow: hidden;
		margin: 30px auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sliding-second-section .container.herocontent {
		flex-direction: column-reverse;
		display: flex;
	}
}



@media(max-width:768px){
    .single-product div.product {
        flex-direction: column !important;
    }
.product-single {
    padding: 20px 0 !important;
}
	body.single-product .woocommerce-product-gallery,
	body.single-product .summary {
		width: 100% !important;
	}
	body .product-design-border {
		flex-direction: column;
		padding: 10px;	
		gap: 0px;	
	}
.single-product .woocommerce-product-gallery {
    margin-bottom: 20px !important;
}	
.woocommerce div.product div.images.woocommerce-product-gallery {
    gap: 0 !important;
}
 body.single-product .woo-swatch {
    min-width: auto;
    padding: 2px 10px;
    font-size: 13px;
    height: auto;
}
 body.single-product table.variations th.label {
    font-size: 12px;
    margin-bottom: 3px;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
}	
}


/* WooCommerce Single Product Thumbnails Left Side */

.single-product div.product div.images {

    display: flex;

    flex-direction: row-reverse;

    gap: 20px;

    align-items: flex-start;

}

/* Main Image */

.single-product div.product div.images .woocommerce-product-gallery__wrapper {

    flex: 1;

}

/* Thumbnail Column */

.single-product .flex-control-thumbs,

.single-product ol.flex-control-nav.flex-control-thumbs {

    width: 400px;

    display: flex !important;

    flex-direction: column;

    gap: 12px;

    margin: 0 !important;

    padding: 0 !important;

    justify-content: center;

    align-items: center;

    text-align: center;

}

/* Thumbnail Items */

.single-product .flex-control-thumbs li {

    width: 100% !important;

    float: none !important;

    list-style: none;

}

.single-product .flex-control-thumbs img {

    width: 100%;

    border-radius: 0;

    cursor: pointer;

    border: 1px solid #ddd;

    opacity: unset;

}

/* Mobile */

@media (max-width: 767px) {

    .single-product div.product div.images {

        flex-direction: column;

    }

    .single-product .flex-control-thumbs,

    .single-product ol.flex-control-nav.flex-control-thumbs {

        width: 100%;

        flex-direction: row;

        overflow-x: auto;

    }

    .single-product .flex-control-thumbs li {

        width: 70px !important;

        min-width: 70px;

    }

}
/* HIDE ORIGINAL DROPDOWN */
table.variations select{
    display:none !important;
}

/* ROW */
table.variations tr{
/*     display:flex; */
    align-items:flex-start;
    margin-bottom:18px;
}

/* LABEL */
table.variations th.label{
    min-width:80px;
    padding-top:12px;
}
table.variations th.label label {
    font-size: 14px;
    color: #54433D;
    text-transform: uppercase;
}
.reset_variations {
    margin-top: 0;
}
.single-product .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
    line-height: 35px ;
}
.woocommerce-product-details__short-description p {
    color: #000;
    font-size: 16px;
}
.product_title.entry-title {
    color: #000;
    font-size: 20px;
}
/* VALUE */
table.variations td.value{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
}

/* SWATCH WRAPPER */
.woo-swatches{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}

/* SWATCH */
.woo-swatch{
    min-width:90px;
    height:42px;
    border:1px solid #d7d7d7;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 16px;
    cursor:pointer;
    transition:.3s;
    border-radius:4px;
    font-size:15px;
}

/* ACTIVE */
.woo-swatch.active{
    background:#f4dd4f;
    border-color:#f4dd4f;
    color:#000;
}

/* CLEAR */
.reset_variations{
    width:100%;
    display:block;
    margin-top:8px;
}
.product-single {
    padding: 55px 0;
}


/* =========================
   RELATED PRODUCTS
========================= */

.related.products{
    margin-top:40px;
}
.related.products h2 {
    text-align: left;
    padding-bottom: 30px;
    text-transform: capitalize;
    font-size: 32px;
}

/* GRID */
.related.products ul.products{
    display:grid !important;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    padding:0;
    margin:0;
    list-style:none;
}

/* CARD */
.related.products ul.products li.product{
    width:100% !important;
    margin:0 !important;
    padding:0 !important;
    float:none !important;
    background:#fff;
    position:relative;
}
.related.products ul.products li.product img {
    object-fit: cover;
    margin-bottom: 18px !important;
    width: 100%;
    border-radius: 12px;
    height: 350px;
}
span.woocommerce-Price-amount.amount {
    color: #000;
}
/* TITLE */
.related.products .woocommerce-loop-product__title{
    color:#000;
    padding: 0 !important	
}

/* PRICE */
.related.products .price{
    font-size:18px !important;
    font-weight:600;
    color:#000 !important;
    display:block;
}

/* BUTTON */
.related.products .button{
    width:100%;
    height:52px;
    border:1px solid #FFEA63;
    background:#FFEA63 !important;
    color:#000 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    font-size:15px;
    font-weight:500;
    transition:.3s;
    margin-top:15px !important;
}

.related.products .button:hover{
    background:#f4dd4f !important;
    border-color:#f4dd4f;
}

/* REMOVE WOOCOMMERCE FLOATS */
.related.products ul.products::before,
.related.products ul.products::after{
    display:none !important;
}

/* MOBILE */
@media(max-width:767px){

    .related.products ul.products{
        grid-template-columns:1fr;
        gap:25px;
    }

    .related.products ul.products li.product img{
        height:auto;
    }

}

/* =========================
   QUANTITY LABEL
========================= */

.custom-qty-label {
    font-size: 16px;
    text-transform: uppercase;
    color: #54433D;
}
.single-product .product-type-variable .custom-qty-label{
    margin:0 0 15px 0;
}
.single-product .product-type-simple .custom-qty-label{
    margin:25px 0 15px 0;
}
/* BUTTON WRAPPER */
.single-product .variations_button,
.single-product .single_variation_wrap .woocommerce-variation-add-to-cart{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.woocommerce div.product form.cart .button {
    max-width: 100%;
}
.product .product_meta {
    display: none;
}
body.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: transparent;
    border: none;
}
body .woocommerce-info,
body .woocommerce-noreviews,
body p.no-comments {
    background: transparent;
    margin-bottom: 10px;
}
/* li#tab-title-additional_information,li#tab-title-reviews {
    display: none;
} */

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom: 3px solid #FFEA63 !important;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    display: none;
}
/* ADD TO CART BUTTON */
.single-product .single_add_to_cart_button{
    width:100%;
    max-width:260px;
    height:48px;
    border:none !important;
    border-radius:6px !important;
    background:#F4DD4F !important;
    color:#000 !important;
    font-size:14px !important;
    font-weight:600 !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:18px !important;
    box-shadow:none !important;
}

/* HOVER */
.single-product .single_add_to_cart_button:hover{
    background:#e9d13f !important;
    color:#000 !important;
}
/* =========================
   CUSTOM QUANTITY DESIGN
========================= */

.single-product .quantity{
    display:flex !important;
    align-items:center;
    width:95px;
    height:34px;
    background:#f3f3f3;
    border-radius:6px;
    overflow:hidden;
    border:none;
    margin-bottom:18px;
}

/* INPUT */
.single-product .quantity input.qty{
    width:35px !important;
    height:34px;
    border:none !important;
    background:transparent !important;
    text-align:center;
    font-size:14px;
    font-weight:500;
    color:#000;
    padding:0;
    box-shadow:none !important;
    -moz-appearance:textfield;
}

/* REMOVE INPUT ARROWS */
.single-product .quantity input.qty::-webkit-outer-spin-button,
.single-product .quantity input.qty::-webkit-inner-spin-button{
    -webkit-appearance:none;
    margin:0;
}

/* PLUS MINUS BUTTON */
.single-product .qty-minus,
.single-product .qty-plus{
    width:30px;
    height:34px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    font-size:16px;
    font-weight:500;
    color:#000;
    user-select:none;
}
.woocommerce div.product form.cart div.quantity {
        float: none !important;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #000;
    z-index: 2;
    border-bottom-color: #fff;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: transparent;
    color: #000;
    padding: 0 1em;

}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 70px;
}
.single-product .woocommerce-product-gallery {
    width: 55% !important;
}

.single-product .summary {
    width: 45% !important;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
a.reset_variations {
    display: none;
}
.woocommerce ul.products li.product a img {
    border-radius: 10px;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
    display: block !important;
}

.container {
    max-width: 1440px;
    margin: 0px auto;
    width: 100%;
}
.woo-variation-swatches .variable-items-wrapper {
    display: none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    flex: 0 0 10%;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
    flex: 0 0 90%;
}
.product-hover-image-wrap {
    position: relative;
    overflow: hidden;
}

.product-hover-image-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.product-main-image {
    position: relative;
    z-index: 1;
}

.product-hover-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 2;
}

.woocommerce ul.products li.product:hover .product-hover-image {
    opacity: 1;
}
.single-product .page-banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000009c;
    height: 100%;
    width: 100%;
    top: 0;
}

.single-product .page-banner {
    position: relative;
}
.single-post h2,
.single-post h3,
.single-post h4 {
    scroll-margin-top: 90px;
}