* {
	margin: 0px;
}
:root {
    --wd-title-font: 'Signika', Arial, Helvetica, sans-serif;
    --wd-text-font: 'Lato Regular', Arial, Helvetica, sans-serif;
    --nav-gap: .001px;\
    --wd-form-chevron: url('../img/icons/down-arrow.svg');
}
body {
	font-family: var(--wd-text-font);
	font-size: 14px !important;
	color:#777777 !important;
}

/*Common CSS*/
h1, h2, h3, h4, .title {
    font-weight: 600 !important;
    margin: 0px !important;
}
.section-title {
	font-size: 46px;
	color: #242424;
	font-weight: 700;
}
p {
	margin: 0px !important;
}
a {
	text-decoration: none !important;
}

/*Form CSS*/
form select, form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form textarea {
    border: solid 2px #0000001a !important;
    border-radius: 35px !important;
    padding: 8px 15px !important;
    color: #777 !important;
    font-size: 14px !important;
}
form select:focus, form input:focus, form textarea:focus {
    border: solid 2px #0000001a !important;
    box-shadow: none !important;
}
form textarea {
    height: 180px;
    resize: none;
}
form input[type="checkbox"] {
    vertical-align: middle;
    margin: 0px;
}
form .required {
	color: #E01020;
	font-weight: 600;
}
form label {
	color: #242424;
	margin-bottom: 5px !important;
}

/*Button */
.btn {
	background-color: #83b735 !important;
	font-size: 14px;
	color: #fff !important;
	border-radius: 35px !important;
	text-transform: uppercase;
	font-family: 'Signika' !important;
	padding: 10px 0px;
}
.btn:hover {
	background-color: #74a32f !important;
	color: #fff !important;
}

/*Background Image Content*/
.background-section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*Close Icon*/
.close a {
}
.close a:before {
    content: "\f112";
	font-size: 10px !important;
	color: #aaa !important;
    font-family: "woodmart-font";
}

.customClose a {
}
.customClose a:before {
    content: "\f112";
	font-size: 10px !important;
	color: #aaa !important;
    font-family: "woodmart-font";
}

/*Main Content CSS*/
/*Header Part*/
.main-header {
	font-family: var(--wd-title-font);
	background-color: #ffce1d;
	text-transform: uppercase;
	position: fixed;
	top: 40px;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: background-color 0.3s ease;
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
}
.main-header .navRow {
    align-items: center;	
}
.main-header header nav {
	align-items: center;
	padding: 10px 0 !important;
}
.main-header header .row, .main-header header nav ul  {
	padding: 0px;
}
.main-header header nav ul {
	align-items: center;
}
.main-header header nav ul li {
	display: inline-flex;
	font-size:14px;
	padding: 0px 15px 0px 0px;'
}
.main-header header nav ul li a {
	color: #333333;
	padding: 0px !important;
}
.main-header header nav ul li a:hover {
	color: #ad0000;
}
.main-header header nav ul li .active {
	color: #ad0000 !important;
}
.main-header header nav ul li .linkImg {
    display: flex;
    align-items: center;
}
/*Header Left Nav*/
.main-header .nav-left {
  position: relative;
}
.main-header .nav-left .navbar-collapse {
  /*position: absolute;
  top: -9px;
  left: 0;*/
}
/*Header Center Logo*/
.main-header header .head-logo {
	text-align: center;
	padding: 0px 30px;
}
.main-header header .head-logo .logoImg {
	background-color: #ffce1d;
	text-align: center;
	border-radius: 0px 0px 100px 100px;
	padding: 0px 20px 20px 20px;
	margin: 0px auto -75px;
	margin-right: -20px;
	box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}
.main-header header .head-logo .logoImg img {
	max-width: 110px;
}
.main-header header .head-logo .fixedLogo img {
	max-width: 70px;
	padding-top: 10px;
	margin-right: -20px;
}
/*Header Right Nav*/
.main-header header .nav-right {
	text-align: right;
}
.main-header header .nav-right ul {
	margin: 0px;
}
.main-header header .nav-right ul i {
	font-size: 15px;
}
.nav-right .dropdown .dropdownMenu {
	text-align: left;
	right: 0;
	left: auto;
}
.nav-right .dropdown .dropdownMenu a {
	display: flex;
	padding: 5px 0px !important;
}

/* Dropdown Menu */
/*1st Dropdown Menu*/
.dropdown:hover .dropdown-menu, .dropdown:hover .dropdownMenu {
    display: block;
}
.nav-item.dropdown::after {
    content: "";
    position: absolute;
    top: 100%; 
    left: 0;
    width: 100%;
    height: 30px;
}
.dropdown-menu {
	position: absolute;
    top: 200%;
    left: -500px;
    background-color: #fff;
    padding: 15px 590px !important;
    z-index: 1000;
    cursor: pointer;
}
.dropdown-menu ul {
    display: flex; 
    justify-content: center; 
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.dropdown-menu ul li {
    padding: 20px !important;
    text-align: center;
}
.dropdown-menu img {
    width: 250px !important;
    height: 250px !important;
    border-radius: 15px;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.12);
}
.dropdown-menu p {
    margin-top: 20px;
    font-weight: 600;
    color: #777;
    text-transform: uppercase;
}
/*2nd Dropdown Menu*/
.dropdownMenu {
    position: absolute;
    top: 200%;
    left: 0px;
    background-color: #fff;
    display: none;
    z-index: 1000;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.dropdownMenu .navProList {
    display: flex; 
    width: 900px;
    list-style-type: none;
    padding: 20px !important;
    margin: 0;
}
.dropdownMenu img {
    width: 100% !important;
}
.dropdownMenu p {
	font-size: 14px;
    color: #848484 !important;
    text-transform: none;
    margin-bottom: 10px !important;
}
.dropdownMenu .sweetsMenu {
	padding: 0px 8px !important;
}
.dropdownMenu .sweetsMenu li {
	display: block !important;
	padding: 8px 0px;
	cursor: pointer;
}
.dropdownMenu .sweetsMenu li a {
	font-width: 600!important;
}
.dropdownMenu .sweetsSubMenu li a {
	text-transform: none;
	color: #848484;
}
.dropdownMenu .product-element {
	text-align: center;
}
.navProDetail {
	padding: 20px !important;
	background-color: #f9f9f9;
	margin: 0px !important;
}
.navProDetail div {
	padding: 0px 20px !important;
	border-right: solid 1px #e0e0e0;
}
.navProDetail div:last-child {
	border: none;
}
.navProDetail h6 {
	font-size: 14px !important;
	color: #242424;
	font-weight: 600;
}

/* Overlay styling for header right slide panel */
.overlay {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 1000; /* Ensure it’s on top */
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
}
.slide-panel {
	position: fixed;
	top: 0;
	right: -100%;
	width: 340px;
	height: 100vh;
	background-color: #fff;
	transition: right 0.3s ease-in-out;
	z-index: 1001;
}
.slide-panel.open {
    right: 0; /* Slide in */
}
.slide-panel h4 {
	font-size: 18px;
	font-family: var(--wd-title-font);
	color: #242424;
}
.slide-panel.open {
	right: 0;
}
.panel-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.panel-content {
	padding: 20px;
}
.product-summary .form-group, .panel-content .form-group, .account-form-content .form-group {
	margin-bottom: 20px;
}
.panel-content .remember-group, .account-form-content .remember-group {
	display: flex;
	justify-content: space-between;
}
.panel-content .remember-group label, .account-form-content .remember-group label, .shopping-cart table .pro-name a {
	color: #242424;
}
.remember-group a {
	color: #ad0000;
}
.remember-group a:hover {
	color: #ad0000;
    text-decoration: underline !important;
    opacity: .7;
}
.slide-panel .create-account-question, .slide-panel .empty-mini-cart {
	text-align: center;
	padding: 20px;
}
.slide-panel .create-account-question:before, .slide-panel .empty-mini-cart:before {
	display: block;
    margin-bottom: 15px;
    color: #f1f1f1;
    line-height: 1;
    content: "\f147";
    font-family: "woodmart-font";
}
.slide-panel .create-account-question:before {
    content: "\f124";
    font-size: 54px;
}
.slide-panel .empty-mini-cart:before {
    content: "\f147";
    font-size: 86px;
}
.slide-panel .empty-mini-cart .btn {
    font-size: 12px !important;
	margin: 20px 0px;
}
.slide-panel .create-account-question p, .slide-panel .empty-mini-cart p {
	color: #242424;
}
.slide-panel .create-account-question a {
	color: #333;
	border-bottom: solid 2px #ad0000;
	padding-bottom: 1px;
	text-transform: uppercase;
	font-size: 13px !important;
	font-weight: 600;
}
.slide-panel .create-account-question a:hover {
	opacity: 0.7;
    filter: grayscale(10%);
}

/* Cart Items Styling */
.cart-items {
    flex: 1;
    font-size: 14px;
}
.cart-item {
    display: flex;
    align-items: center;
    padding: 15px;
}
.cart-item:hover {
    background-color: #f7f7f7;
}
.item-image {
    width: 65px;
    height: 65px;
}
.item-details {
    flex: 1;
    margin-left: 10px;
    font-weight: 500;
}
.item-name {
    display: block;
    margin-bottom: 5px;
    color: #333;
}
.item-name:hover, .item-quantity-price {
    color: #aaa;
}
.cart-item .price, .subtotal .price {
    color: #ad0000;
}
.cart-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    font-weight: 600 !important;
    padding-bottom: 10px;
}
.subtotal {
    display: flex;
    font-size: 18px;
    justify-content: space-between;
    padding: 15px;
}
.sub-total  {
    color: #242424;
}
.view-cart-button, .cart-footer .btn {
    width: 90%;
    margin: 5px 15px;
	font-size: 13px !important;
	font-family: var(--wd-text-font) !important;
	font-weight: bold !important;
	padding: 10px 0px !important;
}
.view-cart-button {
	background-color: #f7f7f7 !important;
    color: #333 !important;
	border: none;
	border-radius: 35px	!important;
	text-transform: uppercase;
}
.view-cart-button:hover {
	background-color: #efefef !important;
	color: #333 !important;
}

/* Footer Styling */
footer .footer-left figure {
	margin: 0px !important;
}
footer .footer-left img {
	width: 100%;
}
footer .footer-right .footer-menu {
	padding-top: 40px;
}
.footer-bottom .row  {
	align-items: center;
}
.footer-social .col-7, .footer-social .col-5  {
	padding: 0px !important;
}

/* Main Slider of website */
.main-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.main-slider .slider {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover !important;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transform: translateX(100%);
	transition: all 1s ease-in-out;
}
.main-slider .slider.active {
	opacity: 1;
	transform: translateX(0);
}
.main-slider .slider.previous {
	transform: translateX(-100%);
}
/* Text Heading Animation */
.slider-heading {
	position: absolute;
	top: 70%;
	left: 15%;
	transform: translateY(-50%);
	text-align: right;
	color: #b52020;
	text-transform: capitalize;
	font-size: 35px;
	font-weight: 600;
	font-family: 'Zapfino', sans-serif;
	transition: opacity 0.5s ease, transform 1s ease;
}
.slider-heading h1 .line1, .slider-heading h1 .line2 {
	display: block;
	opacity: 0;
	transform: translateX(-100%);
	transition: opacity 0.5s ease, transform 1s ease;
	line-height: 210px;
}
.slider.active .line1 {
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1s;
}
.slider.active .line2 {
	font-size: 90px;
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.5s;
}
.slider.previous .line1, .slider.previous .line2 {
	opacity: 0;
	transform: translateX(100%);
	transition-delay: 0s; /* Ensure they go out immediately */
	transition: opacity 0s ease, transform 1s ease;
}

/*Best Seller*/
.best-sale {
	padding: 80px 0px;
}
.best-sale .best-sale-head, .sweets-more .sweets-head, .home-manwar .manwar-head, .home-testimonials .testimonials-head {
	font-family: var(--wd-title-font);
	text-align: center;
	margin-bottom: 20px;
}
.best-sale .best-sale-head div, .sweets-more .sweets-head div, .home-manwar .manwar-head div, .home-testimonials .testimonials-head div {
	padding: 5px 0px 15px;
}
.best-sale .best-sale-head img, .sweets-more .sweets-head img, .home-manwar .manwar-head img, .home-testimonials .testimonials-head img {
	width: 250px;
}
.best-sale .best-sale-head p, .sweets-more .sweets-head p, .home-manwar .manwar-head p, .home-testimonials .testimonials-head p {
	font-size: 16px;
}

/*sale Product*/
.product {
	text-align: center;
}
.product-list {
    overflow: hidden;
/*    display: flex;*/
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
}
.product-wrapper {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    padding: 0px !important;
    flex-shrink: 0; /* Ensure products do not shrink */
}
.product-element {
    text-align: center;
    position: relative;
	padding: 10px;
}
.best-sale .product-element:hover, .pages-section .product-element:hover {
    transform: translateY(-10px); 
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); 
	background-color:#fff;
	height: 460px;
    position: absolute;
    z-index: 1;
    transition: 1.5s ease;
}
/*.pages-section .product-element:hover {
    height: 580px;
}*/
.pruductImage {
    position: relative;
}
.pruductImage figure {
    width: 100%;
    margin: 0px;
}
.pruductImage figure img {
    width: 100%;
}

/*OverLay of product*/
.iconOverlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    text-align: right;
    border: none;
}
.product-element:hover .iconOverlay {
    height: 40px;
    border-top: solid 1px #0000001b;
    border-bottom: solid 1px #0000001b;
    line-height: 35px;
    padding: 0px 15px;	
}
.buttonOverlay {
    position: absolute;
    bottom: 50;
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: 0.5s ease;
    text-align: center;
    padding: 10px 0; 
    align-items: center;
}
.product-element:hover .buttonOverlay {
    opacity: 1;
}
.sideIconOverlay {
	position: absolute;
	top: 30px;
	right: 0px;
	background-color: #fff;
	width: 15%;
	height: 30%;
	transition: .5s ease;
	align-items: center;
	opacity: 0;
	display: grid;
}
.product-element:hover .sideIconOverlay {
    opacity: 1;
	width: 15%;
	right:15px;
}
.iconOverlay i, .sideIconOverlay i, .buttonOverlay i {
    color: #333;
	font-size: 20px;
}
.iconOverlay i:hover, .sideIconOverlay i:hover, .buttonOverlay i:hover {
    color: #777;
}
.productInfo h5 a {
    color: #242424;
    font-size: 14px;
    text-decoration: none;
}
.product-wrapper h5 a:hover {
    color: #8c8c8c !important;
}
.productInfo h5, .productInfo p {
    margin: 5px 0px;
}
.productInfo p a {
    color: #a5a5a5;
    font-size: 14px;
    text-decoration: none;
}
.product-wrapper p a:hover {
    color: #555 !important;
}
.product-wrapper .price {
    color: #ad0000 !important;
    font-weight: 600;
}
.buttonOverlay .btn {
	background-color: #74a32f;
	width: 100%;
	font-size: 14px;
	color: #fff;
	border-radius: 35px;
	text-transform: uppercase;
	font-family: 'Signika' !important;
	padding: 10px 0px;
}
.buttonOverlay .btn:hover {
	background-color: #83b735;
	width: 100%;
	font-size: 14px;
	color: #fff;
	border-radius: 35px;
	text-transform: uppercase;
	font-family: 'Signika' !important;
	padding: 10px 0px;
}
.buttonOverlay .row .col-3 {
	align-content: center;
}
.iconOverlay .btn {
	background-color: #74a32f;
    color: #fff !important;
    text-align: center;
    width: 100%;
    border-radius: 0 !important;
}
.iconOverlay .btn:hover {
	content: ;
	background-color: #74a32f;
    color: #fff !important;
    text-align: center;
    width: 100%;
}
header .product-element:hover .iconOverlay {
    padding: 0px !important;	
}
header .iconOverlay .btn {
	font-size: 13px;
    height: 100%;
}
.pages-section .product .product-btn-action div {
	padding: 5px 0px;
}
.pages-section .product .product-btn-action button, .slide-panel .panel-content button, 
.account-form-content form button, .checkout-form .checkout-form-right .btn, .shopping-bill-box .btn {
	background-color: #74a32f;
	width: 100%;
	font-size: 14px;
	color: #fff;
	border-radius: 35px;
	text-transform: uppercase;
	font-family: 'Signika' !important;
	padding: 10px 0px;
}

/* Grid Switcher Container */
.grid-switcher {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
/* Font Awesome Icon Styling */
.grid-switcher a i {
    font-size: 24px; 
    display: block;
    color: #bbb;
    line-height: 1;
}
/* SVG Styling for Consistency */
.grid-16 svg.grid-icon {
    width: 24px;
    height: 24px;
    display: block;
}
.grid-16 svg.grid-icon rect {
    width: 5;
    height: 5;
}
/* Hover Effects */
.grid-switcher a:hover i, .grid-switcher a:hover svg rect {
    color: #666;
    fill: #666;
}
/* Optional: Active State */
.grid-switcher a.active i, .grid-switcher a.active svg rect {
    color: #333;
    fill: #333;
}
/* Default grid (3 columns) */
/*#product-grid .product-wrapper {
    width: 33.33%;
}*/
/* 2-column grid */
#product-grid.grid-2 .product-wrapper {
    /*width: 50%;*/
}
/* 3-column grid */
#product-grid.grid-3 .product-wrapper {
    /*width: 33.33%;*/
}
/* 4-column grid */
#product-grid.grid-4 .product-wrapper {
    /*width: 25%;*/
}

/*Our Believe*/
.our-believe-left, .our-believe-right {
	padding: 20px;
	font-family: var(--wd-text-font);
}
.our-believe h4 {
	font-size: 18px;
	padding-bottom: 10px;
	color: #242424;
	font-family: var(--wd-title-font);
}
.our-believe .believe-text {
	padding-bottom: 10px;
	text-align: justify;
}
.our-believe-left img, .our-believe-right img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}

/*Sweets & More*/
.sweets-more {
	padding: 80px 0px;
}
.sweets-link .nav {
	display: inline-flex;
}
.sweets-link ul li a {
	font-family: var(--wd-title-font);
	color: #54595f !important;
	font-weight: 600;
}
.sweets-link ul li a:hover {
	color: #333 !important;
}
.sweets-link ul li .active {
	color: #333 !important;
}
.sweets-link .nav>li>a {
    display: grid;
/*    align-items: center;*/
    text-transform: uppercase;
}
.sweets-link .nav-link img {
	width:25px;
	height:25px;
}
.sweets-link .nav .img-wrapper {
	margin-bottom: 10px;
}
.sweets-link .nav .svg-icon {
/*    display: inline-block;*/
}
.sweets-link .nav-link-text {
    display: inline-block;
    padding-block: 1px;
    line-height: 1.2;
}
.sweets-more .product .product-wrapper {
	width: 242px;
	padding: 10px;
}
.sweets-more .product .product-wrapper .product-element img {
	width: 100%;
}

/*Odometer*/
.odometer {
	padding: 50px 0px;
}
.odometer .elementor-image {
	padding: 20px 10px;
}
.odometer .elementor-image img {
	width: 100%;
}
.elementor-content {
	padding-top: 50px;
}
.odometer-container {
    display: flex;
    /*gap: 20px;*/ 	/*Space between odometers*/ 
    padding: 0px 10px;
}
.odometer-container li {
	padding: 0px;
	list-style-type:none;
}
.odometer-container .odometer-display {
    font-size: 36px;
    padding: 10px;
    color: #777;
    font-weight: 600;
}
.odometer h3 {
    font-size: 46px;
    font-weight: 600;
    font-family: var(--wd-title-font);
}
.odometer h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: var(--wd-title-font);
}
.odometer p {
    font-size: 14px;
}

/*Home Manwar*/
.home-manwar, .home-testimonials {
	background-color: #fafafa;
	padding: 70px;
}
.home-manwar .manwar-content-row {
	align-items: center !important;
	margin-top: 50px;
}
.home-manwar .manwar-content .row {
	margin-bottom: 50px;
	align-items: center !important;
}
.home-manwar h5 {
	font-size: 16px;
	color: #333;
	font-family: var(--wd-title-font);
}

/*Home Tesimonials*/
/* Testimonials Section */
.home-testimonials {
	/*background-color: #fafafa;
	padding: 70px;*/
	text-align: center;
}
.testimonials-head {
	margin-bottom: 20px;
}
.testimonials-container {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.testimonials-content {
	display: flex;
	width: 100%;
	transition: transform 0.5s ease-in-out;
	position: relative;
}
.reviewSlide {
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	/*flex: 0 0 auto;*/
  	flex: 0 0 100%;
	/*width: 33.3% !important;*/
}
.review-container {
    overflow: hidden;
    width: 100%;
}
.test-box-content {
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.test-box-content figure img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
}
.testimonials-user span {
	font-weight: 600;
	color: #242424;
}
.testimonials-btn button {
	background-color: #ad0000;
	border: none;
	border-radius: 35px;
	color: #fff;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 13px;
}
/* Slider to be moved left or right */
.review-slider {
    display: flex;
    transition: transform 0.5s ease;
}
.review-box {
    flex: 0 0 33.333%; /* Shows 3 reviews if container width is 100% */
    box-sizing: border-box;
    padding: 10px;
}
/* Navigation Arrows */
.arrow-slide {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
}
.arrow-pre, .arrow-next {
	font-size: 24px;
	color: #242424;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
}
.arrow-pre:hover, .arrow-next:hover {
  	color: #777;
}
.arrow-pre { left: -30px; }
.arrow-next { right: -30px; }
/* Slide arrows */
.slideArrow {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* Allow clicks only on the arrows */
}
.leftArw, .rightArw {
    font-size: 22px;
    cursor: pointer;
    pointer-events: auto; /* Enable click events on arrows */
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border-radius: 50%;
    padding: 5px 10px;
}
.leftArw {
    position: absolute;
    left: -30px;
}
.rightArw {
    position: absolute;
    right: -30px;
}

/*Products Featured*/
.products-featured {
	font-size: 14px;
	padding: 50px 40px;
}
.products-featured .new-product-heading {
	border-bottom: solid 2px #0000001b;
	margin-bottom: 20px;
}
.products-featured .new-product-heading span {
	font-size: 18px;
	color: #242424;
	border-bottom: solid 2px #ad0000;
	padding-bottom: 2px;
	font-weight: 600;
	text-transform: uppercase;
}
.products-featured .product-element .row {
	border-bottom: solid 1px #0000001b;
	padding-bottom: 15px;
}
.products-featured .product-element .row .col-4, .products-featured .product-element .row .col-8 {
	padding: 0px !important;
	text-align: left;
}
.products-featured .product-element:nth-child(4) .row {
	border-bottom: none;
}
.products-featured .product-element .product-info a {
	color:#333;
}
.products-featured .product-element img {
	min-width: 65px;
    max-width: 65px;
}
.products-featured .insta-notice {
	font-size: 13px;
	color:#fff;
	background-color: #4d93d1;
	padding: 10px 10px 10px 60px;
	position: relative;
}
.products-featured .insta-notice:before {
	content: "\f100";
	position: absolute;
    top: calc(50% - 9px);
    left: 24px;
    font-size: 18px;
    line-height: 18px;
    font-family: "woodmart-font";
/*    padding: 20px;*/
}

/*Extra Information*/
.extra-info .row {
	margin: 0px;
}
.extra-info .extra-info-blk {
	background-color: #f8ece9;
	background-image: url('../img/extra-info/bb1.png');
	background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 45% auto;
    padding: 40px 60px;
	font-size: 14px;
	color: #626262;
}
.extra-info .extra-info-blk:nth-child(2) {
	background-color: #f2c2c9;
	background-image: url('../img/extra-info/bb2.png');
}
.extra-info .extra-info-blk:nth-child(3) {
	background-color: #fdf4e4;
	background-image: url('../img/extra-info/bb3.png');
}
.extra-info .extra-info-blk:nth-child(4) {
	background-color: #fde6d3;
	background-image: url('../img/extra-info/bb4.png');
}
.extra-info .extra-info-blk h3 {
	font-size: 38px;
	color: #8A5050;
	font-weight: 600;
	margin-bottom: 10px !important;
}
.extra-info .extra-info-blk .read-more-btn {
	margin-top: 10px !important;
}
.extra-info .extra-info-blk .read-more-btn a {
	color: #333;
	font-weight: 600;
	text-decoration: none;
	margin-top: 10px !important;
}
.extra-info .extra-info-blk .read-more-btn a span {
	border-bottom: solid 2px #333;
}

/*Footer*/
footer {
	padding: 50px 0px;
}
.footer-menu h5{
	font-size: 16px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}
.footer-menu ul {
	list-style-type: none;
	padding: 0px;
	line-height: 30px;
}
.footer-menu ul li a {
	color: #777;
	text-decoration: none;
}
/*Footer Bottom Copyright*/
.footer-bottom {
	padding: 30px 0px;
}
.footer-bottom .container row {
	padding: 0px;
}
.footer-bottom .container a {
	color: #ad0000;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
}
.footer-bottom .container a:hover {
	color: #777;
}

/*Whatsapp Link Design*/
.whatsapp {
  position:fixed;
  bottom:20px;
  right:20px;
  width:70px;
  height:70px;
  font-size:24px;
  text-align:center;
  z-index:100;
  cursor: pointer;
}

/*Socail Fixed Icons*/
.page-wrapper {
	position: relative;
}
.social{
    position: fixed;
    top: 50%;
    right: 0;
}
.social a{
	width: 30px;
    min-width: 30px;
    display: flex;
    text-align: center;
    background-color: #cb2027;
    color: #fff;
}
.social a:nth-child(2){
    background-color: #365493;
}
.social a:nth-child(3){
    background-color: #000;
}
.social a:nth-child(4){
    background-color: #774430;
}
.social a:nth-child(5){
    background-color: #cb2027;
}
.social a i{
	width: 30px;
	line-height: 34px;
}
.bi::before{
	line-height: 0!important;
}
.social a:hover{
    color: #fff;
}

/*Breadcrumb Section for all pages*/
.breadcrumb-section {
	text-align: center!important;
	padding: 150px 0px 25px 0px;
	color: #fff;
}
.breadcrumb-section .breadcrumb-inner h1 {
	font-family: var(--wd-title-font);
}
.breadcrumb-section .breadcrumbs {
	padding: 10px 0px;	
	display: inline-flex;
	list-style-type: none;
}
.breadcrumb-section .breadcrumbs .nav-link-text {
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	font-weight: 600 !important;
}
.breadcrumb-section .breadcrumbs .nav-link-count {
	color: #fff9;
	display: block;	
}
.breadcrumb-section .breadcrumbs a .nav-link-text {
	color: #fff;	
	transition: color 0.3s ease;
}
.breadcrumb-section .breadcrumbs .active a .nav-link-text{
	color: #fffc !important;	
	border-bottom: solid 3px #ad0000;
	font-weight: 700 !important;
}
.breadcrumb-section .breadcrumbs a .nav-link-text:hover {
	border-bottom: solid 3px #ad0000;
}
.breadcrumb-section .breadcrumbs .nav-link-text {
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	font-weight: 600 !important;
}
/*breadcrumbs1*/
.breadcrumbs1 button {
	border: none;
	background-color: transparent;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	margin: auto;
}
.breadcrumbs1 button span:after {
	content: "\f129";
	font-family: "woodmart-font";
	font-size: 12px;
}
/*breadcrumbs2*/
.breadcrumbs2 .nav-item a {
	display: inline-block;
	line-height: 30px;
	text-transform: uppercase;
	position: relative;
	font-weight: 700 !important;
	font-size: 22px;
	opacity: .7;
}
.breadcrumbs2 .nav-item a:hover {
	opacity: 1;
}
.breadcrumbs2 .nav-item:not(:last-child)::after {
    margin: 0px 15px;
    font-weight: 400;
    font-size: 22px;
    opacity: .7;
    content: "\f120";
    font-family: "woodmart-font";
    vertical-align: inherit;
}
.breadcrumbs2 .active a {
	opacity: 1;
	border-bottom: solid 3px #ad0000;
}
/*breadcrumbs3*/
.breadcrumbs2 ul, .breadcrumbs3 ul {
	padding: 0px;
	margin-bottom: 0px !important;
}
.breadcrumbs3 a:after {
	content: '/';
	display: inline-block;
	padding: 0px 8px;
}

/*Product Catetogry*/
.pages-section {
	padding: 40px 0px;
}
.pages-section .pages-section-head {
	margin-bottom: 20px;
}
.pages-section .pages-section-head .page-item {
	color: #555;
}
.pages-section .pages-section-head .page-title {
	color: #333;
	font-weight: 600;
}

/* Brand Section */
.popular-brand {
	background-color: #f9f9f9;
	margin-top: 40px;
	overflow: hidden;
	position: relative;
}
.popular-brand .brand-list {
	display: flex;
	transition: transform 0.5s ease-in-out;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}
.popular-brand .brand-list li {
	flex: 0 0 auto;
	width: 20%; 
	text-align: center;
}
.popular-brand .brand-list li img {
	width: 160px;
	height: 160px;
	padding: 20px;
	opacity: 0.5;
	filter: grayscale(100%);
	transition: opacity 0.3s, filter 0.3s;
}
.popular-brand .brand-list li img:hover {
	opacity: 1;
	filter: grayscale(0%);
}

/*About Us*/
.about-us {
	background-color: #F9F9F9;
	padding: 45px 0px 0px 0px;
}
.about-banner-top img, .about-us-planning img {
	height: 450px;
}
.about-us .col-lg-4, .who-we-are .row .col-lg-6 {
	padding: 20px !important;
}
.about-us .row .col-lg-4 .inner-content, .who-we-are .row .col-lg-6 .inner-content {
	margin-left: 140px;
}
.about-us h6, .who-we-are h6, .our-story .our-story-head h6 {
	font-size: 14px;
	color: #ad0000;
	margin-bottom: 10px;
}
.about-us h2, .who-we-are h2, .our-story h2, .about-us-planning h2 {
	font-family: var(--wd-title-font);
	font-size: 36px;
	color: #242424;
	letter-spacing: 1px;
	line-height: 45px;
}
.about-us h4, .about-why-us h4 {
	font-family: var(--wd-title-font);
	font-size: 18px;
	color: #242424;
}
.about-us p, .who-we-are p, .our-story p, .about-why-us p {
	font-size: 16px !important;
	padding: 15px 0px;
}
.who-we-are p, .our-story p, .about-why-us p {
	text-align: justify;
}
.about-us a span, .about-us-planning a span {
	font-size: 12px;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: solid 2px #ad0000;
}
.about-us a span:hover {
	color: #777;
}

/*Who We Are*/
.who-we-are, .about-why-us {
	padding: 50px 0px;
}
.who-we-are .col-lg-6:nth-child(1), .our-story .col-lg-6:nth-child(1) {
	/*margin-top: 50px;*/
}
.who-we-are .row, .our-story .row, .about-why-us .row {
	align-items: center;
}

.who-we-are .col-lg-6 img, .our-story .col-lg-6 img, .about-why-us .col-lg-6 video {
	width: 100%;
}
.who-we-are .col-lg-6 span {
	color: #0000004d;
}
.who-we-are .col-lg-6 .inner-content .sub-inner-content, .our-story .col-lg-6 .inner-content .sub-inner-content {
	padding-bottom: 15px !important;
	border-bottom: solid 1px #0a0a0a1f;
}
.since-social i {
	font-weight: 600;
}
.since-social {
	padding: 20px 0px;
}
.since-social .text-end a, .footer-social a {
	width: 30px;
	height: 30px;
	color: #0006 !important;
	background-color: #EFEFEF;
	padding: 5px 8px;
	border-radius: 50%;
	margin: 2px;
}
.since-social .text-end a:hover, .footer-social a:hover {
	color: #fff !important;
	background-color: #365493;
}
.since-social .text-end a:hover:nth-child(2), .footer-social a:hover:nth-child(2) {
	background-color: #000;
}
.since-social .text-end a:hover:nth-child(3), .footer-social a:hover:nth-child(3) {
	background-color: #cb2027;
}
.since-social .text-end a:hover:nth-child(4), .footer-social a:hover:nth-child(4) {
	background-color: #0274b3;
}
.since-social .text-end a:hover:nth-child(5), .footer-social a:hover:nth-child(5) {
	background-color: #37aee2;
}

/*Our Story*/
.our-story .row {
	padding: 30px 0px;
}

/*Why Us ?*/
.about-why-us .inner-content h4 {
	/*font-family: var(--wd-title-font);
	font-size: 24px;
	color: #242424;
	margin-bottom: 20px !important;*/
}

/*Product Landing Page*/
.single-product-page .product-details {
	padding: 50px 0px 40px 0px;
}
.single-product-page .product-details figure, .single-product-page .product-details .product-summary .product-inner-summary {
	padding: 10px;
}
.single-product-page .product-details figure img {
	width: 100%;
	height: 600px;
}
.single-product-page .product-details .product-summary .product-inner-summary nav {
	font-size: 13px;
}
.single-product-page .product-details .product-summary .product-inner-summary nav a {
    color: #777;
}
.single-product-page .product-details .product-summary .product-inner-summary nav span {
    color: #333;
    font-weight: 600;
}
.single-product-page .product-details .product-summary .product-inner-summary nav a:hover {
    color: #333;
}
.single-product-page .product-details .product-summary .product-inner-summary nav a:after {
    content: "/";
    margin-inline-start: 5px;
}
.single-product-page .product-details .product-summary .product-info h2 a {
    color: #242424;
    font-family: var(--wd-title-font);
	letter-spacing: 1px;    
}
.single-product-page .product-details .product-summary .product-info span {
    color: #ad0000;
    font-size: 22px;
    font-weight: 600;
}
.single-product-page .product-details .product-summary form label {
    color: #242424;
    font-weight: 600;
}
.single-product-page .product-details .product-summary form label:after {
    content: ":";
    margin-left: 2px;
}

/*Form CSS*/
form div .form-select {
    max-width: 260px;
    color: #777 !important;
}
.select-form {
    align-items: center;
}
form div .col-sm-10 {
    padding: 0px;
}
.pro-wishlist a  {
	color: #333;
	font-weight: 600;
	margin-right: 20px;
}
.pro-wishlist a:hover {
	color: #777;
}
.pro-wishlist a i {
	margin-right: 5px;
}
.product-inner-summary .product-info h2, .product-inner-summary form, .product-inner-summary .pro-meta {
	margin: 15px 0px !important;
}
.product-inner-summary .pro-meta {
	border-top: solid 1px #0000001b;
	font-size: 14px;
}
.product-inner-summary .pro-meta div {
	padding-top: 15px;
}
.product-inner-summary .pro-meta .meta-label {
	color: #333;
	font-weight: 600;
}
.product-inner-summary .pro-meta .social-icons a {
	color: #0009;
	padding: 5px;
}
.product-inner-summary .pro-meta .social-icons a:hover {
	color: #000c;
}

/*Product Tabs Wrapper*/
.product-tabs-wrapper {
	border-top: solid 1px #0000001b;
	border-bottom: solid 1px #0000001b;
	padding: 30px 0px;
}
.product-tabs-wrapper .tabs-wrapper-nav {
	text-align: center;
	margin-bottom: 30px;
}
.product-tabs-wrapper .tabs-wrapper-nav ul li {
	display: inline;
	margin-right: 30px;
	font-size: 16px;
	font-weight: 600 !important;
	text-transform: uppercase;
}
.product-tabs-wrapper .tabs-wrapper-nav ul li a {
	color: #333333b3;
	transition: color 0.3s ease;
}
.product-tabs-wrapper .tabs-wrapper-nav ul li a:hover {
	color: #333;
	border-top: solid 3px #ad0000;
    padding-top: 30px;
}
/* Styling for the active tab */
.tabs-wrapper-nav ul li .tabsBtn.active {
    color: #333;
    border-top: solid 3px #ad0000;
    padding-top: 30px;
}
.tab-panel {
    display: none;
}
.active-tab {
    display: block;
    color: #333;
}
.tabs-wrapper-content .tab-panel .tab-row {
	width: 55%;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: solid 1px #0000001b;
}
.tabs-wrapper-content .tab-panel .row:nth-child(2) {
	padding: 0px;
	border-bottom: none;
}
.tabs-wrapper-content .tab-panel .row .tab-title {
	color: #242424;
	font-weight: 600;
}
#tab-3 .row .col-lg-6 {
	padding: 0px 30px;
}
.tab-panel .col-lg-6 div {
	padding-bottom: 20px;
}
.tab-panel .col-lg-6 div label {
	color: #242424;
}
.product-inner-summary .form-grou {
	padding: 5px 0px;
}
.product-inner-summary .form-group .btn, .contact-content .form-group .btn, .tab-panel .col-lg-6 .form-group .btn, .shopping-cart-left .coupon .btn {
    background-color: #74a32f;
    border-radius: 35px;
    padding: 8px 22px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.tab-panel .col-lg-6 figure img {
	width: 100%;
}
.tab-panel .col-lg-6 h4{
	font-size: 18px;
}
.tab-panel .col-lg-6 h4, .tab-panel .col-lg-6 p, .tab-panel .col-12 p {
	margin-bottom: 20px !important;
}

/*Related products*/
.related-product {
	padding-top: 40px;
}
.related-product h3 {
	font-size: 22px;
	color: #242424;
	font-family: var(--wd-title-font);
	font-weight: 600;
	margin-bottom: 20px !important;
}

/*Contact Us Page*/
.contact-map {
	padding-top: 70px;
}
.contact-map iframe {
	width: 100%;
	height: 550px;
}
.contact-content .contact-row, .checkout-form {
	padding-top: 50px;
}
.contact-content .contact-row .col-lg-6 {
	padding: 20px 30px 0px 30px;
	border-right: solid 1px #0000001a;
}
.contact-content .contact-row .col-lg-6:nth-child(2) {
	border: none;
}
.contact-content form {
	padding: 0px 10px;
}
.contact-content .form-group {
	padding: 10px 0px;
}
.contact-content .form-group label {
	color: #242424;
}
.contact-content .contact-title {
   margin-bottom: 30px;
}
.contact-content .contact-title h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: var(--wd-title-font);
    color: #242424;
    display: flex;
    align-items: center;
}
.contact-content .contact-row .contact-title h4:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #ccc;
    margin-left: 10px; 
}
.contact-text .row {
	align-items: center;
}
.contact-text p {
	margin: 50px 0px !important;
	color: #777;
}
.inner-contect-content img {
	width: 100%;
	padding: 3px;
}
.inner-contect-content p {
	margin: 2px 0px !important;
}
.inner-contect-content .col-lg-6 {
	border: none !important;
	/*margin-bottom: 30px !important;*/
}
.inner-contect-content .contact-text {
	border-bottom: solid 1px #81818133;
	padding: 15px 0px;
	margin-bottom: 20px;
}
.inner-contect-content .contact-last-text {
	color: #242424;
	font-weight: 600;
	padding-bottom: 10px;
}
.inner-contect-content .contact-last-text span {
	color: #83b735;
}

/*Increment (+) and Decrement (-) Buttons*/
.count-btn {
	display: inline-flex;
}
.count-btn .btn {
	margin-left: 20px;
}
.counter {
    display: inline-flex;
    align-items: center;
/*    margin-right: 20px;*/
}
.button, .count {
    width: 25px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
    color: #777;
    background-color: #fff;
    border: solid 2px #e0e0e0;
}
.minus {
    border-radius: 30px 0px 0px 30px;
}
.plus {
    border-radius: 0px 30px 30px 0px;
}
.minus:hover, .plus:hover {
    background-color: #ad0000;
    border-color: #ad0000;
    color: #fff;
}
.count {
    text-align: center;
    font-size: 16px;
    border-left: none;
    border-right: none;
}

/*Policy Pages Content*/
.policy {
	padding: 40px 0px;
}
.policy h3, .policy h6 {
	font-family: var(--wd-title-font);
	text-transform: uppercase;
	font-weight: 600;
}
.policy h3, .policy p {
	padding-bottom: 10px;
}
.policy .policy-contact {
	padding-top: 15px;
}
.policy .policy-contact i {
	padding-right: 10px;
}

/*Sign-in / Log-in / Registration / Forget Password*/
.my-account, .wishlist, .shopping-cart {
	padding-top: 50px;
}
.my-account .account-head, .accountSetting .account-head {
	background: #e0b252;
	padding: 20px;
	color: #fff;
    align-items: center;
    margin-bottom: 20px;
}
.my-account .account-head div:before, .accountSetting .account-head div:before {
	content: "\f100";
	font-size: 18px;
    line-height: 18px;
    font-family: "woodmart-font";
    vertical-align: middle;
    padding-right: 15px;
}

.account-form-content .col-lg-6 {
	border-right: solid 1px #0000001a;
	padding: 25px 60px;
}
.account-form-content .col-lg-6:nth-child(2) {
	border: none;
	text-align: center;
}
.account-form-content form {
	padding: 0px 15px;
}
.account-form-content .form-group .btn {
	padding: 10px 0px;
	background-color: #83b735 !important;
}
.account-form-content .form-group .btn:hover, .product-list .btn:hover {
	background-color: #74a32f !important;
	color: #fff !important;
}
.account-form-content h4, .checkout-form .checkout-form-left h4, .checkout-form-right h4 {
	font-size: 22px;
	color: #242424;
	font-family: var(--wd-title-font);
	margin-bottom: 20px !important;
	text-transform: uppercase;
}
.account-form-content label {
	color: #242424;
	padding-bottom: 4px;
}
.account-content p, .account-form-content form p, .checkout-form-right p {
	margin-bottom: 20px !important;
}
.account-form-content form a {
	color: #333;
}
.account-content .btn {
	color: #333333 !important;
	background-color: #f7f7f7;
	font-size: 13px;
	border-radius: 35px;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 600;
	border: none;
}
.account-content .btn:hover {
	background-color: #efefef;
}
#loginForm {
	display: none;
}
#fogotpswdForm {
	max-width: 50%;
	margin: auto;
	padding: 20px 50px;
}
#fogotpswdForm p {
	font-size: 15px;
	border-bottom: solid 1px #0000001b;
	padding-bottom: 20px;
}

/*Product list table*/
.product-list {
	width: 100%;
	margin-bottom: 30px;
    color: #777;
}
.product-list td {
	padding: 20px 0px;
	text-align: center;
}
.product-list img {
	width: 80px;
	height: 80px;
}
.product-list a {
	color: #333;
    text-decoration: none;
}
.product-list a:hover {
	color: #777;
}
.product-list .btn {
	background-color: #83b735;
    border: none;
    border-radius: 35px;
    padding: 8px 22px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}
.product-list .list-name {
	font-weight: 500;
	text-align: left;
}
.product-list .list-subtotal .price {
	font-weight: 500;
	color: #ad0000;
	text-align: right;
}
.product-list .list-subtotal {
	text-align: right !important;
}

/*CheckOut*/
/*Left Part*/
.checkout-form .checkout-form-left, .checkout-form .checkout-form-right {
	color: #242424;
	padding: 20px;
}
.form-fixed-span {
	display: block;
	color: #777;
}
.checkout-form-left .form-group {
	margin-bottom: 20px;
}
.hiddenContent {
    display: none !important;
}
.checkout-form-left strong {
	color: #777;
}
/*Right Part*/
.checkout-form-right {
	position: relative;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    max-height: 800px;
}
.checkout-form-right:before, .checkout-form-right:after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);
    background-size: 15px 15px;
}
.checkout-form-right:after {
    bottom: -10px;
}
.checkout-form-right:before {
    background-position: -3px -5px, 0 0;
    top: -10px;
}
.checkout-form-right h4 {
	text-align: center;
}
.checkout-form-right .table-background {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 15px 20px;
}
.checkout-form-right .order-table-bill tfoot tr:last-child {
	border: none;
}
.checkout-form-right p {
	color: #777;
	padding-top: 20px;
}
.checkout-form-right p a {
	color: #242424;
	font-weight: 600;
}
.checkout-form-right .btn {
	padding: 12px 0px !important;
}

/*Shopping Cart*/
/*Shopping Cart Left*/
.shopping-cart-left, .shopping-cart-right {
	padding: 30px;
	color: #242424;
}
.shopping-cart-left .product-list th {
	text-align: center;
	color: #242424;
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 0px;
}
.shopping-cart-left table tr {
	border-bottom: solid 2px #0000001b;
}
.shopping-cart-left table tfoot tr {
	border: none;
}
.shopping-cart-left table tfoot tr td {
	padding: 30px 0px;
	text-align: left !important;
}
.shopping-cart-left .coupon .btn {
	margin-left: 10px;
}
/*Shopping Cart Right*/
.shopping-cart-right .shopping-bill-box {
	padding: 25px;
	border: solid 3px #00000013;
}
.shopping-cart-right h4 {
	margin-bottom: 20px !important;
	text-transform: uppercase;
}

/*Order Complete*/
.order-complete {
	width: 70%;
	margin: auto;
	padding-top: 50px;
}
.order-commerce p {
	border: dashed 2px #7a9c59;
	color: #7a9c59;
	margin-bottom: 20px !important;
	padding: 30px;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
}
.order-commerce ul {
	margin-bottom: 30px;
	padding: 0px;
}
.order-commerce ul li {
	display: inline-block;
	text-align: center;
	border-right: solid 1px #efefef;
	line-height: 30px;
}
.order-commerce ul li:last-child {
	border-right: none;
}
.order-commerce ul strong {
	display: block;
	color: #242424;
}
.order-details {
	padding-top: 30px !important;
}
.order-details h4 {
	margin-bottom: 20px !important;
	text-transform: uppercase;
	color: #242424;
}

/*Customer Details*/
.customer-details {
	padding: 20px 0px;
}
.customer-details .col-lg-6 {
	padding: 15px;
}
.customer-details h3 {
	color: #242424;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.customer-details p {
	font-size: 16px;
	line-height: 25px;
	font-style: italic;
}
.customer-details .customerName {
	text-transform: uppercase;
}

/*Order Table Bill - All bill related table*/
.order-table-bill {
	width: 100%;
	margin-bottom: 20px;
}
.order-table-bill {
	color: #242424;
}
.order-table-bill tr :is(td,th):last-child {
	text-align: right;
	color: #ad0000;
	font-weight: 600;
}
.order-table-bill tr {
	border-bottom: solid 1px #0000001b;
}
.order-table-bill th {
	font-family: var(--wd-title-font);
}
.order-table-bill tr th, .order-table-bill tr td {
	padding: 15px 10px;
}
.order-table-bill thead th {
	font-size: 16px !important;
	text-transform: uppercase;
	color: #242424 !important;
}
.order-table-bill tbody td {
	color: #777 !important;
}
.order-table-bill a {
	color: #333 !important;
	font-weight: 500;
}
.order-table-bill a:hover {
	color: #777 !important;
}
.order-table-bill p {
	font-size: 12px !important;
	color: #777 !important;
	font-weight: normal !important;
}
.order-table-bill strong {
	color: #777 !important;
}
.order-table-bill p strong {
	color: #333 !important;
}
.order-table-bill label {
	color: #242424 !important;
	font-weight: normal;
}
.order-table-bill .text-ad0000 {
	color: #ad0000 !important;
}
.order-table-bill .text-777 {
	color: #777 !important;
}
.order-table-bill .tableFoot {
	font-size: 20px;
}

/*Mobile Header*/
.mobile-header{
	font-family: var(--wd-text-font);
	color: #333;
	font-size: 13px !important;
	padding: 5px 0px;
}
.mobile-header .row {
	display: flex;
	align-items: center; 
	justify-content: space-between;
}
.mobile-header a {
	color: #333 !important;
}
.mobile-header a.active {
    color: #ad0000 !important;
}
.hamburger {
  font-size: 24px;
  z-index: 1001;
  display: flex;
  align-items: center; 
  gap: 8px; 
}
.hamburger:hover {
	color: #777;
}
.hamburger span {
  font-size: 13px !important;
  font-weight: 600;
}
/*Search bar*/
.mobile-header .search-bar {
    width: 100%;
/*    padding: 12px 8px;*/
    border: none;
    font-weight: 600;
}
.mobile-header .cart-link {
	font-size: 14px;
}
.mobile-header .search-bar:focus:visible {
    border: none !important;
}
.search-btn {
	padding: 15px;
	font-size: 14px;
}
.search-btn button {
	background-color: transparent;
	border: none;
	color: #777;
/*    font-size: large;*/
}
/* Tabs */
.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}
.tab-button {
/*    flex: 1;*/
    padding: 10px;
    background-color: #f5f5f5;
    border: none;
    color: #909090;
    text-transform: uppercase;
    font-weight: 600;
}
.tab-button.active {
    color: #333;
    background-color: #e9e9e9;
    border-bottom: 2px solid #ad0000;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: -100%;
	width: 90%;
	max-width: 300px;
	height: 100%;
	background-color: #fff;
	transition: transform 0.3s ease, left 0.3s ease;
	z-index: 1000;
	overflow-y: auto;
    overflow-x: hidden;
}
/* Prevent scrolling of the background when the menu is open */
body.lock-scroll {
    overflow: hidden;
}
.mobile-menu ul {
	padding: 0px !important;
	margin: 0;
}
.mobile-menu ul li {
	padding: 12px 20px;
	border-bottom: 1px solid #0000001b;
}
.mobile-menu ul li i {
	padding-right: 5px;
}
.mobile-menu ul li a {
	font-size: 13px !important;
	font-weight: 600 !important;
}
.mobile-header .head-logo .logoImg {
    background-color: #ffce1d;
    width: 100%;
    text-align: center;
    border-radius: 0px 0px 100px 100px;
    padding: 0px 22px 20px 22px;
    margin: 0px auto -65px;
    box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.05);
}
.hamburger.hidden {
  display: none !important;
}

/*Profile*/
.profile .border-end {
	padding: 20px;
}
.profile h3 {
	font-size: 18px;
	color: #242424;
    padding-inline: 15px 10px;
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
}
.profile ul {
	padding: 0px;
}
.profile ul li {
	display: block;
}
.profile ul li a {
	display: block;
	padding: 10px 15px !important;
    color: #242424;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}
.profile ul li a:hover {
	background-color: #f7f7f7;
}
.profile ul li .active {
	background-color: #f7f7f7;
}

/*Account Setting*/
.myAccountLink {
	padding: 20px 0px;
}
.myAccountLink {
	padding: 20px 0px;
}
.myAccountLink .deshboardRight a {
	display: block;
	padding: 20px;
	color: #555;
	font-weight: 600;
	text-align: center;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.18);
	border-radius: 5px;
}
.myAccountLink .deshboardRight a:hover {
	background-color: #f7f7f7;
}
.accountSetting .account-head a {
	font-size: 13px;
}
.accountSetting .account-head a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0px;
	border-bottom: solid 2px #e9c986;
}
.accountSetting .account-head a:hover {
	border-color: #fff;
}
.address {
	padding: 20px 0px;
}
.address h3, .aSRightPart form h4 {
	font-size: 22px !important;
	text-transform: uppercase;
	color: #242424;
	margin-bottom: 20px !important;
}
.address a {
	padding-inline: 5px;
    color: #666;
    font-weight: 600;
    font-size: 12px;
	text-transform: capitalize;
	margin-bottom: 10px !important;
}
.address a:hover {
	color: #ad0000;
}
.address .col-lg-6 div {
	margin-bottom: 10px;
}
.address .col-lg-6 p {
	font-size: 15px;
	color: #777;
	margin-bottom: 20px !important;
}
.accountSetting .aSRightPart form .form-group {
	margin-bottom: 20px;
}
.accountSetting .aSRightPart form .btn {
	font-size: 13px;
	padding: 10px 20px !important;
}
.accountSetting .myAccountLink a:before {
	font-family: "woodmart-font";
	display: block;
    color: #bbb;
	margin-bottom: 10px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1;
	transition: color .25s ease;
}
.accountSetting .myAccountLink a:hover {
    color: #bbb;
}
.accountSetting .myAccountLink a:hover:before {
    color: #ad0000;
}
.accountSetting .myAccountLink .order-link:before {
    content: "\f138";
}
.accountSetting .myAccountLink .download-link:before {
    content: "\f136";
}
.accountSetting .myAccountLink .address-link:before {
    content: "\f139";
}
.accountSetting .myAccountLink .account-link:before {
    content: "\f135";
}
.accountSetting .myAccountLink .wishlist-link:before {
    content: "\f134";
}
.accountSetting .myAccountLink .logout-link:before {
    content: "\f137";
}
.accountSetting .aSRightPart {
	padding: 25px;
}
.accountSetting .accDetailPswd {
	padding: 40px 20px 20px;
}
.accDetailPswd .row {
	position: relative;
	padding: 30px;
	border: solid 2px #e4e4e4;
}
.accDetailPswd .row .pswdHeading {
	position: absolute;
	bottom: 90%;
	left: 30px;
}
.accDetailPswd .row .pswdHeading h4 {
	text-transform: capitalize;
	background-color: #fff;
	display: inline-block;
    padding: 0px 15px;
}

/*WishList*/
.wishlist .container .product-wrapper:hover {
    box-shadow: -5px -5px 10px -5px rgba(0, 0, 0, 0.06), 
    5px 5px 20px 5px rgba(0, 0, 0, 0.06);
}
.wishlist .product-element {
	position: relative;
}
.wishlist .product-element .close {
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 10px !important;
    font-weight: 600;
	display: none;
}
.wishlist .product-element:hover .close {
	display: block;
    padding: 5px 8px 5px 8px !important;
	background-color: #fff;
	border-radius: 50%;
}
.wishlist .product-element .close a {
	color: #777;
}
.wishLists {
	padding: 40px !important;
}
.wishLists .productContent button {
	margin-top: 10px;
}
.wishlistLayout {
	padding: 30px;
}

@media only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .main-header header nav ul li {
        font-size: 13px !important;
        padding-right: 10px;
    }
    .extra-info .extra-info-blk h3 {
    	font-size: 28px !important;
    }
    .home-manwar .manwar-content .row {
    	margin-bottom: 40px !important;
    }
	
}

@media (min-width: 992px) and (max-width: 1400px) {
    .main-header .nav-left ul {
        width: max-content !important;
        margin: 0px;
    }
    .main-header .nav-left {
        padding: 0px !important;
    }
    .main-header header .head-logo .logoImg img {
		max-width: 80px;
	}
    .extra-info .extra-info-blk {
    	padding: 40px !important;
    }

}

@media (min-width: 1200px) {
    .about-us {
        padding: 65px 0px 30px !important;
    }
    .about-us .row .col-lg-4 .inner-content, .who-we-are .row .col-lg-6 .inner-content {
        margin-left: 8px !important;
    }
    .about-us-planning {
        padding: 50px 0px !important;
    }
    .about-us-planning .about-element {
        padding: 30px !important;
    }
    .about-why-us .inner-content {
        margin: 0px !important;
    }
    /* Responsive layout for desktop */
    .reviewSlide {
        flex: 0 0 33.33%;
    }
}

@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .contact-map {
        padding-top: 47px;
    }
}

@media only screen and (max-width: 992px), only screen and (max-device-width: 992px) {
	.hide-mobile {
        display: none !important;
    }
    .counter .button, .count  {
    	width: 20px !important;
    	height: 30px !important;
    	font-size: 14px !important;
    }
    
    /*Media for Product*/
    .single-product-page .product-details {
        padding-top: 40px !important;
    }
    .single-product-page .product-details figure {
        padding: 0px !important;
    }
    .single-product-page .product-details figure img {
        height: 300px !important;
    }
    .breadcrumbs1 {
        display: block !important;
    }
    .breadcrumbs1 #productNav {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .breadcrumbs2 .nav-item a {
        font-size: 14px;
    }
    .breadcrumbs2 .nav-item:not(:last-child)::after {
        font-size: 14px !important;
    }
    .breadcrumb-section {
        padding: 120px 0px 25px 0px;
    }
    .who-we-are .col-lg-6 img {
        margin: 0px !important;
    }
    .who-we-are .col-lg-6:nth-child(1), .our-story .col-lg-6:nth-child(1) {
        margin-top: 0px;
    }
    form div .col-sm-10 {
        padding-left: 30px !important;
    }
    .tabs-wrapper-nav ul {
        flex-direction: column;
    }
    .tabs-wrapper-nav ul li {
        border-top: 1px solid #ccc;
    }
    .tabs-wrapper-nav ul li a {
        padding: 15px;
        border: none;
        display: block;
        cursor: pointer;
    }
    .tabs-wrapper-nav ul li .tab-panel {
        display: none;
        padding: 15px;
        border-top: none;
    }
    .tabs-wrapper-nav ul li .tab-panel.open {
        display: block;
    }
    .contact-content .contact-row .col-lg-6 {
        padding: 20px 20px 0px 20px;
        border: none !important;
    }
    .popular-brand .brand-list li {
        width: 50% !important;
    }
    .popular-brand .brand-list li img {
        width: 130px !important;
        height: 130px !important;
    }
    .checkout-form .checkout-form-right {
        max-height: 950px;
    }
    .mobile-header .head-logo img {
        width: 100%;
    }
    .order-complete  {
    	width: 100% !important;
    }
    .order-commerce ul {
    	/*display: inline-block !important;*/
    }
    .order-commerce ul li {
		padding: 10px 0 !important;
	}
	.order-commerce ul li:nth-child(1) {
		border-bottom: solid 1px #efefef;
	}
	.order-commerce ul li:nth-child(2) {
		border-right: none;
		border-bottom: solid 1px #efefef;
	}
}

@media only screen and (max-width: 780px), only screen and (max-device-width: 780px) {
    /* slider-panel */
    .slide-panel {
        width: 100%; /* Full width for mobile */
    }
    /*Media for Header*/
    .slider-heading h1 .line1 {
        font-size:35px !important;
    }
    .slider-heading h1 .line2{
        font-size:50px !important;
    }
    .sweets-link .nav-link {
        font-size: 12px !important;
    }
    .home-testimonials, .odometer {
        padding: 30px 0px !important;
    }
    .reviewSlide {
        flex: 0 0 100%;
    }
    .arrow-pre { left: -20px; }
    .arrow-next { right: -20px; }
    
    form div .col-sm-10 {
        padding: 0px !important;
    }
    .about-banner-top img, .about-us-planning img {
    	height: 300px !important;
    }
    .who-we-are .inner-content, .our-story .sub-inner-content, .about-why-us .inner-content {
    	margin: 0px !important;
    }
    .mobile-header .head-logo .logoImg {
        padding: 0px 12px 15px 12px !important;
    }
    .contact-row .col-lg-6 {
    	padding: 15px 10px 0 !important;
    }
    .contact-content .contact-title {
    	margin-bottom: 15px !important;
    }
    .contact-text p {
        margin: 30px 0px !important;
    }
    .inner-contect-content .contact-text p {
        margin: 5px 0px !important;
    }
    
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .wishLists {
        padding: 0px !important;
    }
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .mobile-header .head-logo .logoImg {
        width: 270% !important;
        padding: 0px 15px 15px 15px !important;
        margin-left: -20px !important;
    }
    .slider-heading h1 .line1, .slider-heading h1 .line2 {
        line-height: 130px;
    }
    .section-title {
        font-size: 40px !important;
    }
    .mobile-header .head-logo .logoImg {
        padding: 0px 10px 10px 10px !important;
    }
    .sweets-link .nav-link {
        padding: 5px 7px !important;
        font-size: 10px !important;
    }
    .best-sale .best-sale-head img, .sweets-more .sweets-head img, .home-manwar .manwar-head img, .home-testimonials .testimonials-head img {
        width: 140px !important;
    }
    .sweets-more, .home-manwar, .products-featured, .extra-info .extra-info-blk, .elementor-content {
        padding: 40px 20px !important;
    }
    .home-manwar .manwar-content .row {
        margin-bottom: 25px !important;
    }
    .odometer-container {
        text-align: center;
    }
    .odometer-container .odometer-display {
        font-size: 30px !important;
    }
    .odometer h5 {
        font-size: 12px !important;
    }
    .odometer p {
        font-size: 10px !important;
    }
    .reviewSlide {
        padding: 30px 10px !important;
    }
    
    .contact-content .contact-title {
        margin: 0px !important;
    }
    footer {
        padding: 0px 10px !important;
    }
    footer .footer-right .footer-menu {
        padding: 30px 30px 0 30px !important;
    }
    .breadcrumbs2 .nav-item a {
        font-size: 10px;
        font-weight: 600 !important;
    }
    .breadcrumbs2 .nav-item:not(:last-child)::after {
        font-size: 10px !important;
        margin: 0px 10px !important;
    }
    .breadcrumb-section {
        padding: 100px 0px 25px 0px;
    }
}

@media only screen and (max-width: 350px) {
    .slider-heading h1 .line2{
        font-size:40px !important;
    }
    .section-title {
        font-size: 35px !important;
    }
    .footer-menu {
        display: block !important;
    }
    .footer-menu .col-4 {
        width: 100% !important;
    }
}