/*
Theme Name: Twenty Sixteen
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 3.3
Tested up to: 6.6
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, block-patterns
Text Domain: twentysixteen

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


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


 /* =================================== blue star ============================= */
 @font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-LightItalic.eot');
    src: url('fonts/bluestar/Bluestar-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-LightItalic.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-LightItalic.woff') format('woff'),
        url('fonts/bluestar/Bluestar-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-BoldItalic.eot');
    src: url('fonts/bluestar/Bluestar-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-BoldItalic.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-BoldItalic.woff') format('woff'),
        url('fonts/bluestar/Bluestar-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-Light.eot');
    src: url('fonts/bluestar/Bluestar-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-Light.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-Light.woff') format('woff'),
        url('fonts/bluestar/Bluestar-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-MediumItalic.eot');
    src: url('fonts/bluestar/Bluestar-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-MediumItalic.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-MediumItalic.woff') format('woff'),
        url('fonts/bluestar/Bluestar-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-Medium.eot');
    src: url('fonts/bluestar/Bluestar-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-Medium.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-Medium.woff') format('woff'),
        url('fonts/bluestar/Bluestar-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-Bold.eot');
    src: url('fonts/bluestar/Bluestar-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-Bold.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-Bold.woff') format('woff'),
        url('fonts/bluestar/Bluestar-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-Thin.eot');
    src: url('fonts/bluestar/Bluestar-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-Thin.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-Thin.woff') format('woff'),
        url('fonts/bluestar/Bluestar-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-RegularItalic.eot');
    src: url('fonts/bluestar/Bluestar-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-RegularItalic.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-RegularItalic.woff') format('woff'),
        url('fonts/bluestar/Bluestar-RegularItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-ThinItalic.eot');
    src: url('fonts/bluestar/Bluestar-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-ThinItalic.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-ThinItalic.woff') format('woff'),
        url('fonts/bluestar/Bluestar-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Bluestar';
    src: url('fonts/bluestar/Bluestar-Regular.eot');
    src: url('fonts/bluestar/Bluestar-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/bluestar/Bluestar-Regular.woff2') format('woff2'),
        url('fonts/bluestar/Bluestar-Regular.woff') format('woff'),
        url('fonts/bluestar/Bluestar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

 /* =================================== blue star ============================= */

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}
body #bluestar-font{
	font-family: 'Bluestar' !important;
	font-weight: 500 !important;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #1a1a1a;
	font-family: 'Noto Sans Devanagari';
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 1.75em;
}

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

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

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

mark,
ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
}

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

dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 1px 1px 1px;
    margin: 0 0 1.75em;
    width: 100%;
    border-color: #e7e7e7;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 0px 0px 0;
	font-weight: 700;
}

td {
	border-width: 0 0px 0px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #1a1a1a;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-weight: 700;
	letter-spacing: 0.046875em;
	line-height: 1;
	padding: 0.84375em 0.875em 0.78125em;
	text-transform: uppercase;
}

input[type="submit"] {
    background-color: #215E1A;
    font-family: Noto Sans Devanagari;
    font-weight: 600;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #007acc;
	color: #1a1a1a;
	outline: 0;
}


/* ====================== css =============== */
.homeProducts .wpsf-product {
    background: #f3f3f3;
    padding: 20px;
}

.homeProducts .wpsf-product .wps-product-image {
    border: none !important;
    height: 225px;
    background: #fff;
    width: 100%;
    display: block;
}

.homeProducts .wpsf-product .wps-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.homeProducts .wpsf-product .sp-wps-product-details {
    margin-top: 20px;
    font-family:"Noto Sans Devanagari", Sans-serif;
}

.homeProducts .wpsf-product .sp-wps-product-details .button.add_to_cart_button {
    width: 100%;
    display: block;
    border: 1px solid #1b5a14 !important;
    background:#1b5a14!important;
    color:#fff !important;
    transition:0.5s;
	
}
.homeProducts .wpsf-product .sp-wps-product-details .button.add_to_cart_button:hover{
    background:#8ec641 !important;
    border: 1px solid #8ec641 !important;
}
.homeProducts .wpsf-product .sp-wps-product-details .wpsf-product-price {
    color: #222222;
    font-size: 15px;
    margin-top: 16px;
}
.homeProducts .wpsf-product .sp-wps-product-details .wpsf-product-title a{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#wps-slider-section .wps-product-section .swiper-button-prev {
    right: inherit;
    bottom: 0px;
    left: 48%;
    transform: translateX(-50%);
	top:inherit !important;
}
#wps-slider-section .wps-product-section .swiper-button-next {
    right: inherit;
    bottom: 0px;
    left: 52%;
    transform: translateX(-50%);
	top:inherit !important;
}
.homeProducts #wps-slider-section {
    padding-top: 0px;
    padding-bottom: 45px;
}
#wps-slider-section .wps-product-section .wpsp-nav {
    background: #1b5a14 !important;
    width: 35px !important;
    height: 35px !important;
    border-radius: 50%;
    color: #fff !important;
    border-color: #1b5a14 !important;
}
.homeProducts #wps-slider-section:after {
    content: '';
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e3dfdf;
    z-index: -1;
}

button.filter-button {
    color: #000000;
}
.client-testimonial .swiper-slide-inner {
    padding: 24px;
}
.client-testimonial .swiper-slide-inner .elementskit-single-testimonial-slider {
    border-radius: 8px;
    -webkit-box-shadow: 9px 11px 14px 0 rgba(0,0,0,.02);
    box-shadow: 9px 11px 14px 0 rgba(0,0,0,.02);
    border: 1px solid #f9f9f1;
}
.header_search .dgwt-wcas-sf-wrapp {
    padding: 0;
}
.header_search .dgwt-wcas-search-wrapp {
    max-width: 100%;
}
.header_search .dgwt-wcas-sf-wrapp {
    background: none !important;
} 
.header_search .dgwt-wcas-search-wrapp #dgwt-wcas-search-input-1 {
    background: #fff;
    border: 1px solid #e4e4d9;
    padding: 5px 24px 5px 42px !important;
    font-size: 15px;
}

.header_search .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
    top: 2px !important;
    left: 10px !important;
}

.header_search .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit svg path {
    fill: #215b18;
}
/* ====================== css =============== */

.inner-category .elementor-container {
    gap: 20px;
}

.popular-cat {
    position: relative;
}

.popular-cat .elementskit-box-body {
    position: absolute !important;
    bottom: 25px;
    width: 224px !important;
    left: 50px !important;
}
.first-cat.popular-cat .elementskit-box-body {
    width: 80% !important;
    bottom: inherit !important;
    top: 50px !important;
    text-align: left;
    left: 50% !important;
    transform: translateX(-50%);
    padding: 20px !important;
}
.first-cat.popular-cat .elementskit-box-body .elementskit-info-box-title {
    line-height: 1.3;
    margin-bottom: 10px !important;
}

.gifting.popular-cat .elementskit-box-body{
	left:25px;
	right:inherit !important;
	bottom:inherit !important;
	top:50px !important;
}
.first-cat.popular-cat .elementskit-box-body .elementskit-box-style-content {
    width: 80%;
}
.popular-cat .elementskit-info-image-box {
    height: 290px;
}

.first-cat.popular-cat .elementskit-info-image-box {
    height: 600px;
}
.popular-cat .elementskit-info-image-box .elementskit-box-header {
    height: 100%;
}

.popular-cat .elementskit-info-image-box .elementskit-box-header img {
    height: 100%;
    object-fit: cover;
}
/* For Owl Carousel or Swiper.js, additional styles would be here */
.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    border-radius: 8px!important;
    padding: 0px!important;
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 14px 22px 10px 22px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
button.ytp-button.ytp-copylink-button.ytp-show-copylink-title.ytp-copylink-button-visible {
    display: none;
}
#fkcart-modal .fkcart-coupon-area .fkcart-coupon-input-wrap .fkcart-coupon-button {
    border: #215E1A;
    font-size: 14px;
    height: 36px;
    min-width: 20%;
    margin: 0;
    border-radius: 0 3px 3px 0;
    user-select: none;
    padding: 4px 16px;
    font-weight: 500;
}
#fkcart-modal .fkcart-primary-button {
    font-size: 16px;
    padding: 12px 24px;
    line-height: 20px;
    background: #215E1A;
    border-radius: var(--fkcart-border-radius,3px);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    outline: 0;
    color: var(--fkcart-primary-font-color);
    border: 0;
    box-shadow: none;
}
#fkcart-modal .fkcart-primary-button {
    font-size: 16px;
    padding: 12px 24px;
    line-height: 20px;
    background: #1e5a17!important;
    border-radius: var(--fkcart-border-radius,3px);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    outline: 0;
    color: var(--fkcart-primary-font-color);
    border: 0;
    box-shadow: none;
}

#fkcart-modal .fkcart-primary-button:hover {
    font-size: 16px;
    padding: 12px 24px;
    line-height: 20px;
    background: #1e5a17!important;
    border-radius: var(--fkcart-border-radius,3px);
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    position: relative;
    outline: 0;
    color: var(--fkcart-primary-font-color);
    border: 0;
    box-shadow: none;
}
a.reset_variations {
    font-family: 'Noto Sans Devanagari';
    font-size: 15px!important;
    font-weight: 600;
}

	/* banner */
.page-header {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
    /* color: #fff; */
    border-radius: 5px;
    background-position: center center;
	background-size: cover;
}
.page-header.paddiv {
    position: relative;
    display: block;
    background-color: #000;
    z-index: 1;
    margin-bottom: 60px;
    /* color: #fff; */
    border-radius: 5px;
}
.page-header .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
}
.page-header-bg.single-product {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .40;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    background: #000000;
}
.page-header__inner {
    position: relative;
    display: block;
    padding: 40px 0 40px;
    /* text-align: center; */
    z-index: 15;
}
.page-header__inner h1 {
    color: #fff;
    line-height: 52px;
    margin-bottom: 6px;
    font-family: "Noto Sans Devanagari";
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}
.thm-breadcrumb {
    position: relative;
    display: inline-block;
    padding: 5px 20px 5px;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
    background: none;
    color:#b3b3b3;
    font-family: 'Noto Sans Devanagari';
    text-decoration: none;
    border-radius: 10px;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #969696;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    text-decoration: none;
    transition: all 500ms ease;
    padding-left: 10px;
    color: #969696;
}
.thm-breadcrumb li+li {
    margin-left: 3px;
}
.thm-breadcrumb li span {
    font-size: 13px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    border: 1px solid #9b9b9a;
    border-radius: 7px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #215E1A;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.cat_btn a.elementskit-btn.whitespace--normal {
    padding: 17px 30px 13px 30px !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 0px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: var(--bs-black);
    background: #ffffff;
    box-shadow: 0 1px 2px 0px #e9e9e9;
    border-top: 3px solid #1F5A14;
    margin-bottom: 10px!important;
    font-size: 15px;
    font-family: "Noto Sans Devanagari", Sans-serif;
    margin: 0;
}
.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #8EC642 !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: var(--bs-black);
    background: #ffffff;
    box-shadow: 0 1px 2px 0px #e9e9e9;
    border-top: 3px solid #1F5A14;
    margin-bottom: 10px!important;
    font-size: 15px;
    font-family: "Noto Sans Devanagari", Sans-serif;
    margin: 0;
}
.woocommerce-message {
    background-color: #e7e7e7;
}
.irs--flat .irs-bar {
    top: 25px;
    height: 12px;
    background-color: #478f3f;
}
.irs--flat .irs-handle {
    top: 19px;
    width: 11px;
    height: 23px;
    border-radius: 5px;
    background-color: #19760f;
}
.irs--flat .irs-handle>i:first-child {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    background-color: #28761f;
}
.irs--flat .irs-from, .irs--flat .irs-single, .irs--flat .irs-to {
    color: #fff;
    font-size: 11px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background-color: #215E1A;
    border-radius: 4px;
    font-family: 'Noto Sans Devanagari';
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
    color: #000000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #1F5A14;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}

.woocommerce ul.products li.product {
    margin: 0 0 !important;
    box-sizing: border-box;
    padding: 2px!important;
    text-align: center;
    border-radius: 1px!important;
    background: #fbfffb!important;
    border-radius: 8px!important;
    border-color: #282828!important;
}
.woocommerce ul.products li.product a img {
    width: 100%;
    transition: transform .5s ease;
    height: 230px!important;
    object-fit: cover;
    margin-bottom: 28px !important;
    background: #f9f9f9!important;
    border-radius: 5px 5px 0px 0px!important;
}
a.fkcart-item-title {
    font-family: 'Noto Sans Devanagari';
}
span.woocommerce-Price-amount.amount {
    font-family: 'Noto Sans Devanagari';
}
span.woocommerce-Price-amount.amount{
	font-family: 'Noto Sans Devanagari';
}
td.p5px.alpha75 {
    font-family: 'Noto Sans Devanagari';
	font-weight: 700;
}
td.p5px.fw6 {
    font-family: 'Noto Sans Devanagari';
}
th.woocommerce-product-attributes-item__label {
    font-family: 'Noto Sans Devanagari';
}
td.woocommerce-product-attributes-item__value {
    font-family: 'Noto Sans Devanagari';
}

.page-id-12 a.button.wc-forward {
    color: white!important;
}

.page-id-12 a.button.wc-forward {
    color: white!important;
}
.woocommerce form .form-row .required {
    color: #1F5A14;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden;
}
ul.thm-breadcrumb.list-unstyled {
    display: none;
}
.payment_method_phonepe img {
    height: 57px !important;
}
section.page-header {
    margin-bottom: 61px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
    display: none;
}
#wps-slider-section #sp-woo-product-slider-4931 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover, #wps-slider-section #sp-woo-product-slider-4931 .wpsf-cart-button a.added_to_cart {
    color: #ffffff;
    background-color: #1F5A14 !important;
    border-color: #222222;
}
.form {
    margin-top: 30px;
}
.form .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.form .col-lg-6 {
    width: 50%;
    padding: 0 10px;
}
.form .col-lg-12 {
    width: 100%;
    padding: 0 10px;
}
.form .form-group {
    margin-bottom: 22px;
}
.form .form-group .field-set {
    width: 100%;
    height: 50px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field {
    width: 100%;
    height: 100px;
    border: 1px solid #dddddd;
    text-transform: capitalize;
    padding: 10px 18px;
    color: #555;
    /* padding-top: 10px; */
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
}
.form .form-group .area-field:focus { 
    outline: none !important;
    border-color: #1a3b5a;
 }
.form .btn {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    line-height: 20px;
    width: 100%;
    padding: 10px 100px;
    border-radius: 2px;
	border: 1px solid #1F5A14;
    background-color:#1F5A14;
}

.form .btn:hover {
    background: #1F5A14;
    color: #fff;
    border: 1px solid #1F5A14;
    width: 100%;
}
.woocommerce-Tabs-panel--description tr:nth-child(even) {
    background: #efefef;
}
.error-page-area {
    text-align: center;
    margin-bottom:50px;
}
.error-bottom h2 {
    font-size: 27px;
    font-weight: 500;
    font-family: "Oxanium", Sans-serif;
    color: #000;
    margin-bottom: 20px;
}
.error-top img {
    border-radius: 5px;
    width: 300px;
}
.error-bottom p {
    font-family: "Work Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #636363;
    margin-bottom: 35px;
}

a.default-btn-error {
    font-family: "Oxanium", Sans-serif;
    font-weight: 600;
    background-color: transparent;
    background-image: linear-gradient(-90deg, #215E1A 49%, #215E1A 100%);
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 14px 25px 14px 25px;
    color:#fff;
    text-decoration:none;
}
a.default-btn-error:hover{
    background-image: linear-gradient(-90deg, #215E1A 49%, #215E1A 100%);
}
@media only screen and (min-width: 768px) and (max-width: 992px){
	.first-cat.popular-cat .elementskit-box-body {
    height: 395px !important;
		padding: 17px !important;
}
	.elementor-5154 .elementor-element.elementor-element-7198868 .elementskit-info-image-box.style-modern .elementskit-box-body {
    width: 100%;
    margin-top: -20px;
    margin-right: 1px;
}
	.elementor-5154 .elementor-element.elementor-element-192458e .elementskit-info-image-box.style-modern .elementskit-box-body {
    width: 100%;
    margin-top: -20px;
    margin-right: 2px;
}
	.elementor-5154 .elementor-element.elementor-element-4de757e .elementskit-info-image-box.style-modern .elementskit-box-body {
    width: 100%;
    margin-top: -20px;
    margin-right: 15px;
}
	#wps-slider-section .wps-product-section .swiper-button-prev {
    right: inherit;
    bottom: 0px;
    left: 45%;
    transform: translateX(-50%);
    top: inherit !important;
}
    .error-page-area {
        padding: 0 10px;
    }
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 7px 2px 7px 44px;
    line-height: 24px;
    font-size: 14px;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto,sans-serif;
    background-color: #eee;
}
	.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
 
    position: absolute;
    min-height: 33px;
    min-width: 33px;
    height: 33px;
    width: 33px;
    left: 23px;
    top: 15px;
    
}
	.page-id-6360 .popular-cat .elementskit-box-body {
    position: absolute !important;
    bottom: 30px;
    width: 172px !important;
    right: 17px!important;
    height: 117px;
}
	.popular-cat .elementskit-box-body {
    position: absolute !important;
    bottom: 28px;
    width: 168px !important;
    right: 15px!important;
    height: 117px;
}
	.popular-cat .elementskit-box-body {
    position: absolute !important;
    bottom: 25px;
    width: 173px !important;
    left: 15px !important;
}
	.ekit-wid-con .elementskit-btn {
    border-radius: 5px;
    font-size: 15px;
    padding: 5px 13px;
    display: inline-block;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    background-color: #2575fc;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
	.elementor-section .elementor-container {
    padding: 0px 10px;
}
	section.page-header {
    margin-bottom: 40px;
}
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right;
    font-size: 18px;
    margin-left: 62px!important;
}
.header_search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 7px !important;
    left: 85% !important;
}
}


@media only screen and (min-width: 320px) and (max-width: 767px){
	.header_search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
        top: 7px !important;
        left: 85% !important;
    }
	.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: right;
    font-size: 14px;
    margin-top: 10px!important;
}
	
	#wps-slider-section .wps-product-section .swiper-button-prev {
    right: inherit;
    bottom: 0px;
    left: 40%;
    transform: translateX(-50%);
    top: inherit !important;
}
    
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding: 8px 24px 8px 47px!important;
    line-height: 24px;
    font-size: 15px!important;
    border: 2px solid transparent;
    border-radius: 30px;
    height: auto;
    font-family: Roboto,sans-serif;
    background-color: #eee;
}
	.header_search .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit {
    top: 7px !important;
    left: 10px !important;
}
	.htslider-slider .slick-arrow {
    font-size: 16px;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 20px;
    width: 34px!important;
    height: 34px!important;

}
	   .page-id-5154 .elementor-5740 .elementor-element.elementor-element-98a5a2c img {
		   height: 202px;}
	.page-id-5154 .elementor-5745 .elementor-element.elementor-element-5b8efba img {
    height: 202px;
}
	.elementor-section .elementor-container {
    padding: 0px 10px;
}
		section.page-header {
    margin-bottom: 40px;
}
		
	
}

.first-cat img.attachment-full {
    height: 600px !important;
}
.wpsf-product-title a {
    text-transform: uppercase;
}
.product_category ul.slick-dots {
    display: none !important;
}
.aptos_font ul {
    display: flex;
    margin: 0;
}
.aptos_font ul li{
   list-style:none;
}
.ht_slider .elementor-widget-wrap.elementor-element-populated {
    padding: 0 !important;
}
ul#menu-header-menu {
    z-index: 9999 !important;
}
a.js-dgwt-wcas-enable-mobile-form.dgwt-wcas-enable-mobile-form {
    z-index: 0;
}
.show .berocket_single_filter_widget {
    background: #1f5a14;
}
.show section#woocommerce_product_categories-2 {
    background: #1f5a14;
    padding: 20px;
}
.show ul.product-categories {
    padding: 0;
    margin: 0;
}
.show ul.product-categories li a{
    color:#fff !important;
}
.show section#woocommerce_products-3 {
    display:none;
}
.show li.cat-item a::before {
    color: #fff;
}
span.price {
    color: #000;
}
/* ===========================================
   Woo Product Gallery Slider
=========================================== */

.woocommerce-product-gallery.images,
.woocommerce-product-gallery.images.wpgs-wrapper{
    width:100%;
}

/* ===========================
   Main Gallery
=========================== */

.woocommerce-product-gallery .wpgs-for,
.woocommerce-product-gallery .wpgs-for .slick-list,
.woocommerce-product-gallery .wpgs-for .slick-track,
.woocommerce-product-gallery .wpgs-for .slick-slide,
.woocommerce-product-gallery .wpgs-for .slick-slide > div,
.woocommerce-product-gallery .wpgs-for .woocommerce-product-gallery__image{
    height:350px !important;
}

.woocommerce-product-gallery .wpgs-for .woocommerce-product-gallery__image>a{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100%;
    height:100%;
}

.woocommerce-product-gallery .wpgs-for .zoomtoo-container{
    width:100%;
    height:100% !important;
    display:flex !important;
    align-items:center;
    justify-content:center;
    background:#f7f7f7;
    padding:15px;
    border-radius:10px;
    overflow:hidden;
    box-sizing:border-box;
}

.woocommerce-product-gallery .wpgs-for img.img-attr{
    width:100% !important;
    height:100% !important;
    max-width:100%;
    max-height:100%;
    object-fit:contain !important;
    object-position:center;
    display:block;
}

/* Hide Zoom Image */

.woocommerce-product-gallery .zoomImg{
    display:none !important;
}

/* ===========================
   Thumbnail Gallery
=========================== */

.woocommerce-product-gallery .wpgs-nav{
    margin-top:10px;
}

.woocommerce-product-gallery .wpgs-nav,
.woocommerce-product-gallery .wpgs-nav .slick-list,
.woocommerce-product-gallery .wpgs-nav .slick-track{
    height:auto !important;
}

.woocommerce-product-gallery .wpgs-nav .slick-slide{
    height:85px !important;
    padding:4px;
}

.woocommerce-product-gallery .wpgs-nav .thumbnail_image{
    height:85px !important;
}

.woocommerce-product-gallery .wpgs-nav .thumbnail_image img{
    width:100%;
    height:85px !important;
    object-fit:cover;
    border-radius:6px;
}

/* ===========================
   Responsive
=========================== */

@media(max-width:767px){

    .woocommerce-product-gallery .wpgs-for,
    .woocommerce-product-gallery .wpgs-for .slick-list,
    .woocommerce-product-gallery .wpgs-for .slick-track,
    .woocommerce-product-gallery .wpgs-for .slick-slide,
    .woocommerce-product-gallery .wpgs-for .slick-slide > div,
    .woocommerce-product-gallery .wpgs-for .woocommerce-product-gallery__image{
        height:300px !important;
    }

    .woocommerce-product-gallery .wpgs-nav .slick-slide,
    .woocommerce-product-gallery .wpgs-nav .thumbnail_image,
    .woocommerce-product-gallery .wpgs-nav .thumbnail_image img{
        height:70px !important;
    }

}