/*
Theme Name: Shanthi Online Plants
Theme URI: https://www.dev.santhi.online/
Description: Shanthi Online Plants is simple responsive SEO friendly theme. 
Version: 1.9.4
Tags:  blog, news, featured-images, one-column, theme-options
Text Domain: Shanthi Online Plants
Domain Path: Shanthi Online Plants
Author: Ragubathi U
Author URI: https://globytex.com/
*/
/* ***** Master Stylesheet ***** */
/* :: 1.0 Import Fonts */
/*@import url("https://fonts.googleapis.com/css?family=Karla:400,700");*/
/* :: 2.0 Import All CSS Plugins */


/*Show More Less Content Css*/
/*.more-content span {
  display: none;
}
.read-more {
  display: block;
}
.section-heading h3 span {
  color: #329230;
}*/
/* ,.woocommerce-form-coupon-toggle,.woocommerce-cart-form .actions .coupon */
/*.product-meta-data .tinv-wishlist-clear{
  display: none;
}
.product-meta-data .tinvwl-shortcode-add-to-cart{
  display: contents;
}
.woocommerce-MyAccount-content{
  padding-top: 30px;
}
.header-area #wishIcon a .wishlist_products_counter_text{
  display: none;
}
.woocommerce form .form-row {
  display: block;
}*/
/* body {
  font-family: 'Poppins', sans-serif !important;
} */
body a {
	color: #333;
}

.checkbox input[type="checkbox"] {
	position: inherit;
}

.toast {
	visibility: hidden;
	min-width: 250px;
	margin-left: -125px;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
}

.toast.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.toast-feedback {
	visibility: hidden;
	width: 100%;
	margin: 0 auto;
	background-color: #333;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 16px;
	position: fixed;
	z-index: 10;
	bottom: 30px;
	font-size: 17px;
}

.toast-feedback.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.error-message {
	display: none;
	color: #ff0000;
	font-size: 13px;
}

.contact-form .form-wrap {
	margin-bottom: 20px;
}

.contact-form .form-wrap input,
.contact-form .form-wrap textarea {
	margin-bottom: 0;
}

.woocommerce .quantity .qty {
	padding: 0;
}

.view-all {
	text-align: center;
	margin-bottom: 20px;
}

/*Our Team*/
.team {
	background: #fff;
	/*padding: 60px 0;*/
}

.team row {
	padding: 60px 0;
}

.team .member {
	overflow: hidden;
	text-align: center;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
	transition: 0.3s;
}

.team .member .member-img {
	position: relative;
	overflow: hidden;
}

.team .member .member-img:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.team .member .social {
	position: absolute;
	right: -100%;
	top: 30px;
	opacity: 0;
	border-radius: 4px;
	transition: 0.5s;
	background: rgba(255, 255, 255, 0.3);
	z-index: 2;
}

.team .member .social a {
	transition: color 0.3s;
	color: rgba(1, 41, 112, 0.5);
	margin: 15px 12px;
	display: block;
	line-height: 0;
	text-align: center;
}

.team .member .social a:hover {
	color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
	font-size: 18px;
}

.team .member .member-info {
	padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 20px;
	color: #012970;
}

.team .member .member-info span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #aaaaaa;
}

.team .member .member-info p {
	font-style: italic;
	font-size: 13px;
	padding-top: 15px;
	line-height: 22px;
	color: #5e5e5e;
}

.team .member:hover {
	transform: scale(1.08);
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
	right: 8px;
	opacity: 1;
}

/****************/

.product-view-more {
	background-color: #329230;
	color: #fff;
	-webkit-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
	display: inline-block;
	height: 50px;
	padding: 0 30px;
	line-height: 48px;
	font-weight: 700;
}

.product-view-more:hover {
	background-color: #000;
	color: #fff;
}

.agileits-navi_search ul li a.dropdown-toggle,
.agileits-navi_search ul li a:focus,
.agileits-navi_search ul li a:hover {
	color: #000;
}

.agileits-navi_search ul li a {
	color: #fff;
}

/* custom css */
.holder .post_title {
	text-align: center;
	padding: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	/*     background-color: #6CBB3C; */
	box-shadow: 0px 0px 5px 1px #0000002e;
	padding: 20px;
	border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	padding: 10px;
	margin: 5px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active {
	background: #329230;
	padding: 10px;
	border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
	background: #329230;
	padding: 10px;
	border-radius: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover a {
	color: #fff;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--affiliate-dashboard {
	display: none;
}

@media only screen and (min-width: 768px) {
	.product-sec1 .men-thumb-item img {
		width: 250px;
		height: 250px;
	}

	.item-info-product h4 {
		/* width: 250px; */
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-bottom: 10px;
		font-weight: 500;
	}
}

@media only screen and (max-width: 767px) {
	.whatsapp {
		/*bottom: 30px;*/
		background: linear-gradient(#329230, #329230) 10px 84%/10px 15px no-repeat, radial-gradient(#329230 58%, transparent 0);
		margin: 67px -46px;
	}
}

body #onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
	bottom: 86px;

}

/*body img.lazyloaded {
    max-height: 80vh;
}*/
body a.checkout-button.button.alt.wc-forward {
	background-color: #329230;
}

body a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	font-size: 13px;
	color: #fff;
	background: #329230;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	padding: 13px;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
}

body a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
	font-size: 13px;
	color: #fff;
	background: #329230;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	padding: 13px;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

body a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart :hover {
	font-size: 13px;
	color: #fff;
	background: #000;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	padding: 13px;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

body button#place_order {
	background-color: #329230;
	float: left;
	width: 170px;
	align-items: center;
	border-radius: 3px;
}

input#coupon_code {
	width: 100%;
	height: 39px;
}

.woocommerce-cart-form .coupon {
	width: 100%;
}

button.button {
	margin-left: 15px;
	width: 156px;
}

body form.last {
	text-align: left;
}

button #btn-razorpay {
	font-size: 13px;
	color: #fff;
	background: #329230;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	padding: 13px;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

button #btn-razorpay:hover {
	font-size: 13px;
	color: #fff;
	background: #329230;
	text-decoration: none;
	position: relative;
	border: none;
	border-radius: 0;
	width: 100%;
	text-transform: uppercase;
	padding: 13px;
	outline: none;
	letter-spacing: 1px;
	font-weight: 600;
	text-align: center;
}

select.orderby {
	height: 34px;
	width: 256px;
}

/*product image height*/
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail.lazyloaded {
	max-height: 251.3px;
}

.wpf-search-container .woocommerce-result-count {
	font-weight: 700;
	margin-top: 20px;
	font-size: 18px;
}

a.showlogin:hover {
	color: #329230;
}

a.showcoupon:hover {
	color: #329230;
}

td.value {
	background-color: #fff;
	width: 200px;
}

label {
	color: #000;
	font-size: 23px;
}

button.single_add_to_cart_button.button.alt {
	background-color: #329230;
}

button.single_add_to_cart_button.button.alt:hover {
	background-color: #000;
}

/*cart page*/
.quantity {
	display: flex;
	justify-content: space-around;
	align-items: right;
	/* text-align: right; */
	/* float: right; */
}

input#quantity_6172ded3c8591 {
	float: right;
	margin-right: 0px;
}

#sidebar {
	display: none;
}

@media(max-width: 991px) {
	.logo_agile {
		align-items: center;
	}
}

.single-recent-blog .post-thumbnail img {
	display: none;
}

/*cart button*/
button.notification {
	margin-top: 2px;
}

@media (max-width:642px) {
	button.notification {
		margin-top: 0px;
	}
}

@media (max-width:425px) {
	button.notification {
		margin-top: 2px;
	}
}

@media (max-width:375px) {
	button.notification {
		margin-top: 1px;
		padding-bottom: 6px
	}
}

@media (max-width:320px) {
	button.notification {
		margin-top: -1px;
		padding-bottom: 4px;
	}
}

@media(max-width:1440px) {
	i.fa.fa-whatsapp.whatsapp {
		margin-bottom: 49px;
	}
}

h2 {
	margin: 20px auto 80px;
	font-size: 38px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5;
}

details {
	width: 90%;
	min-height: 5px;
	max-width: 700px;
	padding: 25px 25px 25px 25px;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 15px;
	box-sizing: border-box;
	transition: all .3s;
}

details+details {
	margin-top: 20px;
}

details[open] {
	min-height: 50px;
	background-color: #f6f7f8;
	box-shadow: 2px 2px 20px rgba(0, 0, 0, .2);
}

details p {
	color: #96999d;
	font-weight: 300;
	font-size: 14px;
	margin-top: 10px;
}

summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
	cursor: pointer;
}

summary:focus {
	outline: none;

}

summary:focus::after {
	content: "";
	height: 100%;
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 0 5px #329230;
}

summary::-webkit-details-marker {
	display: none
}

.control-icon {
	fill: #329230;
	transition: .3s ease;
	pointer-events: none;
}

.control-icon-close {
	display: none;
}

details[open] .control-icon-close {
	display: initial;
	transition: .3s ease;
}

details[open] .control-icon-expand {
	display: none;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
	right: 30px;
}

.col-md-3.logo_agile {
	max-height: 75px;
}

#onesignal-bell-container.onesignal-reset .onesignal-bell-launcher.onesignal-bell-launcher-bottom-right {
	bottom: 20px;
	right: 33px;
}

h2.woocommerce-loop-product__title {
	/*width: 250px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

bdi {
	font-size: 16px;
	color: #000;
}

.product-men>div:first-child {
	border: 0.5px solid #e7e0e0;
	justify-content: space-around;
	padding: 10px;
	box-shadow: 10px 10px 25px;
	overflow: hidden;
	border-radius: 0px 20px 0px 20px;
}

@media (max-width: 1024px) {
	.owl-stage-outer {
		max-height: 378px;
	}

}

@media (max-width: 768px) {
	.owl-stage-outer {
		max-height: 285px;
	}
}

@media (max-width: 425px) {
	.owl-stage-outer {
		max-height: 158px;
	}
}

@media (max-width: 375px) {
	.owl-stage-outer {
		max-height: 139px;
	}
}

@media (max-width: 320px) {
	.owl-stage-outer {
		max-height: 119px;
	}
}

/* Next & previous buttons */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/*product categories in home page*/

.column {
	float: left;
	width: 8.2%;
	align-items: center;
	position: relative;

}

.column img {
	padding: 10px;
}

.column h6 {
	text-align: center;
}

.category {
	margin-right: 0;
	margin-left: 0;

}

.car {
	padding: 1px;
}

@media(max-width: 768px) {
	.column {
		float: left;
		width: 25%;
		padding: 1px;
	}

	.column h6 {
		font-size: 7px;
	}

	.sub_category_column {
		display: inline-flex;
		width: 20%;
		padding: 3px;
	}

	.sub_category_column h6 {
		font-size: 10px;
	}

}

@media(max-width: 425px) {
	.column h6 {
		font-size: 5px;
	}

	.sub_category_column h6 {
		font-size: 10px;
	}
}


body div#onesignal-bell-launcher {
	margin-right: 12px;
}

td.woocommerce-table__product-total.product-total span.woocommerce-Price-amount.amount {
	float: right;
}

td woocommerce-table__product-total .product-total {
	float: right;
}

select#billing_state {
	height: 48px;
}

@media (max-width: 991px) {
	img.ls-is-cached.lazyloaded {
		margin-left: 8%;
	}
}

@media (max-width: 425px) {
	.col-xs-7.contact-text.w3-agileits p a {
		font-size: 10px;
	}
}

.col-md-3.logo_agile {
	max-height: 75px;
}

.owl-stage-outer {
	max-height: 100%;
}

.owl-stage-outer {
	max-height: 706px;
}

@media (max-width: 1440px) {
	.owl-stage-outer {
		max-height: 534px;
	}
}

@media (max-width: 1024px) {
	.owl-stage-outer {
		max-height: 378px;
	}

}

@media (max-width: 768px) {
	.owl-stage-outer {
		max-height: 285px;
	}
}

@media (max-width: 425px) {
	.owl-stage-outer {
		max-height: 158px;
	}
}

@media (max-width: 375px) {
	.owl-stage-outer {
		max-height: 139px;
	}
}

@media (max-width: 320px) {
	.owl-stage-outer {
		max-height: 119px;
	}
}

.holder .woocommerce a.added_to_cart[title="View cart"] {
	display: none;
}

.glyphicon-chevron-left:before {
	content: "\e079";
}

.glyphicon-chevron-right:before {
	content: "\e080";
}


/*@media (max-width: 2560px) {
  div#back-top{
    margin-top: 30%;
}
}
@media (max-width: 1024px) {
  div#back-top{
    margin-top: 36%;
}
}
@media (max-width: 768px) {
  div#back-top{
    margin-top: 35%;
}
}
@media (max-width: 425px) {
  div#back-top{
    margin-top: 40%;
}
}

@media (max-width: 375px) {
  div#back-top{
    margin-top: 60%;
}
}*/
div#back-top {
	display: none;
	position: fixed;
	bottom: 80px;
	left: 2%;
	z-index: 99;
	font-size: 18px;
	border: none;
	outline: none;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 4px;
}

@media (max-width: 475px) {
	div#back-top {
		display: none;
		position: fixed;
		bottom: 89px;
		left: -2%;
		z-index: 99;
		font-size: 18px;
		border: none;
		outline: none;
		color: white;
		cursor: pointer;
		padding: 15px;
		border-radius: 4px;
	}

}

@media (max-width: 768px) {
	div#back-top {
		display: none;
		position: fixed;
		bottom: 90px;
		left: 5%;
		z-index: 99;
		font-size: 18px;
		border: none;
		outline: none;
		color: white;
		cursor: pointer;
		padding: 15px;
		border-radius: 4px;
	}

}

@media (max-width: 1024px) {
	div#back-top {
		display: none;
		position: fixed;
		bottom: 90px;
		left: 3%;
		z-index: 99;
		font-size: 18px;
		border: none;
		outline: none;
		color: white;
		cursor: pointer;
		padding: 15px;
		border-radius: 4px;
	}

}


@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot');
	src: url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'), url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('http://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.owl-carousel {
	display: block !important;
	opacity: 1 !important;
}

@media only screen and (min-width: 768px) {
	/* .owl-carousel {
    min-height: 600px;
  } */
}

#myCarousel .owl-nav {
	display: flex;
	justify-content: space-between;
	padding: 0 30px;
	position: absolute;
	width: 100%;
	top: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	color: #0000004f !important;
}

.truckcolor {
	background-color: 329230;
}

.searh-input {
	border-radius: 10px;
}

.agileits_search .btn-default:hover {
	border-radius: 10px;
}

.holder {
	margin-top: 30px;
}

/* New Design 2025 */
/* Header Top */
.home-header-top {
	background-color: #006838;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	width: 100%;
}

.home-header-top .container {
	width: 100%;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
}

.home-header-top .row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}

.home-header-top .col {
	flex: 1;
	min-width: 200px;
	padding: 5px;
}

@media (max-width: 768px) {
	.home-header-top .row {
		flex-direction: column;
	}

	.home-header-top .col {
		text-align: center;
		padding: 8px 0;
	}
}

.user_block img {
	max-width: none;
}

.user_block img {
	width: 35px;
}

/* Header Top End */

/* Header new 2025 */
.header-bot .header ul li {
	border-right: none;
}

.header-bot .header ul li {
	width: 15%;
}

.header-bot .header ul li.active a {
	width: 15%;
	color: #0F4C35;
	font-weight: 600;
}

.header-bot .agileits_search input[type=search] {
	border: 1px solid #dadddf;
	border-radius: 20px;
	width: 65%;
}

.user_block {
	display: flex;
}

.user_block {
	display: flex;
	gap: 10px;
}

.header-bot .logo_agile img.ls-is-cached.lazyloaded {
	width: 110px;
	height: 55px;
}

.header-bot .nav>li>a:hover,
.header-bot .nav>li>a:focus {
	color: #329230;
	background-color: transparent;
}

.header-bot #searchform {
	position: relative;
}

.header-bot #s {
	width: 100%;
	padding: 10px 40px 10px 15px;
}

.header-bot #searchform button {
	position: absolute;
	right: 0px;
	background: none;
	font-size: 18px;
}

.header-bot #searchform button .fa-search {
	color: #888;
}

h2.new_product {
	text-align: left;
	font-size: 24px;
	margin-bottom: 10px;
	color: #006838;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 20px 20px 20px;
}

.pick-variety h6 {
	color: #006838;
	font-size: 16px;
	padding-top: 10px;
	font-weight: 500;
}

.pick-variety .column.car {
	padding: 10px;
}

.pick-variety .column.car img {
	width: 100%;
	transition: transform 0.3s ease-in-out;
}

.pick-variety .column.car .image-wrapper {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	width: 132px;
	height: 128px;
}

.pick-variety .column.car a {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.pick-variety .column.car .image-wrapper::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 128, 0, 0.6);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.pick-variety .column.car:hover .image-wrapper::after {
	opacity: 1;
}

.pick-variety .column.car:hover img {
	/* transform: scale(1.1); */
}

.pick-variety .zoom-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: white;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.pick-variety .column.car:hover .zoom-icon {
	opacity: 1;
}

.logo_agile {
	max-height: 75px;
	padding: 10px;
	justify-content: flex-start;
	display: flex;
}

.heder-logo-nav {
	display: flex;
	/* gap: 20px; */
}

.header.other_optn {
	display: flex;
	justify-content: flex-end;
}

.header-bot {
	padding: 15px 0 0px;
	border-bottom: none;
}

.agileits_search {
	width: 65%;
}

/* Best Seller */
.product-men>div:first-child {
	border: 0.5px solid #e7e0e0;
	justify-content: space-around;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
	border-radius: 0;
}

.best-sellers .item-info-product,
.offer_block .item-info-product,
.new_arrivals .item-info-product {
	padding: 10px;
}

.best-sellers .img-deal1 a,
.best-sellers span.item_price,
.offer_block span.item_price,
.new_arrivals span.item_price {
	font-size: 18px;
	color: #FC821A;
}

.info-product-price {
	margin: 12px 0;
	font-family: 'Open Sans';
	font-weight: 600;
}

.offer_block {
	background-color: #def3de61;
	padding-top: 30px;
	padding-bottom: 30px;
}

.choose img.img-fluid {
	width: 100%;
	margin-bottom: 20px;
}

.offer_block .offer .heading-tittle {
	text-align: left;
	color: #fff;
	font-size: 24px;
	padding: 15px;
	background-color: #006838;
	font-weight: bold;
}

.offer_block .product-sec1 {
	padding: 0px;
}

body {
	overflow-x: hidden;
}

.offer_block .item-info-product h4 a {
	color: #134d12;
}

.product_star .star-rating {
	font-size: 20px;
	line-height: 1;
	display: inline-block;
	position: relative;
	unicode-bidi: bidi-override;
	direction: ltr;
}

.product_star .star-rating::before {
	content: "★★★★★";
	color: #B3B3B3;
	font-weight: bold;
}

.product_star .star-rating span {
	position: absolute;
	top: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	color: #FC821A;
}

.product_star .star-rating span::before {
	content: "★★★★★";
	font-weight: bold;
}

.product_star .star-rating.no-rating span {
	display: none;
}

.product-sec1 .owl-carousel .owl-item .men-thumb-item {
	width: 272px;
	height: 300px;
}

.product-sec1 .owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.product-sec1 .item-info-product {
	margin-top: 5px;
	text-align: left;
}

/* Best seller End */
/* Home About start */
.home_about {
	background-color: #def3de61;
	padding-top: 60px;
	padding-bottom: 15px;
	text-align: center;
}

.home_about .description {
	padding: 5px 40px 40px 40px;
}

.home_about p {
	padding: 10px;
	font-size: 12px;
}

.home_about h3.heading-tittle {
	color: #006838;
	font-size: 24px;
}

/* Home About End */
/*  why choose */
.why_choose {
	background: linear-gradient(to right, #205720, #52c752);
	padding: 100px 0;
	text-align: center;
}

.why_choose h3.heading-tittle {
	color: #fff;
	font-size: 30px;
	padding-bottom: 50px;
}

.why_choose .col-md-4 {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 30px;
	border-radius: 10px;
}

.choose_block {
	padding: 10px;
}

.why_choose .col-md-4 img {
	max-width: 100px;
	margin-bottom: 15px;
}

.why_choose strong {
	color: #fff;
	font-size: 18px;
}

.why_choose p {
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
}

.choose_block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.choose_block .col-md-4 {
	width: calc(100% / 3 - 10px);
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
}


/* why choose end */
/* Happy customer css */
.happy_customer {
	background: #fff;
	padding: 50px 0;
	text-align: center;
}

.happy_customer .heading-tittle {
	font-size: 24px;
	margin-bottom: 30px;
	color: #006838;
}

.customer_card {
	background: #fff;
	border-radius: 50px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ebe2e2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.customer_card img {
	width: 152px !important;
	height: 160px;
	border-radius: 50%;
	object-fit: cover;
	margin-bottom: 15px;
	border: 3px solid #329230;
}

.stars {
	color: #FC821A;
	font-size: 20px;
	margin-bottom: 10px;
}

.customer_card .name {
	color: #006838;
	font-weight: 500;
}

.customer_card p {
	font-size: 12px;
	color: #323232;
	font-weight: 500;
	margin: 0;
	padding: 0 10px;
	height: 200px;
}

.happy_customer button.owl-next {
	position: absolute;
	right: -40px;
}

.happy_customer button.owl-prev {
	position: absolute;
	left: -40px;
}

.happy_customer .owl-nav {
	display: flex !important;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.happy_customer .owl-prev,
.owl-next {
	background: rgba(0, 0, 0, 0.5);
	color: white;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	cursor: pointer;
}

.happy_customer .owl-theme .owl-nav {
	color: #869791;
}

.customer_reviews .owl-prev-btn,
.customer_reviews .owl-next-btn {
	display: inline-block;
	background: #fff !important;
	color: #444;
	border: 1px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
}

/* Happy customer css end */
/* Influencer section */
.influencer_section {
	background: url("ins.jpg") no-repeat center center/cover;
	height: 500px;
	display: flex;
	align-items: center;
	position: relative;
}

.left_empty {}

.influencer_section h3.heading-tittle {
	text-align: left;
	color: #006838;
	font-size: 24px;
}

.influencer_section p.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.right_content {
	padding: 40px;
	border-radius: 10px;
	text-align: left;
}

.right_content h2 {
	font-size: 28px;
	color: #333;
}

.right_content p {
	font-size: 12px;
	color: #555;
}

.influencer_section a.btn.btn-primary {
	background-color: #006838;
	color: #fff;
	border: none;
	font-weight: bold;
	padding: 10px 70px;
	border-radius: 1px;
	font-size: 12px;
}

/* Influencer section End */
/* Best Seller css */
.product-new-top {
	left: 5px !important;
	top: 8px;
	width: 62px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
	border-radius: 0;
	font-weight: 500;
}

.product-carousel .owl-nav {
	position: absolute;
	top: -37px;
	right: 10px;
	display: flex;
	gap: 10px;
}

.product-carousel .owl-prev-btn,
.product-carousel .owl-next-btn {
	display: inline-block;
	background: #fff;
	color: #444;
	border: 1px solid;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	line-height: 17px;
	cursor: pointer;
}

.owl-prev-btn:hover,
.owl-next-btn:hover {
	background: #f04;
}

.owl-carousel.product-carousel .item,
.owl-carousel.offer_week-carousel .item,
.owl-carousel.new_arrivals-carousel .item {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 0;
}

.owl-carousel.offer_week-carousel .item {
	padding: 10px;
}

.men-pro-item {
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product-carousel .owl-prev-btn,
.product-carousel .owl-next-btn {
	display: inline-block;
	background: #fff;
	color: #444;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 25px;
	cursor: pointer;
}

.best-sellers .product-new-top,
.new_arrivals .product-new-top {
	background-color: #00DC00;
}

/* Best Seller css  End*/
.plant_cat {
	display: none;
}

.mobile ul.nav.navbar-nav.menu__list {
	width: 100%;
	display: flex;
	gap: 10px;
}

/* offer week css */
.offer_week-carousel .owl-prev-btn,
.offer_week-carousel .owl-next-btn {
	display: inline-block;
	background: #fff;
	color: #444;
	border: 1px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
}

.best-sellers .snipcart-details,
.offer_week-carousel .snipcart-details,
.new_arrivals .snipcart-details {
	width: 100%;
}

.offer_week-carousel .owl-nav {
	position: absolute;
	top: -59px;
	right: 10px;
	display: flex;
	gap: 10px;
}

.offer_block .product-sec1.offer {
	background-color: #e7bb3f;
	padding-bottom: 20px;
	border-radius: 10px;
}

.offer_week-carousel .owl-carousel.owl-drag .owl-item {
	padding-bottom: 25px;
}

.offer_week-carousel .product-men>div:first-child {
	margin-bottom: 25px;
}

/* offer week end css */
/* New arrivals css */
.new_arrivals h3.heading-tittle {
	text-align: left;
	font-size: 24px;
	margin-bottom: 10px;
	color: #006838;
	font-weight: bold;
}

.new_arrivals-carousel .owl-nav {
	position: absolute;
	top: -30px;
	right: 10px;
	display: flex;
	gap: 10px;
}

.new_arrivals-carousel .owl-prev-btn,
.new_arrivals-carousel .owl-next-btn {
	display: inline-block;
	background: #fff;
	color: #444;
	border: 1px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
}

.see {
	display: none;
}

/* New arrivals css end */

/* Footer css */
.main-footer ul li {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main-footer ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
}

.main-footer ul li span {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
}

.main-footer .widget-title {
	color: #fff;
	font-size: 13px;
	font-weight: 100;
	margin-top: 10px;
	margin-bottom: 10px;
}

.main-footer .social .widget-title {
	text-align: left;
}

.footer-social-info a {
	margin-bottom: 0px;
}

.main-footer .social a {
	display: unset;
}

.main-footer.section-padding-80-0 {
	padding-top: 80px;
	padding-bottom: 0;
	padding: 80px 20px 0px 20px;
}

/* vedios section  */
.vedio_section {
	height: 700px;
}

.product-carousel .owl-stage-outer,
.offer_week-carousel .owl-stage-outer,
.new_arrivals-carousel .owl-stage-outer {
	max-height: 510px;
}

/* vedios section end */
/* Products list page */
.page-template-PT_Products-php .services-breadcrumb {
	display: none;
}

.page-template-PT_Products-php img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	border-radius: 5px;
}

.page-template-PT_Products-php .product-men .men-pro-item {
	border: none;
}

.page-template-PT_Products-php .item-info-product h4 {
	padding: 10px;
}

.page-template-PT_Products-php .product_star {
	padding-left: 10px;
}

.page-template-PT_Products-php .info-product-price {
	padding-left: 10px;
}

.page-template-PT_Products-php .product-sec1 .men-thumb-item {
	width: 272px;
	height: 300px;
}

.page-template-PT_Products-php .product-sec1 .men-thumb-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Sorting Form */
.sorting-container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 50px;
}

#sorting-form {
	display: flex;
	align-items: center;
	gap: 10px;
}

#sorting-form label {
	font-weight: bold;
}

#sorting-form select {
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #1d681b;
	color: #fff;
	outline: none;
	width: 175px;
	font-size: 15px;
}

.custom-dropdown {
	position: relative;
	display: inline-block;
	width: 200px;
}


.custom-dropdown select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px;
	padding-right: 35px;
	border: 1px solid #ccc;
	background-color: #fff;
	cursor: pointer;
	font-size: 16px;
	width: 100%;
	font-weight: bold;
}


.custom-dropdown::after {
	content: "";
	background: url('sort.png') no-repeat center;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.page-template-PT_Products-php .product-sec1 {
	padding: 0;
}

/* pagination */

.pagination-container {
	text-align: center;
	margin: 40px 0;
}

.pagination {
	display: flex;
	gap: 10px;
}

.pagination-left {
	text-align: left;
}

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

.pagination-right {
	text-align: right;
}

.pagination-btn {
	padding: 8px 15px;
	background-color: #329230;
	color: white;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	min-width: 80px;
	text-align: center;
	position: unset;
	font-size: 14px;
}

.pagination-left,
.pagination-center,
.pagination-right {
	flex: 1;
}

.pagination-btn:hover {
	background-color: #26721f;
}

.pagination-btn.disabled {
	background-color: #ddd;
	color: #666;
	cursor: not-allowed;
	display: none;
}

.current-page {
	border: 1px solid #cfc8d8;
	padding: 5px 10px 5px 10px;
}

.pagination-info {
	font-weight: 100;
	font-size: 14px;
	color: #000;
	text-align: right;
	min-width: 120px;
	flex-shrink: 0;
}

/* search popup */
.search-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-popup form#searchform {
	width: 100%;
}

.popup-content {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	width: 90%;
	max-width: 500px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-field-wrapper {
	position: relative;
	width: 100%;
}

.search-field {
	width: 100%;
	padding: 10px 40px 10px 10px;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
}

.search-submit {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background-color: transparent;
	border: none;
	font-size: 20px;
	color: #333;
	cursor: pointer;
}

.search-submit:hover {
	color: #28a745;
}

.close-popup {
	position: absolute;
	top: 0%;
	right: 1%;
	background: none;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

.close-popup:hover {
	color: #e74c3c;
}

.search-popup input[type=search] {
	outline: 0;
	border: 1px solid #888;
	background: #fff;
	color: #191e21;
	padding: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	width: 100%;
}

.search-popup .btn-default {
	border-color: transparent;
	position: absolute;
	top: 22px;
	right: 10%;
}

/* Bottom search mobile end */
/* Media css */
@media (min-width: 1200px) {
	.main-footer .col-lg-4 {
		width: 20.333333%;
	}

	.main-footer .col-lg-2 {
		width: 17.666667%;
	}

	.main-footer .col-lg-3 {
		width: 27%;
	}

	.main-footer .col-lg-2.col-sm-6.customer_care {
		width: 15%;
	}

	/* .owl-carousel.product-carousel .owl-item.active, .owl-carousel.offer_week-carousel .owl-item.active, .owl-carousel.new_arrivals-carousel .owl-item.active {
    width: 280px !important;
  } */
}

@media (max-width: 1024px) {
	.main-footer .social .widget-title {
		text-align: center;
	}

	.customer_card img {
		width: 95px !important;
		height: 95px;
	}

	.happy_customer .owl-stage-outer {
		max-height: 490px;
	}
}

@media (min-width: 980px) {
	.page-template-PT_Products-php .breadcrumb-area {
		height: 640px;
	}
}

@media (max-width: 980px) {
	.home-header-top .col {
		display: none;

	}

	.logo_agile {
		padding-right: 0% !important;
		float: left;
	}

	.header-bot .agileits_search {
		width: 50%;
	}

	.cat_optn {
		width: 10% !important;
	}

	.item-info-product h4 {
		width: 250px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.pick-variety .column {
		width: 33%;
	}
}

@media (max-width: 768px) {
	.header.other_optn {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.search_user {
		width: 100%;
	}

	.page-template-PT_Products-php .item-info-product h4 {
		width: 200px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.column.car {
		width: calc(100% / 4 - 10px);
	}

	.choose_block .col-md-4 {
		width: calc(100% / 2 - 10px);
	}

	.main-footer .social .widget-title {
		text-align: left;
	}

	.main-footer .social {
		text-align: left !important;
		margin-bottom: 25px;
	}

	.footer-social-info {
		justify-content: left !important;
	}

	.influencer_section {
		height: 280px;
	}

	.col-lg-3.col-sm-3.col-xs-12.get_in {
		width: 50%;
	}

	.get_in .mb-80 {
		margin-bottom: 10px !important;
	}

	.header-bot .menu-mega {
		display: block !important;
	}

	.mega-menu-container {
		display: none;
	}
}

@media (max-width: 640px) {
	h2.new_product {
		font-size: 25px;
	}

	.offer_block .offer .heading-tittle {
		font-size: 25px;
	}

	.new_arrivals h3.heading-tittle {
		font-size: 25px;
	}

	.why_choose h3.heading-tittle {
		font-size: 25px;
	}

	.home_about h3.heading-tittle {
		font-size: 25px;
	}

	.influencer_section h3.heading-tittle {
		font-size: 25px;
	}

	.happy_customer .heading-tittle {
		font-size: 25px;
	}

	.why_choose .col-md-4 img {
		max-width: 65px;
		margin-bottom: 15px;
	}

	.why_choose strong {
		font-size: 15px;
	}

	.why_choose p {
		font-size: 12px;
	}

	.influencer_section p.content {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.right_content {
		padding: 10px 20px 10px 126px;
	}

	.customer_care .mb-80 {
		margin-bottom: 30px !important;
	}

	.main-footer .social .widget-title {
		margin-top: 40px;
	}

	.col-lg-3.col-sm-3.col-xs-12.get_in {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.pick-variety .column {
		width: 50%;
	}

	.other_optn {
		width: 100%;
		justify-content: center;
	}

	.why_choose .col-xs-2 {
		width: 33.666667%;
	}

	span.see {
		font-size: 11px;
	}

	.header-bot .agileits_search {
		width: 46%;
	}

	.col-lg-2.col-sm-3.col-xs-4.about_foot {
		width: 100%;
		text-align: center;
	}

	.col-lg-2.col-sm-3.col-xs-4.customer_care {
		width: 100%;
		text-align: center;
	}

	.col-lg-2.col-sm-3.col-xs-4.rewards {
		width: 100%;
		text-align: center;
	}

	.col-lg-3.col-sm-3.col-xs-6.get_in {
		width: 100%;
		text-align: center;
	}

	.col-lg-2.col-sm-12.col-xs-6.text-center.social {
		width: 100%;
		text-align: center;
	}

	div#bs-example-navbar-collapse-1 {
		text-align: center;
	}

	.customer_card img {
		width: 62px !important;
		height: 60px !important;
	}

	.happy_customer button.owl-prev {
		position: absolute;
		left: -15px;
	}

	.happy_customer button.owl-next {
		position: absolute;
		right: -17px;
	}

	.page-template-PT_Products-php .product-sec1 .men-thumb-item {
		width: 100%;
		height: 100%;
	}

	.page-template-PT_Products-php .snipcart-details {
		width: 100%;
	}

	.product-sec1 .owl-carousel .owl-item .men-thumb-item {
		width: 216px;
		height: 210px;
	}

	.item-info-product h4 {
		width: 180px;
	}

	.influencer_section a.btn.btn-primary {
		padding: 10px 50px;
	}

	.right_content {
		padding: 10px 20px 10px 80px;
	}

	.influencer_section h3.heading-tittle {
		font-size: 20px;
	}

	.product_star .star-rating {
		line-height: 2;
	}

	.happy_customer .owl-carousel .owl-stage {
		display: flex;
		justify-content: center;
	}

	.happy_customer .owl-carousel .owl-item {
		transition: transform 0.3s ease-in-out;
		filter: blur(5px);
	}

	.happy_customer .owl-carousel .owl-item.active.center {
		filter: none;
	}

	.happy_customer .owl-carousel .owl-item.active {
		width: 283px !important;
		margin: 0 15px;
	}

	.menu-mega {
		margin-left: 25px;
	}
}

@media (max-width: 430px) {
	.influencer_section h3.heading-tittle {
		font-size: 15px;
	}

	.right_content {
		padding: 10px 20px 10px 68px;
	}

	.offer .item-info-product h4 {
		width: 154px;
	}
}

@media (max-width: 420px) {
	.pick-variety .column.car {
		padding: 15px;
	}

	.item-info-product h4 {
		width: 158px;
	}

	.right_content {
		padding: 10px 10px 10px 80px;
	}

	.influencer_section h3.heading-tittle {
		font-size: 18px;
	}
}

@media (max-width: 375px) {
	.pick-variety .column.car {
		padding: 2px;
	}

	.header-bot .agileits_search {
		width: 26%;
	}

	.influencer_section a.btn.btn-primary {
		padding: 10px 40px;
	}

	h2.new_product {
		font-size: 20px;
	}

	.offer_block .offer .heading-tittle {
		font-size: 20px;
	}

	.new_arrivals h3.heading-tittle {
		font-size: 20px;
	}

	.why_choose h3.heading-tittle {
		font-size: 20px;
	}

	.home_about h3.heading-tittle {
		font-size: 20px;
	}

	.influencer_section h3.heading-tittle {
		font-size: 20px;
	}

	.happy_customer .heading-tittle {
		font-size: 20px;
	}

	.header-bot .header ul li {
		width: 18%;
	}

	.pagination {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.right_content {
		padding: 10px 10px 10px 30px;
	}

	.influencer_section h3.heading-tittle {
		font-size: 18px;
	}

	.home_about .description {
		padding: 5px 15px 40px 15px;
	}

	.menu-mega {
		margin-left: 0px;
	}

	.item-info-product h4 {
		width: 148px;
	}

	.offer .item-info-product h4 {
		width: 135px;
	}
}

@media (max-width: 320px) {
	.pick-variety .column.car {
		padding: 2px;
	}

	div#bs-example-navbar-collapse-1 {
		padding-left: 0;
		padding-right: 0;
	}

	.pick-variety h6 {
		font-size: 11px;
	}

	.influencer_section a.btn.btn-primary {
		padding: 10px 20px;
	}

	.right_content p {
		font-size: 12px;
	}

	.customer_card p {
		font-size: 14px;
	}

	.user_block {
		display: flex;
		gap: 0px;
	}

	.header-bot .logo_agile img.ls-is-cached.lazyloaded {
		height: 30px;
	}

	.influencer_section h3.heading-tittle {
		font-size: 15px;
	}

	.influencer_section a.btn.btn-primary {
		padding: 5px 10px;
	}

	.item-info-product h4 {
		width: 124px;
	}

	.product-sec1 .owl-carousel .owl-item .men-thumb-item {
		width: 133px;
		height: 133px;
	}

	.top_icon {
		margin-left: 10px;
	}

	.offer .item-info-product h4 {
		width: 104px;
	}

	.offer .snipcart-details input.button {
		font-size: 12px;
		padding: 11px 2px;
	}
}

@media (max-width: 768px) {
	.header-bot .container {
		display: flex;
		justify-content: space-between;
		align-items: center;

	}

	.logo_agile {
		text-align: left !important;
	}

	.user_block {
		flex: 1;
		text-align: right;
	}

	.mega-menu-toggle {
		display: none;
	}

	.menu__list {
		display: flex;
		justify-content: center;
		margin: 0;
		padding: 0;
	}

	.agileits_search {
		visibility: hidden;
	}

	#mega-menu-wrap-primary {
		display: flex;
		justify-content: flex-end;
	}
}


.category {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px;
}

.column.car {
	width: calc(100% / 6 - 10px);
	box-sizing: border-box;
	text-align: center;
}

.menu-mega {
	position: relative;
	border-top: 1px dotted green;
}

.menu-mega::before,
.menu-mega::after {
	content: "";
	position: absolute;
	top: -1px;
	width: 100vw;
	height: 1px;
	border-top: 1px dotted green;
}

.menu-mega::before {
	left: -100vw;
}

.menu-mega::after {
	right: -100vw;
}

@media (max-width: 980px) {
	.column.car {
		width: calc(100% / 4 - 10px);
	}
}

@media (max-width: 480px) {
	.column.car {
		width: calc(100% / 4 - 10px);
	}

	.pick-variety .column.car .image-wrapper {
		width: 100px;
		height: 128px;
	}

	.pick-variety h6 {
		font-size: 12px;
		padding-top: 0px;
	}

	.pick-variety .column.car .image-wrapper {
		height: 100px;
	}

	.item-info-product h4 a {
		font-size: 13px;
	}
}

@media (max-width: 320px) {
	.pick-variety .column.car .image-wrapper {
		width: 80px;
		height: 80px;
	}

	.pick-variety h6 {
		font-size: 10px;
	}
}

.bottom-nav {
	display: none;
}

@media (max-width: 768px) {
	.bottom-nav {
		width: 100%;
		background: linear-gradient(to top, #4a9e3f, #21602b);
		display: flex;
		justify-content: space-around;
		padding: 10px 0;
		box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
		z-index: 1000;
	}

	.bottom-nav-mobile {
		width: 100%;
		display: flex;
		padding: 10px 0;
		margin-top: -43px;
		z-index: 2;
	}

	.nav-item {
		flex: 1;
		text-align: center;
		text-decoration: none;
		color: white;
		font-size: 12px;
	}

	.nav-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		background: white;
		border-radius: 50%;
		margin: 0 auto 5px;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	}

	.nav-icon i {
		font-size: 22px;
		color: #333;
	}

	.cart-badge {
		position: absolute;
		top: 5px;
		right: 5px;
		width: 10px;
		height: 10px;
		background: green;
		border-radius: 50%;
	}

	.menu-mega::before,
	.menu-mega::after {
		border-top: none;
	}

	.menu-mega {
		border-top: none;
	}
}