@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=block');
.cate-banner {
	display: inline-block;
}
body {
	background-color: rgba(255, 255, 255, 1) /*{body|background-colour}*/;
	background-image: none /*{body|background-image}*/;
	font-family: "Oswald", Sans-serif;
	color: #4b4737 /*{body|text-colour}*/;
}
a, a:hover, a:active, .btn-link, .btn-link:hover{
	color: rgba(0, 0, 0, 1) /*{body|link-colour}*/;
}
.navbar-default {
	background-color: rgba(255, 255, 255, 1) /*{header|background-colour}*/;
}
.nMobileNav li a, .navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active {
	color: rgba(0, 0, 0, 1) /*{header|link-colour}*/;
/*	font-size: 14px;*/
}
@media (max-width: 767.98px){
	.wrapper-header .navbar-nav .dropdown-menu{
		background-color: transparent;
	}
	.wrapper-header .dropdown-menu .dropdown-item{
		color: rgba(0, 0, 0, 1) /*{header|link-colour}*/;
	}
}
.topbar--wrap {
	background-color: rgba(255, 233, 107, 1) /*{header|top-navigation-colour}*/;
}
.topbar--wrap .topbar--wrap--nav > li > a, 
.topbar--wrap--form .btn .fa {
	color: rgba(0, 0, 0, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--wrap input::placeholder {
	color: rgba(0, 0, 0, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--wrap input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 1) /*{header|top-navigation-link-colour}*/;
}
.topbar--wrap input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 1) /*{header|top-navigation-link-colour}*/;
}
#header_cart a .cart-count {
	background-color: rgba(253, 228, 100, 1) /*{buttons | btn-primary-background-colour}*/;
	color: rgba(0, 0, 0, 1) /*{buttons | btn-primary-text-colour}*/;
}
.wrapper-footer {
	background-color: rgba(253, 228, 100, 1) /*{footer|background-colour}*/;
}
.wrapper-footer hr {
	border-color: transparent;
}
.wrapper-footer h4 {
	color: rgba(0, 0, 0, 1) /*{footer|text-colour}*/;
}
.wrapper-footer a, 
.wrapper-footer a:hover, 
.wrapper-footer a:active,
.wrapper-footer {
	color: rgba(0, 0, 0, 1) /*{footer|link-colour}*/;
}
a.menu_close {
    position: absolute;
    right: 14px;
    top: 30px;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333333 /*{buttons | btn-default-text-colour}*/;
	background-color: rgba(255, 255, 255, 1) /*{buttons | btn-default-background-colour}*/;
	border-color: #cccccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover,
.btn-outline-secondary.disabled, .btn-default:disabled,
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: rgba(0, 0, 0, 1) /*{buttons | btn-primary-text-colour}*/;
	background-color: rgba(253, 228, 100, 1) /*{buttons | btn-primary-background-colour}*/;
	border-color: rgba(253, 228, 100, 1) /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: rgba(0, 0, 0, 1) /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: rgba(253, 228, 100, 1) /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: rgba(253, 228, 100, 1) /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #2c2d2d /*{buttons | btn-success-text-colour}*/;
	background-color: rgba(253, 228, 100, 1) /*{buttons | btn-success-background-colour}*/;
	border-color: rgba(253, 228, 100, 1) /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success.disabled, .btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: rgba(0, 0, 0, 1) /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(253, 228, 100, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(253, 228, 100, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:hover,
.btn-success.disabled, .btn-success:disabled,
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: rgba(0, 0, 0, 1) /*{buttons | btn-success-text-colour-hover}*/;
	background-color: rgba(253, 228, 100, 1) /*{buttons | btn-success-background-colour-hover}*/;
	border-color: rgba(253, 228, 100, 1) /*{buttons | btn-success-border-colour-hover}*/;
}
/* 25-05-2022 */
/*header style*/
.container {
	max-width: 1350px;
	width: 100%;
}
body{
    font-family: 'Open Sans', sans-serif;
}
.wrapper-header {
	position: absolute;
	top: 0;
	z-index: 999;
	background: transparent;
}
.wrapper-header .navbar-default {
	background-color: transparent;
	padding-top: 0;
}
.web-logo {
	clip-path: polygon(0% 0%, 100% 0px, 99.29% 67.67%, 47.64% 98.33%, 1px 68.66%);
	background: #fff;
	padding-bottom: 35px;
}
.wrapper-header .navbar-default .container {
	display: flex;
	align-items: baseline;
	justify-content:space-between;
	width: 100%;
	max-width: 1410px;
}
.wrapper-header .nav li .nav-link {
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.usr ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 200;
	padding: 0;
}
.srch-crt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.srch-crt i {
	color: #fff;
	position: relative;
}
.wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	width: 100%;
	max-width: 610px;
}
.wrapper-header .nav.navbar-nav {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
}
.usr ul li a i {
	padding-right: 10px;
	font-size: 18px;
}
.srch-icon, .crt {
	background: #f58732;
	border-radius: 50%;
	height: 49px;
	width: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 10px;
}
.cart-count {
	position: absolute;
	top: -13px;
	right: -17px;
	bottom: auto;
}
/*banner style */
#main-content {
	width: 100%;
	max-width: 100%;
    padding:0;
}
#main-content .row {
	margin: 0;
}
.home-bann {
	position: relative;
}
.home-bann img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}
.home-bann .carousel-caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 830px;
}
.home-bann .carousel-caption h2 {
	font-size: 74px;
	font-weight: 700;
	text-shadow: none;
    margin-bottom: 20px;
}
/*.home-bann .carousel-caption p {*/
/*	font-size: 19px;*/
/*	font-weight: 300;*/
/*	text-shadow: none;*/
/*	text-transform: capitalize;*/
/*    line-height: 1.7;*/
/*}*/
.home-bann .carousel-caption p {
	font-size: 19px;
	font-weight: bold;
	text-shadow: none;
	text-transform: capitalize;
	line-height: 1.7;
	color: #fff;
}
 /* .btn {
	border-radius: 30px;
	color: #fff;
	background: #f58732;
	border: 1px solid transparent;
	font-size: 20px;
	font-weight: 500;
	min-width: 217px;
	padding: 14px 30px 14px 10px;
	position: relative;
	margin-top: 23px;
} */
.btn {
	border-radius: 30px;
	color: rgba(0, 0, 0, 1);
  background-color: rgba(253, 228, 100, 1);
  border-color: rgba(253, 228, 100, 1);
	border: 1px solid transparent;
	font-size: 20px;
	font-weight: 500;
	min-width: 217px;
	padding: 14px 30px 14px 10px;
	position: relative;
	margin-top: 23px;
}
.home-bann .btn::after, .latest-guide .btn::after, .bee-supply .btn::after {
	font-size: 30px;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	content: "\f0a9";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
}
/*feat-prod style */
.feat-prod h3 {
	font-size: 51px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.feat-prod {
	padding: 48px 0 125px;
	width: 100%;
	background: #f6f6f6;
}
#main-content .feat-prod .row.all-feat {
	width: 100%;
	max-width: 1350px;
	text-align: center;
	margin: 0 auto;
}
.feat-prod .card-title.h4 a {
	font-size: 17px;
	font-weight: 500;
	color: #4B4737;
}
.feat-prod .price span {
	font-weight: 300;
	font-size: 17;
	color: #333333;
}
.feat-prod .btn::after {
	content: unset;
}
.feat-prod .btn {
	padding-right: 10px;
	margin-top: 0;
}
.feat-prod .card.thumbnail.card-body {
	border: none;
    background-color: transparent;
}
.feat-prod .card.thumbnail.card-body .thumbnail-image {
	box-shadow: 0 0px 4px #ddd;
	border-radius: 14px;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
}
.feat-prod .card-title.h4 {
	margin-top: 45px;
}
/*latest-guide style*/
.latest-guide {
	width: 100%;
	max-width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
	margin-bottom: 150px;
}
.latest-guide p.top-text {
	font-weight: 300;
	font-size: 31px;
	color: #fff;
	text-transform: capitalize;
}
.latest-guide p {
	font-weight: 200;
	font-size: 24px;
	color: #fff;
}
.latest-guide h2 {
	font-size: 51px;
	color: #fff;
	font-weight: 600;
	word-spacing: 4px;
}
.latest-guide .left-section img {
	 width: 100%; 
	max-width: 380px;
	transform: translateY(90px);
}
.latest-guide .row.guide {
	display: flex;
	align-items: center;
}
/*bee-supply style*/
.bee-supply {
	margin: 0 auto;
	padding-bottom: 100px;
}
.bee-supply h2 {
	font-size: 51px;
	font-weight: 600;
	color: #4B4737;
}
.bee-supply .row.supply {
	display: flex;
	align-items: center;
}
.bee-supply .row.supply {
	display: flex;
	align-items: center;
}
.bee-supply .right-section {
	padding-left: 50px;
}
.bee-supply .right-section p {
	font-size: 18px;
	font-weight: 300;
	color: #4B4737;
	width: 100%;
	max-width: 600px;
}
/*blog-sec style*/
.blog-sec {
	margin: 0 auto;
	padding: 60px 0 60px;
	width: 100%;
	max-width: 100%;
	background: #f6f6f6;
}
.blog-sec h4 {
	font-size: 51px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.blogs-all {
	display: flex;
	align-items: center;
}
.blogs-all img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.blog-sec .blogs-all h4 a {
	font-size: 29px;
	font-weight: 600;
	color: #4B4737;
	padding-top: 15px;
	text-align: left;
}
.blog-sec a {
	font-size: 19px;
	font-weight: 500;
	color: #f58732;
}
.blog-sec .blogs-all h4 {
	text-align: left;
	padding: 0;
}
a.view {
	text-align: center;
	font-size: 21px;
	font-weight: 300;
	width: 100%;
	text-decoration: underline;
	margin-top: 50px;
}
/*footer style*/
.wrapper-footer {
	margin-top: 0 !important;
}
.wrapper-footer {
	margin-top: 0 !important;
	text-align: center;
	padding-top: 50px !important;
	background-repeat: no-repeat;
	background-size: cover;
	height: auto;
}
.wrapper-footer h4 {
	font-weight: 200;
	font-size: 40px;
	color: #fff;
}
.wrapper-footer .form-control {
	background: transparent;
	border: transparent;
	border-bottom: 1px solid #eeeeee3b;
	text-align: center;
    color: #fff;
}
.wrapper-footer form {
	width: 100%;
	max-width: 643px;
	margin: 0 auto;
}
.input-group-append .btn {
	width: 100%;
	max-width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 30px;
}
.wrapper-footer h4.nav-link {
	font-size: 19px;
	font-weight: 300;
	color: #f58732;
	text-align: left;
	padding-top: 0 !important;
}
.wrapper-footer .nav li a {
	color: #fff;
	text-align: left;
	font-weight: 300;
	font-size: 16px;
}
.nav.list-social {
	padding-left: 15px;
	padding-bottom: 20px;
}
.nav.list-social i {
	color: #fff;
	font-size: 20px;
}
.nav.list-social i {
	color: #fff;
	font-size: 22px;
}
.category {
	width: 100%;
	max-width: 100%;
}
/*26-05-2022*/
.car-img {
	box-shadow: 0 0 10px #ddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 184px;
	width: 184px;
    margin: 0 auto;
    background-color: #fff;
}
/*
.car-img:hover{
    transform: scale(1.05);
   
}
.feat-prod .card.thumbnail.card-body .thumbnail-image:hover{
    transform: scale(1.05);
}
.feat-prod .card.thumbnail.card-body .thumbnail-image{
     transition: transform .15s;
}
*/
.car-img img {
	width: 100%;
	max-width: 80px;
}
.category .slick-slide {
    text-align: center;
}
.category {
    width: 100%;
    max-width: 100%;
    padding-bottom: 85px;
}
.home-bann {
  position: relative;
  margin-bottom: -110px;
}
.category .bx-box span {
    font-weight: 500;
    font-size: 18px;
    color: #4B4737;
    display: block;
    padding-top: 20px;
}
.category .slick-dots li button:before {
    font-size: 13px;
}
.category.slick-slide {
    text-align: center;
    padding-bottom: 20px;
}
.category .slick-dots li.slick-active button:before {
    color: #f58732;
}
.wrapper-footer .row .text-md-left {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}
.wrapper-footer .row .text-md-left .small {
	text-align: center;
	border-top: 1px solid #eeeeee14;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 200;
}
.wrapper-footer .row .text-md-left .small a {
	color: #fff;
	text-decoration: underline;
}
.blogs-all .border-bottom {
	border-bottom: none !important;
}
.nav-item.dropdown .dropdown-menu li a {
	color: #4B4737;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
	color: #4B4737;
}
.nav-item.dropdown .dropdown-menu {
	padding: 10px 20px;
	left: 0;
	right: auto;
	top: 40px;
	bottom: auto;
}
.usr li a:hover {
	background: transparent;
	color: #f58732;
}
.container-fluid.wrapper-header.scro-head .usr li a:hover {
	background: transparent;
	color: #4B4737;
}
.srch-icon:hover, .crt:hover {
	background-color: rgba(253, 228, 100, 1);
	border-color: rgba(253, 228, 100, 1);
}
.srch-icon:hover i{
  color: #4B4737;  
} 
.crt:hover img {
	filter: invert(1);
}
/*
#n_category #main-content .row {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}
*/
.thumb .products-row .card {
	border: none;
	text-align: center;
}
#n_category #main-content .row article {
	width: 100%;
	max-width: calc(100%/3);
	flex: calc(100%/3);
	margin-bottom: 50px;
}
#n_category #main-content .row article .thumbnail-image {
	box-shadow: 0 0 20px #ddd6;
	border-radius: 7px;
	overflow: hidden;
    padding: 20px;
}
#n_category #main-content .row article .thumbnail-image img {
	width: 100%;
	max-width: 100%;
}
#n_category #main-content .row article .h4 {
	padding-top: 45px;
	min-height: 85px;
	font-size: 16px;
	font-weight: 500;
	color: #4B4737;
	margin-bottom: 10px;
}
#n_category #main-content .row article .price {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 0;
}
#n_category .btn::after {
	display: none;
}
#n_category .btn {
	padding: 14px 10px 14px 10px;
}
#n_category #main-content > .row {
/*	row-gap: 40px;*/
	margin-bottom: 160px;
}
.row.sort_container .viewby.btn-group .btn {
	background: transparent;
	border: none;
	color: #4B4737;
	font-size: 24px;
	padding: 6px 15px !important;
	border: 1px solid #4B4737;
	min-width: unset;
	position: relative;
	margin-top: 0;
	border-radius: 0;
}
.row.sort_container .viewby.btn-group {
	border: 1px solid #0000000a;
}
.srt-col label {
	font-size: 20px;
	font-weight: 400;
	color: #4B4737;
	padding: 0 10px;
}
.cate-banner img {
	width: 100%;
}
.list-group-item h3.h4, .panel-heading h3 {
	font-weight: 600;
	font-size: 26px;
	color: #4B4737;
}
#main-content .row.cate-cont {
	width: 100%;
	max-width: 1350px;
	margin: 70px auto 0;
}
.srt-col #sortby {
	font-size: 17px;
	font-weight: 500;
	color: #4B4737;
	padding-right: 25px;
	font-family: 'Roboto', sans-serif;
}
.best-seller h3 {
	font-size: 51px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
	text-align: left;
	padding: 30px 0 30px 22px;
	position: relative;
	background: #fff;
	z-index: 1;
    color: #4B4737;
}
.best-seller h3::after {
	position: absolute;
	content: "";
	width: calc(100% - 455px);
	height: 2px;
	background: #00000012;
	left: 57%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	right: 0;
}
.best-seller {
	width: 100%;
	text-align: center;
	padding-bottom: 75px;
}
#main-content .best-seller .row.best-sell {
	max-width: 1350px;
	margin: 0 auto;
	border-bottom: 1px solid #0000000d;
	padding-bottom: 88px;
}
.best-seller .thumbnail-image {
	box-shadow: 0 0 20px #ddd6;
	border-radius: 7px;
	overflow: hidden;
	padding: 20px;
}
.best-seller .card{
    border:0;
}
.best-seller .btn::after {
	display: none;
}
.best-seller .btn {
	padding: 14px 10px 14px 10px;
}
.best-seller .card-title.h4 {
	font-size: 17px;
	font-weight: 500;
	color: #4B4737;
	padding-top: 35px;
	min-height: 90px;
}
.best-seller .price {
	font-weight: 300;
	font-size: 17px;
}
.badge-secondary {
    background-color: transparent; 
}
.list-group-flush .list-group-item {
	border: none;
	border-bottom: 2px solid rgba(0, 0, 0, .125);
}
#left-sidebar .card {
	border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	border: 3px solid #f58732;
	background: #fff;
	font-weight: normal;
	color: #f58732;
	border-radius: 50%;
}
.list-group-flush .list-group-item .price_range {
	font-weight: 400;
	font-size: 20px;
	color: #4B4737;
}
.web-logo .navbar-brand {
	margin-right: 0;
}
.list-group-flush .list-group-item span i {
	padding-right: 10px;
}
.list-group-item {
	padding-left: 0;
}
.list-group-item.all-filt::after, .panel-heading:after {
	position: absolute;
	content: "";
	width: 67px;
	height: 2px;
	background: #f58732;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
}
.panel-heading {
	position: relative;
	border-bottom: 1px solid #00000030;
}
.list-group-item.all-filt{
	position: relative;
}
#pricesearch .btn {
	background: #fff;
	border: 2px solid #f58732;
	color: #f58732;
	padding: 8px 10px;
	min-width: 151px;
	font-size: 18px;
	font-weight: 400;
    font-family: 'Roboto', sans-serif;
}
#pricesearch {
	display: flex;
	align-items: center;
    gap: 10px;
}
.panel .list-group .cate a {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}
.panel .list-group .cate {
	list-style-type: none;
	padding: 7px 0;
	border-bottom: 1px solid #00000017;
}
.panel .list-group .cate i {
	float: right;
}
.list-group-flush .list-group-item span {
	font-size: 18px;
	font-weight: 500;
	color: #4B4737;
}
a.list-group-item, .card-header .h4 {
	font-size: 18px;
	font-weight: 500;
	color: #4B4737 !important;
}
.card-header {
	padding-left: 0;
	background: transparent;
	text-transform: capitalize;
}
.imag h3 {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	font-weight: 600;
	text-transform: uppercase;
	color: #4B4737;
}
.imag {
	position: relative;
	margin-bottom: 30px;
}
#main-content .row.sort_container {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.form-row {
	align-items: center;
}
.cate-banner img {
	width: 100%;
	height: 100%;
	object-position: bottom;
	object-fit: cover;
}
.cate-banner {
	height: 320px;
	width: 100%;
	position: relative;
}
.cate-banner::after {
	position: absolute;
	content: "";
	background: #4B4737;
	width: 100%;
	height: 100%;
	left: 0;
	opacity: .5;
	top:0;
}
.page-header {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	font-size: 61px;
	font-weight: 600;
	text-transform: capitalize;
	top: 100px;
	color: #fff !important;
}
#main-content .row nav {
	position: absolute;
	top: 170px;
	left: auto;
	right: auto;
}
.page-header.shopiing_cart {
	font-size: 20px;
	font-weight: 400;
}
#main-content .row nav .breadcrumb li a {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	color: #fff;
    text-transform: capitalize;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
	padding: 0;
	font-weight: 600;
}
.filt {
	padding-bottom: 10px;
}
/*.page-header nav {*/
/*	display: none;*/
/*}*/
.row.pagin .page-item.active .page-link {
	background: #F58732;
	border-color: #F58732;
    color:#fff;
}
.row.pagin .page-link {
	color: #f58732;
}
.page-item.active .page-item.active .page-link {
	color: #fff;
}
/* 27-05-2022 */
.wrapper-pricing .h1 {
	font-size: 26px;
	font-weight: 300;
	color: #f58732;
	margin-bottom: 0;
}
.wrapper-product-title h1 {
	font-weight: 600;
	font-size: 51px;
	color: #4B4737;
	line-height: 1.5;
}
.wrapper-pricing {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	max-width: 220px;
	border-right: 1px solid #ddd;
}
.product-wishlist {
	padding-left: 15px;
}
.wrapper-pricing .badge-success {
	color: #fff;
	background-color: #4caf50;
	border-radius: 20px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin-left: 10px;
}
.product-wishlist .wishlist_toggle.btn {
	background: transparent;
	color: #4B4737;
	border-radius: 0;
	min-width: unset;
	width: unset;
	padding: 0;
	margin: 0;
	font-weight: 300;
	font-size: 18px;
}
.product-wishlist .wishlist_toggle.btn::after {
	content: unset;
}
.wrapper-product-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
    width: 100%;
max-width: 100%;
flex: 100%;
}
.product-wishlist .wishlist_toggle.btn i {
	color: #f58732;
}
._itmspec_listopt .variation-name label {
	font-size: 20px;
	font-weight: 400;
	color: #4B4737;
}
.single-prod {
    width: 100%;
    max-width: 100%;
    padding-top: 110px;
}
#main-content .single-prod-slider .row {
	max-width: 1600px;
	margin-right: 0;
	margin-left: auto;
/*	padding-right: 15vw;*/
}
#main-content .single-prod-slider #_jstl__header_r .row {
	padding-right: 0;
}
._itmspec_optpl ._itmspec_opt {
	border-radius: 35px;
	height: 53px;
	font-size: 18px;
	font-weight: 100;
	color: #4B4737;
	padding-right: 20px;
}
#main-content .extra-options .row.btn-stack {
	padding-right: 0;
	align-items: center;
}
.dropdown .btn {
	background: transparent;
}
.dropdown .btn::after {
	content: unset;
}
.dropdown .btn {
	background: transparent;
	color:  #4B4737;;
	font-weight: 300;
	font-size: 18px;
	padding-left: 0;
	text-align: left;
}
.extra-options .row.btn-stack .addtocart.btn {
	margin-top: 0;
}
.extra-options .row.btn-stack .addtocart.btn::after {
	content: unset;
}
#_jstl__buying_options {
	padding: 30px 0;
}
#main-content .extra-options .row.btn-stack .qt-fld {
	width: 100%;
	max-width: 194px;
    padding:0;
}
#main-content .extra-options .row.btn-stack .qt-fld input {
	border-radius: 30px;
	font-weight: 500;
	font-size: 20px;
	color: #4B4737;
}
#shipbox {
	border-radius: 30px;
	overflow: hidden;
}
#shipbox .card-header {
	text-align: center;
	background: #000;
	color: #fff;
}
#shipbox .card-header h3{
	font-size: 29px;
	text-transform: uppercase;
	font-weight: 500;
}
#shipbox .card-body .form-control {
	border-radius: 20px;
	font-weight: 300;
	font-size: 15px;
	color: #4B4737;
}
#shipbox .card-body .btn {
	min-width: unset;
	background: transparent;
	border-radius: 20px;
	font-weight: 300;
	font-size: 15px;
	color: #4B4737;
	border: 1px solid #ddd;
	margin-top: 0;
	padding: 0.375rem 0.75rem;
}
#shipbox .card-body .btn::after {
	content: unset;
}
#shipbox .card-body div[aria-label="Shipping results"] {
	display: flex;
	/*align-items: center;*/
	align-items: flex-start;
	justify-content: center;
	font-size: 15px;
	font-weight: 300;
	color:#4B4737;
	padding: 20px 0 10px;
}
#shipbox .card-body strong {
	font-weight: 600;
}
div[aria-label="Shipping results"] div {
	margin: 0 15px;
}
#shipbox .card-body {
	padding-top: 30px;
}
.tabbable {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto;
}
.tabbable .nav-link {
	font-weight: 500;
	font-size: 25px;
	color: #4B4737;
	padding: 0;
	margin-right: 40px;
}
.tabbable .nav-link.active {
	border: none;
	border-bottom: 2px solid #f58732;
	color: #4B4737;
}
.productdetails h3 {
	font-size: 19px;
	font-weight: 900;
	color: #4B4737;
	font-family: 'Roboto', sans-serif;
	/* margin-bottom: 20px; */
	line-height: 1.5;
}
.productdetails p, .tab-pane .small {
	font-size: 17px;
	font-weight: 300;
	color: #4B4737;
	line-height: 1.5;
}
.tabbable .nav-tabs {
	margin-bottom: 20px;
}
.tabbable .nav-link i {
	opacity: 0;
}
.lower-upsel {
	width: 100%;
	max-width: 1350px;
	margin: 0 auto 55px;
	padding: 0;
	position: relative;
}
.lower-upsel .slick-arrow {
	color: #4B4737;
	font-size: 40px;
	position: absolute;
	left: auto;
	right: 0;
	top: -70px;
}
.lower-upsel .fa-angle-left.slick-arrow {
	right: 30px;
}
.lower-upsel .h2.upsel-main-head {
	font-weight: 600;
	font-size: 51px;
	color: #4B4737;
	letter-spacing: 0;
	position: relative;
	background: #fff;
	margin: 20px 0;
    padding-right:65px;
}
.lower-upsel .h2.upsel-main-head::after {
	position: absolute;
	width: calc(100% - 740px);
	height: 2px;
	background: #00000017;
	left: auto;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	right: auto;
}
.lower-upsel .card {
	border: none;
	text-align: center;
}
.lower-upsel .card .thumbnail-image {
	box-shadow: 0 0 10px #0000001c;
	border-radius: 10px;
	overflow: hidden;
	background: transparent;
	padding: 10px;
	margin-bottom: 30px;
}
.lower-upsel .card p a {
	font-size: 17px;
	font-weight: 500;
	color: #4B4737;
}
.lower-upsel .btn:after{
    content:unset;
}
.lower-upsel .btn {
	padding-right: 10px;
	margin-top: 10px;
}
#main-content .extra-options .row.btn-stack .qt-fld a i {
	background: #000;
	color: #fff;
	border-radius: 50%;
	font-size: 10px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-content .extra-options .row.btn-stack .qt-fld a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main-content .extra-options .row.btn-stack .qt-fld a.plus{
    border-left: 1px solid #00000026;
	right: 20px;
    padding-left: 12px;
}
#main-content .extra-options .row.btn-stack .qt-fld a.minus {
	border-right: 1px solid #00000026;
	left: 20px;
	padding-right: 12px;
}
#main-content .extra-options .row.btn-stack .btn {
	margin-top: 0;
}
#multiitemadd .row .nCrossSellItem .row label {
	display: flex;
	align-items: center;
	justify-content: center;
}
.best-all a {
	font-size: 19px;
	font-weight: 400;
	color: #f58732;
}
#main-content .best-seller .row.best-sell {
	position: relative;
}
.best-all {
	position: absolute;
	top: 34px;
	right: 0;
	left: auto;
	z-index: 1;
	border: 1px solid #f58732;
	border-radius: 20px;
	padding: 12px 14px;
}
.row.sort_container .btn-text {
	font-size: 20px;
	font-weight: 400;
	color: #4B4737;
}
.row.products-row article .card > .card-body > .row >.col-12.col-md-3.text-right {
  max-width: 100%;
  flex: 100%;
}
.row.products-row .col-12.pb-2 .card .card-body {
  height: auto;
}
.row.products-row .col-12.pb-2 .card .card-body .row {
  display: flex;
  flex-wrap: unset;
  align-items: center;
}
.row.products-row .col-12.pb-2 .card .card-body .row .col-4.col-md-3 {
  flex: 0 0 20%;
  max-width: 20%;
}
.row.products-row .col-12.pb-2 .card .card-body .row .col-8.col-md-6 {
  max-width: 60%;
  flex: 60%;
  padding-left: 30px;
}
.row.products-row .col-12.pb-2 .card .card-body .row .col-12.col-md-3.text-right {
  flex: 0 0 20%;
  max-width: 20%;
}
#n_category #main-content .row .thumb_list article {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}
#n_category #main-content .row.products-row article .btn {
	margin-top: 0;
}
.form-row .col-form-label {
  max-width: 90px;
  width: 100%;
  flex: 100%;
}
.form-row .col-form-label+div {
  max-width: calc(100% - 90px);
  flex: calc(100% - 90px);
}
/* 30-05-2022 */
.feat-all {
	margin: 35px auto 0;
}
.feat-all a {
	color: #f58732;
	text-decoration: underline;
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
.feat-all a:hover, .blog-sec a.view:hover, .blog-sec a:hover{
	text-decoration: none;
	color: #4B4737;
}
.best-all:hover {
	background: #f58732;
    border: transparent;
}
.best-all:hover a {
	color: #fff;
	text-decoration: none;
}
.category .bx-box a:hover {
	text-decoration: none;
}
.category .bx-box span:hover {
	color: #f58732;
}
.wrapper-footer .nav li a:hover {
	color: #f58732;
}
.wrapper-footer .row .text-md-left .small a:hover {
	color: #f58732;
}
.buying-options .row {
	padding-right: 0 !important;
}
/*
#multiitemadd .row .nCrossSellItem .row label {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 10px;
}
*/
#multiitemadd .row .nCrossSellItem .row label img {
	width: 100%;
    max-width: 100px;
}
#multiitemadd .row .nCrossSellItem .row label h4 {
	color:#4B4737;
	font-size: 15px;
	font-weight: 500;
	max-width: 250px;
}
.single-prod-slider {
	position: relative;
}
#main-content .single-prod-slider .row.mult-pro {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	display: block;
	margin-right: 20px !important;
	max-width: 270px;
}
#main-content .single-prod-slider .row.mult-pro .nCrossSellItem .row {
	margin-left: 0;
}
.single-prod-slider .row.mult-pro .nCrossSellItem{
	width: 100%;
	max-width: 100%;
	border: 1px solid #000;
	margin: 15px 0;
	padding: 10px;
	border-radius: 20px;
}
#multiitemadd .row .nCrossSellItem .row label p{
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 0;
}
#_jstl__images_r .row.slick-slider i.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	right: auto;
	font-size: 28px;
	font-weight: 700;
	color: #4B4737;
}
#_jstl__images_r .row.slick-slider i.fa-angle-right.slick-arrow {
	left: auto;
	right:-20px;
}
#shipbox .card-body .btn i {
	display: none;
}
#_jstl__images_r .row.slick-slider {
	position: relative;
}
.single-prod-slider [aria-label="Products information"]{
	padding-right: 15vw;
}
#_jstl__images_r .slick-initialized .slick-slide {
	display: block;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 10px;
    padding: 10px;
}
#_jstl__images_r .slick-track {
	background: #fafafa;
	padding: 10px 0;
}
.tab-pane .btn::after {
	content: unset;
}
select {
    display: block;
    width: 100%;
    font-size: 1em;
    padding: 0.8rem 0.5rem;
    border: 1px solid #333;
    font-family: inherit;
    /** for the dropdown indicator */
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1em;
}
#shipbox .card-body select#ship_country {
    padding-right: 35px;
}
.wrapper-header {
  position: fixed;
  height: 90px;
/*  box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);*/
}
.container-fluid.wrapper-header.scro-head {
  background: #f58732;
  animation: fade 1s;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
@keyframes fade{
  0%{
    transform: translateY(-100px); 
  }
  100%{
    transform: translateY(0px); 
  }
}
.container-fluid.wrapper-header.scro-head .srch-icon, .container-fluid.wrapper-header.scro-head .crt {
	background: #fff;
}
.container-fluid.wrapper-header.scro-head .srch-icon i{
	color: #4B4737;
}
.container-fluid.wrapper-header.scro-head .crt img{
    filter: invert(1);
}
.usr {
	transform: translateY(7px);
}
/* blog page css 31-05-2022 */
section.blogs-section-wrapper {
    margin-top: 30px;
    margin-bottom: 80px;
}
#main-content .row {
    justify-content: center;
}
section.blogs-section-wrapper h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
section.blogs-section-wrapper .blogs-wrapper {
    display: flex;
    justify-content: space-between;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
    max-width: 30%;
    flex: 0 0 30%;
    box-shadow: 0px 30px 30px #E5E5E575;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1:nth-child {
   margin: 0 15px;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1:last-child{
	margin-right:0px;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-img img {
	width: 100%;
	height: 370px;
	object-fit: cover;
}
ul#header_cart ul.dropdown-menu.dropdown-menu-right.mt-1 {
    padding-bottom: 18px;
    z-index: 999;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content {
    padding: 18px 15px 40px 15px;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content h4 {
    font-size: 20px;
    font-weight: 500;
    font-family: Oswald,sans-serif;
    margin-bottom: 10px;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content p {
    font-size: 18px;
    font-weight: 300;
    color: #4B4737;
    width: 100%;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content a.blog-btn {
    font-size: 18px;
    font-weight: 500;
    color: #f58732;
}
/*  single blog page css 31-05-2022 */
.defaul {
    max-width: 1350px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
}
.defaul h1.display-4 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    padding: 8px 0;
}
.defaul p {
    font-size: 18px;
    font-weight: 300;
    color: #4B4737;
    margin: 0 auto;
    max-width: 650px;
}
/*
.defaul ul, li {
    list-style-type: disc !important;
    padding: revert !important;
}
*/
.defaul .dropdown button.dropdown-toggle {
    margin-top: 1px;
	    padding-bottom: 0;
}
.defaul .dropdown button.dropdown-toggle:hover{
	border:none;
}
.defaul h3 {
    font-size: 21px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    padding: 5px 0;
}
.defaul form label {
    font-size: 18px;
    font-weight: 500;
    font-family: Open Sans,sans-serif;
    margin-bottom: 10px;
}
.defaul form p button.btn.btn-success {
    margin-top: 0;
    margin-bottom: 14px;
    min-width: 237px;
}
/*  all best seller page css 31-05-2022 */
section.all-best-seller {
    margin-top: 50px;
    margin-bottom: 50px;
}
section.all-best-seller .row h3 {
    flex: 100%;
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    text-transform: capitalize;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 30px;
}
section.all-best-seller nav {
    position: static! important;
    transform: inherit! important;
    margin-top: 30px;
}
#main-content .row nav .breadcrumb li a {
	font-weight: 600;
}
.nav-item.dropdown .dropdown-menu {
	top: 54px;
    border-top: 0;
}
.dropdown-hover:hover > .dropdown-menu {
    display: block;
    margin-top: 0px! important;
}
.thumb_cart button.btn.btn-default.viewcart {
    float: left;
    width: 49%;
    border-radius: 30px;
    color: #4b4737;
    /* background: #f58732; */
	background: #fde465;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    min-width: inherit;
    padding: 11px 11px 11px 10px;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.thumb_cart button.checkout.btn.btn-success {
    width: 49%;
    border-radius: 30px;
    color: #4b4737;
    /* background: #f58732; */
	background: #fde465;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 500;
    min-width: inherit;
    padding: 11px 11px 11px 10px;
    position: relative;
    margin-top: 10px;
    text-align: center;
	    float: right;
}
#neto-dropdown div#cartcontents {
    padding-top: 0;
}
.npopup .npopup-body  button.btn {
    padding: 11px 19px;
    margin-top: 0;
    font-size: 15px;
}
.npopup .npopup-body .left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.npopup .npopup-body  button.btn:after{
	font-size: 15px;
}
.npopup .npopup-body .right button.btn.btn-success.calltoaction.npopup-checkout {
    margin-top: 15px;
}
body#n_checkout div#main-content {
    padding: 0 15px;
    max-width: 1350px;
    width: 100%;
    margin-top: 140px;
    margin-bottom: 80px;
}
body#n_checkout .btn {
    font-size: 16px;
}
body#n_checkout td.d-none.d-sm-table-cell a.btn.btn-block.btn-danger {
    min-width: inherit;
    text-align: center;
    padding-right: 14px;
}
body#n_checkout .btn:after{
	display:none;
}
body#n_checkout .container-fluid.wrapper-header {
    background-color: #f58732;
}
body#n_checkout .container-fluid.wrapper-header .srch-icon, .cart {
    background: #fff;
}
body#n_checkout .container-fluid.wrapper-header .srch-icon i {
    color: #4B4737;
}
body#n_checkout .container-fluid.wrapper-header .srch-crt .crt {
    background-color: #fff;
}
body#n_checkout .container-fluid.wrapper-header .crt img {
    filter: invert(1);
}
body#n_checkout .card .card-header {
    padding-left: 18px;
}
.srch-crt .srch-box {
    position: absolute;
    left: 0;
    width: 100%;
    background-color: #4B4737;
    top: 88px;
    padding: 15px 15px;
}
.srch-crt .srch-box input#name_search {
    background-color: #fff;
    border: 1px solid #ddd;
    height: 38px;
    padding-right: 12px;
}
.srch-crt .srch-box button.btn.btn-link {
    margin-top: 0;
}
.srch-crt .srch-box .input-group.input-group-sm {
    position: relative;
}
.srch-crt .srch-box button.btn.btn-link {
    margin-top: 0;
    min-width: inherit;
    position: absolute;
    right: -1px;
    background-color: transparent;
    top: 3px;
}
.srch-crt .srch-box button.btn.btn-link {
    margin-top: 0;
    min-width: inherit;
    position: absolute;
    right: -1px;
    background-color: transparent;
    top: 3px;
    display: block;
    z-index: 99;
}
.page-header.shopiing_cart {
  position: unset;
  transform: none;
}
.page-header.shopiing_cart nav {
  position: unset !important;
  transform: none;
}
.page-header.shopiing_cart nav {
	position: unset !important;
	transform: none !important;
}
.srch-crt .srch-box button.btn.btn-link:after{
	content:inherit;
}
.srch-crt .srch-box button.btn.btn-link i.fa.fa-search {
    font-size: 18px;
}
.srch-crt {
    position: relative;
}
.srch-crt .srch-box {
    position: absolute;
    width: 230%;
    background-color: #f58732;
    top: 56px;
    padding: 15px;
    left: -190px;
}
section.all-best-seller .row {
    max-width: 1350px;
}
.moble-srch-whishlist {
	display: none;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active {
	color: #f58732;
}
#main-content .single-prod-slider .row[aria-label="Product variation selection"] {
	justify-content: flex-start;
	margin-top: 20px;
}
.variation-wrapper hr {
	display: none;
}
.mob-menu-close {
	display: none;
}
#main-content .single-prod-slider .row.btn-stack .col-md-8 .btn::after {
	content: unset;
}
.container-fluid.wrapper-header.scro-head .nav li .nav-link:hover {
	color: #4B4737;
}
.page-item.active .page-link {
	background-color: #f58732;
	border-color: #f58732;
}
.page-link {
	color: #f58732;
}
.parent_all_blog, .parent_all_best_seller {
	width: 100%;
}
.parent_all_best_seller .row {
	margin: 0 auto !important;
}
.parent_all_blog section.blogs-section-wrapper .row {
	position: absolute;
	top: auto;
	bottom: 90px;
	left: 50%;
	transform: translateX(-50%);
}
.parent_all_blog section.blogs-section-wrapper {
	margin-bottom: 180px;
	position: relative;
}
section[aria-label="Categories"] {
	padding: 60px 0;
}
#main-content .row .col-12 .row {
	padding: 150px 0 50px;
}
#n_customer .page-header {
	color: #000 !important;
	position: relative;
	top: 0;
	text-align: center;
}
#n_customer #main-content .row {
	padding: 20px 0 0px;
}
.input-group-append .btn {
	background: transparent;
}
.input-group-append .btn i {
	color: #4B4737;
}
#main-content .row.cate-cont .display-4 {
	font-size: 30px;
	font-weight: 600;
	color: #4B4737;
}
.search-results-search #name_search-results {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-right: 40px;
}
.search-results-search .input-group-append .btn:hover {
	border: none;
}
.search-results-search .input-group-append .btn {
	margin: 0;
	padding: 0 !important;
	position: absolute;
	left: auto;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	min-width: 50px;
	max-width: 50px;
    z-index: 4;
}
.page-header.shopiing_cart .breadcrumb {
	justify-content: center;
}
#main-content .row .col-12.col-md-9 .row {
	padding: 0;
}
#main-content .row .col-12.col-md-9 .row p {
	margin: 15px 0;
	color:#000;
}
#n_checkout .row h1, #n_checkout .row p {
	text-align: center;
}
#n_checkout #main-content .row .col-12 .row {
	padding: 0;
}
.table.table-bordered.cartTable {
	margin-top: 60px;
}
section[aria-label="Categories"] [class*="col-md"] {
	padding: 15px;
}
.h2 a {
	font-size: 17px;
}
section[aria-label="Categories"] [class*="col-md"] > .col-md-9 {
	width: 100%;
	max-width: 100%;
}
#main-content .row .col-12 .row.products-row {
	padding: 20px 0 50px;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
	max-width: calc(100%/3 - 20px);
	flex: calc(100%/3 - 20px);
}
section.blogs-section-wrapper .blogs-wrapper {
	justify-content: flex-start;
	gap: 30px;
}
.input-group-append input[type="submit"] {
	background: #f58732;
}
#n_customer #login .form-row {
	align-items: flex-start;
}
#n_customer .container-fluid.wrapper-header {
  background: #f5873285;
}
#n_customer .container-fluid.wrapper-header.scro-head {
  background: #f58732;
}
.table.table-bordered.cartTable .btn {
	background: transparent;
	color: #4B4737;
	margin-top: 00;
}
.container.tracking {
	padding-top: 160px;
}
.container.tracking .btn {
	margin-top: 0;
}
.container.tracking p {
	text-align: center;
}
#main-content .parent_all_blog section.blogs-section-wrapper .pagination-section nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	right: unset;
	top: 170px;
}
#main-content .row nav[aria-label="Page navigation"] {
	position: unset;
}
.home-google-review-section .home-google-review-heading h2 {
    font-size: 51px;
    font-weight: 600;
    text-transform: capitalize;
}
.banner_sites a:nth-child(2) img {
	position: relative;
	top: 10px;
}
.n_greenlemon_30_june .header_Sec_wrapper .website_menu .mob_ic_div {
    display: none;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart .dropdown-toggle::after{
	display:none;
}
.social_links a:first-child {
	background: #FDE465;
	border-radius: 20px;
	color: #000 !important;
	min-width: 120px;
	border: 1px solid #fff;
	text-align: center !important;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-size:16px !important;
}
.brand_page {
	margin: 10px auto 100px;
  }
  .brand_page h1 {
	text-align: center;
	margin: 20px 0;
  }
  .brand_page .row {
	padding: 0 !important;
  }
  .brand_page .pagination-section {
	margin-top: 20px;
  }
  .brand_page .pagination-section nav {
	position: static !important;
	text-align: center;
	display: flex;
	justify-content: center;
  }
  .cstm_account_class .cstm_acc_row {
	max-width: 100% !important;
}
#n_customer_account nav {
	display: none;
}
#n_customer_account .btn-stack .col-12.col-md-4 {
	max-width: 100%;
}
.cstm_account_class .page-header h1, .cstm_account_page .page-header h1, .acc_temp_head {
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: #4B4737;
}
.acc_temp_wrap{
	text-align: center;
}
@media (max-width: 1599px){
    
 .single-prod {
	padding: 80px 20px 0;
} 
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	font-size: 39px;
}
.wrapper-product-title {
	padding-left: 0;
}    
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 570px);
} 
.lower-upsel .slick-arrow {
	top: -61px;
} 
#main-content .single-prod-slider .row.mult-pro {
	margin-right: 0 !important;
}
}
@media (max-width: 1439px){
.lower-upsel {
	padding: 0 20px;
}
.single-prod-slider [aria-label="Products information"] {
	padding-right: 15vw;
	padding-left: 60px;
}
select {
	background-position: right 10px center;
}
#main-content .single-prod-slider .row.mult-pro .nCrossSellItem .row {
	margin-left: 0;
}
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 575px);
}
#main-content .single-prod-slider .row {
	margin-left: 0;
}
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	font-size: 40px;
}
#shipbox .card-header h3 {
	font-size: 25px;
}
#n_category #main-content .row article .h4 {
	min-height: 55px;
}    
#n_category #main-content .row article .h4 {
	min-height: 50px;
	padding-top: 10px;
}    
#n_category #main-content .row article {
	margin-bottom: 10px;
}
    
    
}
@media (max-width: 1365px){
.web-logo .navbar-brand {
	margin-right: 0;
}
.wrapper-header .navbar-default {
	padding: 0;
}
.wrapper-header .nav li .nav-link {
	padding: 0 10px !important;
}
.wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	width: 100%;
	max-width: 550px;
}
.topbar--wrap--nav > li {
	margin-left: 10px;
}
.usr ul li a {
	font-size: 15px;
}    
.usr ul li a i {
	padding-right: 5px;
	font-size: 15px;
}
.feat-prod .card-title.h4 a {
	font-size: 16px;
}
.home-bann {
	margin-bottom: -80px;
}
.home-bann .carousel-caption h2 {
	font-size: 54px;
}
.btn {
	margin-top: 10px;
}
#shipbox .card-body .btn, #shipbox .card-body .form-control {
	font-size: 12px;
}
#shipbox #ship_country {
	background-position: right 10px center;
}
    #multiitemadd .row .nCrossSellItem .row label h4 {
	max-width: 160px;
}
#shipbox .card-body div[aria-label="Shipping results"] {
    font-size: 12px;
}
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 575px);
}
.best-all {
	right: 20px;
}
.input-group-append .btn {
	margin-top: 20px;
} 
.single-prod-slider [aria-label="Products information"] {
	padding-left: 40px;
    padding-right: 13vw;
}
.lower-upsel .card p a {
	font-size: 16px;
}
._itmspec_listopt {
	padding-left: 0;
	width: 100%;
	max-width: calc(100% - 115px);
	flex: calc(100% - 115px);
}    
.h2 a {
	font-size: 15px;
}
.page-header {
	font-size: 50px;
}   
.imag h3 {
	font-size: 34px;
	text-align: center;
}   
    
}
div#recent_sales_content table {
    font-family: open sans !important;
}
.lower-upsel .more-from-cate .slick-list .slick-track {min-width: 100%}
 .lower-upsel .more-from-cate .slick-list .slick-track .card .savings-container span.badge {
    padding: 2.25em;
}
@media (max-width: 1199px){
.navbar-brand img {
	max-width: 200px;
}
.wrapper-header .nav li .nav-link {
	font-size: 15px;
}   
.wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	max-width: 480px;
}        
.srch-icon, .crt {
	height: 30px;
	width: 30px;
	margin: 0 5px;
}    
.cart-count {
	top: -10px;
	right: -10px;
}
#header_cart a .cart-count {
	width: 15px;
	height: 15px;
	line-height: 16px;
	font-size: 10px;
}    
.usr ul li a {
	font-size: 14px;
}   
.home-bann .carousel-caption h2 {
	font-size: 45px;
    margin-bottom: 10px;
}    
.btn {
	font-size: 18px;
	min-width: 187px;
	padding: 10px 30px 10px 10px;
	margin-top: 0px;
}
.feat-prod h3 {
	font-size: 40px;
	padding: 10px 0;
}    
.feat-prod .card-title.h4 a {
	font-size: 14px;
}    
.feat-prod .card-title.h4 {
	margin-top: 25px;
}
.feat-prod {
	padding: 48px 0 65px;
}
.latest-guide .left-section img {
	max-width: 270px;
	transform: translateY(70px);
}  
.latest-guide p.top-text {
	font-size: 25px;
	margin-bottom: 10px;
} 
.latest-guide h2 {
	font-size: 40px;
}    
.latest-guide p {
	font-size: 20px;
}
.btn::after {
	font-size: 22px;
}
.best-seller h3 {
	font-size: 40px;
}
.best-all {
	padding: 7px 14px;
} 
.best-seller .card-title.h4 {
	font-size: 14px;
	padding-top: 25px;
	min-height: 70px;
}
.bee-supply h2 {
	font-size: 40px;
}    
.blog-sec {
	padding: 30px 0 60px;
}    
.blog-sec h4 {
	font-size: 40px;
}
.blog-sec .blogs-all h4 a {
	font-size: 20px;
}    
 .blogs-all p {
	margin: 0;
}
    a.view {
	margin-top: 20px;
}
 .car-img {
	height: 150px;
	width: 150px;
} 
.car-img img {
	max-width: 60px;
}
.category .bx-box span {
	font-size: 16px;
}   
.panel .list-group .cate a {
	font-size: 15px;
}
.list-group-item h3.h4, .panel-heading h3 {
	font-size: 22px;
}   
#left-sidebar .panel .list-group .cate a i {
	font-size: 12px;
	padding-top: 6px;
}
.pro-view {
	width: 100%;
	max-width: 150px;
}
.row.sort_container .btn-text {
	font-size: 17px;
}   
.form-row .col-form-label {
	max-width: 80px;
    font-size: 17px;
}    
.srt-col #sortby {
	font-size: 14px;
	padding-left: 5px;
}
.list-group-flush .list-group-item span {
	font-size: 15px;
}
a.list-group-item, .card-header .h4 {
	font-size: 15px;
}    
.list-group-flush .list-group-item .price_range {
	font-size: 18px;
}   
.cate-banner {
	height: 250px;
}    
#n_category #main-content .row article {
	margin-bottom: 10px;
}    
#n_category .btn {
	padding: 7px 10px 7px 10px;
} 
#pricesearch {
	display: block;
}
#pricesearch .btn {
	margin-bottom: 10px;
	width: 100%;
}
#n_category #main-content > .row {
	margin-bottom: 60px;
}
#main-content .breadcrumb {
	justify-content: center;
	align-items: center;
}
/*
#main-content .row nav {
	top: 140px;
}    
*/
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	font-size: 30px;
}    
#shipbox .card-header h3 {
	font-size: 20px;
}    
#shipbox [class*="col-md"] {
	padding: 0 5px;
}
#shipbox .card-body div[aria-label="Shipping results"] {
	font-size: 11px;
}
#multiitemadd .row .nCrossSellItem .row label img {
	width: 100%;
	max-width: 70px;
}    
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 439px);
}
.lower-upsel .slick-arrow {
	top: -62px;
	font-size: 30px;
}
.single-prod .thumbnail.card-body .card-title {
	min-height: 70px;
}
.productdetails p, .tab-pane .small {
	margin-bottom: 0;
}
.single-prod-slider .row.mult-pro .nCrossSellItem {
	padding: 9px 5px 5px;
}    
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content p {
	font-size: 15px;
} 
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content h4 {
	font-size: 18px;
	min-height: 45px;
}
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content a.blog-btn {
	font-size: 16px;
}    
.parent_all_blog section.blogs-section-wrapper .row {
	bottom: 60px;
}
.parent_all_blog section.blogs-section-wrapper {
	margin-bottom: 120px;
}    
.srch-crt .srch-box {
	width: 245px;
/*	background-color: transparent;*/
}    
body#n_checkout .btn {
	font-size: 14px;
}
#paypal img {
	max-width: 200px;
}
body#n_checkout .page-header {
	top: 80px;
}
.h2 {
	min-height: 50px;
}
#main-content .row .col-12 .thumbnail-box .row {
	padding: 30px 0 10px;
}    
#n_category #main-content .row article .h4 {
	min-height: 75px;
}
.page-header {
	font-size: 40px;
}   
.home-bann .btn::after, .latest-guide .btn::after, .bee-supply .btn::after {
	font-size: 22px;
}    
#main-content .parent_all_blog section.blogs-section-wrapper .pagination-section nav {
	top: 100px;
}    
    
}
@media (max-width: 1023px){
.navbar-brand img {
	max-width: 160px;
}
.thumbnail.card-body .card-title {
	min-height: 60px;
}   
.latest-guide .row.guide .left-section {
	text-align: -moz-right;
}
.latest-guide {
	margin-bottom: 90px;
}
.bee-supply .right-section {
	padding-left: 30px;
}   
.list-group-item h3.h4, .panel-heading h3 {
	font-size: 19px;
}
.row.sort_container .viewby.btn-group .btn {
	padding: 0 10px !important;
}    
#main-content .row.sort_container .srt-col {
	max-width: 40%;
	flex: 40%;
}    
#main-content .row nav {
	width: 100%;
} 
.wrapper-pricing .h1 {
	font-size: 22px;
}
/*
.lower-upsel .h2.upsel-main-head::after {
	left: 44%;
} 
*/
#n_category #main-content .row article .h4 {
	padding-top: 10px;
    min-height: 78px;
}
    
    
/*
#main-content .single-prod-slider .row {
	margin-left: 0;
	max-width: 100%;
	display: block;
}   
#main-content .single-prod-slider .row [aria-label="Product images"] {
	max-width: 100%;
}    
._itmspec_listopt {
	max-width: calc(100% - 275px);
}    
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	width: 100%;
}   
#main-content .single-prod-slider .row.btn-stack {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}    
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: calc(100% - 467px);
}    
*/
#main-content .row.cate-cont .display-4 {
	font-size: 25px;
}   
body#n_checkout .form-group input.btn {
	min-width: 158px;
}    
section[aria-label="Categories"] .category-thumbnail {
	max-width: calc(100%/3);
	flex: calc(100%/3);
}
.imag h3 {
	font-size: 25px;
}    
.container.tracking .page-header h1 {
	font-size: 24px;
} 
#main-content .row .pagination-section nav {
	top: 100px;
}
#main-content .parent_all_blog section.blogs-section-wrapper .pagination-section nav {
	width: unset;
}
.home-google-review-section .home-google-review-heading h2 {
	font-size: 40px;
	padding: 10px 0;
}    
.social_links a:first-child {
	padding: 0 !important;
}
    
    
}
/*added by JD */
@media (max-width: 1180px){
  .slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
      padding: 0 0 10px 0;
  }
  .slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a:first-child svg {
       margin-right:10px;
  }
  .slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a svg {
      margin-right:10px;
  }
}
@media (max-width: 991px){
.home-bann .carousel-caption p {
	font-size: 16px;
	max-width: 620px;
	margin: 0 auto;
}    
.home-bann .carousel-caption h2 {
	font-size: 35px;
}
.btn::after {
	font-size: 18px;
}
.btn {
	font-size: 15px;
	min-width: 157px;
}
.feat-prod h3 {
	font-size: 30px;
}    
.feat-prod [class*="col-md"], .best-seller [class*="col-md"] {
	padding: 0;
}    
.latest-guide .left-section img {
	max-width: 180px;
	transform: translateY(59px);
} 
 .latest-guide p.top-text {
	font-size: 17px;
	margin-bottom: 0;
	margin-top: 10px;
}   
.latest-guide h2 {
	font-size: 25px;
}    
.latest-guide p {
	font-size: 17px;
}    
.best-seller h3::after {
	width: calc(100% - 335px);
	left: 54%;
}
.best-seller h3 {
	font-size: 30px;
}
.best-all {
	padding: 3px 14px;
	top: 30px;
}
.bee-supply h2 {
	font-size: 30px;
}
    .best-seller {
	padding-bottom: 45px;
}
.bee-supply {
	margin: 0 auto;
	padding-bottom: 60px;
}    
.blog-sec h4 {
	font-size: 30px;
	padding: 10px 0;
}
.blog-sec .blogs-all h4 a {
	font-size: 16px;
}    
.blog-sec a {
	font-size: 17px;
}  
    
a.view {
	margin-top: 10px;
    font-size: 18px;
}
.blog-sec {
	padding: 30px 0 40px;
}
.wrapper-footer .col-sm-8 {
	max-width: 100%;
	flex: 100%;
}    
.wrapper-footer > .container > .row:nth-child(2) > .col-sm-4 {
	width: 100%;
	max-width: 100%;
	flex: 100%;
	margin-top: 30px;
} 
.category {
	padding-top: 10px;
    padding-bottom: 65px;
} 
.wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	max-width: 470px;
}    
.navbar-brand img {
	max-width: 150px;
}    
.usr ul li a {
	font-size: 0;
}    
.usr ul.topbar--wrap--nav {
	display: flex !important;
	align-items: center;
}
.wrapper-header .nav.navbar-nav {
	justify-content: flex-start;
}    
 .wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	max-width: 460px;
}   
.wrapper-header .nav li .nav-link {
	font-size: 13px;
}
    .usr {
	transform: translate(0);
}
.web-logo {
	padding-bottom: 25px;
}
    .wrapper-header {
	height: 60px;
}
.crt #header_cart {
	justify-content: center;
} 
#main-content .best-seller .row.best-sell {
	padding-bottom: 50px;
}
.best-seller .thumbnail.card-body .card-title {
	min-height: 90px;
}
.page-header {
	font-size: 30px;
}
/*
#main-content .row nav {
	top: 140px;
}    
*/
#main-content .row.cate-cont {
	margin: 50px auto 0;
}    
.imag h3 {
	font-size: 25px;
}
#main-content .row.sort_container [class*="col-md"] {
	width: 100%;
	max-width: calc(100%/2);
	flex: calc(100%/2);
}    
#n_category #main-content .row article {
	max-width: calc(100%/2);
	flex: calc(100%/2);
	margin-bottom: 0;
} 
#n_category #main-content .row article .h4 {
	padding-top: 15px;
	min-height: 53px;
}
.list-group-flush .list-group-item span i {
	padding-right: 0px;
}
a.list-group-item, .card-header .h4 {
	font-size: 13px;
	padding-right: 5px;
}   
.list-group-flush .list-group-item .price_range {
	font-size: 15px;
	margin-bottom: 10px;
}    
#pricesearch .btn {
	padding: 7px 5px 7px 5px;
	font-size: 15px;
}
#left-sidebar .card {
	border: none;
	margin-top: 0 !important;
}
.list-group-item h3.h4, .panel-heading h3 {
	font-size: 16px;
}    
#n_category #main-content .row article {
	padding: 0 5px;
}    
#main-content .single-prod-slider .row {
	margin-left: 0;
	max-width: 100%;
	display: block;
}   
#main-content .single-prod-slider .row [aria-label="Product images"] {
	max-width: 100%;
}    
._itmspec_listopt {
	max-width: calc(100% - 275px);
}    
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	width: 100%;
}   
#main-content .single-prod-slider .row.btn-stack {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}    
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: calc(100% - 467px);
}
.single-prod-slider [aria-label="Products information"] {
	padding: 0;
	max-width: 100%;
}
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	font-size: 25px;
}    
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 390px);
	top: 39%;
}  
#main-content .feat-prod .row.all-feat, #main-content .best-seller .row.best-sell {
	padding: 0 10px;
} 
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
	max-width: calc(100%/2 - 30px);
	flex: calc(100%/2 - 30px);
}
section.blogs-section-wrapper .blogs-wrapper {
	justify-content: flex-start;
	gap: 60px;
}   
.parent_all_blog section.blogs-section-wrapper .row {
	bottom: 100px;
}    
.parent_all_best_seller .all-best-seller [class*="col-md"] {
	width: 100%;
	max-width: calc(100%/4);
	flex: calc(100%/4);
}    
.parent_all_best_seller .all-best-seller .row .row {
	width: 100%;
}
    .parent_all_best_seller .all-best-seller .row{
        justify-content: flex-start;
    }
.parent_all_best_seller .all-best-seller .row .row .pagination-section .pagination {
	justify-content: center;
}  
.srch-crt .srch-box {
	top: 45px;
	padding: 10px;
}
#main-content .row .row .form-row [class*="col-12"] {
	max-width: 100%;
	flex: 100%;
}    
#n_checkout .page-header {
	top: 191px;
}    
section[aria-label="Categories"] [class*="col-md"] {
	padding: 0 15px 15px;
}
.imag h3 {
	text-align: center;
}   
.lower-upsel .slick-arrow {
	top: -65px;
}    
.table.table-bordered.cartTable {
	margin-top: 20px;
}    
.container.tracking .page-header h1 {
	font-size: 20px;
}    
.container.tracking [class*="col-md"] {
	max-width: calc(100%/3);
	flex: calc(100%/3);
}
.container.tracking {
	padding-top: 120px;
}
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper {
	gap: 20px;
}    
.home-bann .btn::after, .latest-guide .btn::after, .bee-supply .btn::after {
	font-size: 20px;
	right: 7px;
}    
#main-content .parent_all_blog section.blogs-section-wrapper .pagination-section nav {
	top: 140px;
}
.home-google-review-section .home-google-review-heading h2 {
	font-size: 30px;
}    
.home-google-review-section {
	margin: 30px 0;
}    
}
@media (max-width: 767px){
    .sec_head a {
    color: #4B4737;
    text-decoration: none;
    font-size: 18px !important;
}
body .header_upper .container .social_links {
	display: block !important;
	justify-content: flex-end;
	/* align-items: flex-start; */
	padding-bottom: 3px;
}
.feat-prod {
	padding: 20px 0 30px;
}
.feat-prod h3 {
	font-size: 25px;
}
 .thumbnail.card-body .card-title {
	min-height: 40px;
}   
.feat-prod .thumbnail.card-body img {
	width: 100%;
	max-width: 230px;
}
.feat-all {
	margin: 10px auto 0;
}
.latest-guide .left-section img {
	max-width: 180px;
	transform: translateY(20px);
}    
.latest-guide .row.guide .left-section {
	text-align: -moz-center;
}    
.latest-guide .row.guide .right-section {
	padding: 0;
}
.latest-guide {
	margin-bottom: 20px;
}
.best-seller h3 {
	font-size: 25px;
}
.best-all a {
	font-size: 14px;
}    
.best-all {
	padding: 3px 14px;
	top: 31px;
}    
.best-seller h3::after {
	width: calc(100% - 297px);
	left: 56%;
}   
#main-content .best-seller .row.best-sell {
	padding-bottom: 35px;
}    
 .bee-supply .right-section {
	padding: 0;
}
    .bee-supply h2 {
	font-size: 25px;
	margin-top: 20px;
}
 .bee-supply {
	margin: 0 auto;
	padding-bottom: 30px;
}   
 .blog-sec h4 {
	font-size: 25px;
}   
.blog-sec {
	padding: 15px 0 30px;
}
.blogs-all {
	display: block;
}
.blogs-all .border-bottom {
	padding: 0;
    padding-bottom: 20px;
}    
.wrapper-footer h4 {
	font-size: 25px;
	text-align: center;
}    
.wrapper-footer {
	margin-top: 0 !important;
}
 .nav.list-social {
	justify-content: flex-start !important;
}   
    .wrapper-footer .row .text-md-left .small {
	font-size: 13px;
}
.home-bann .carousel-caption h2 {
	font-size: 25px;
	line-height: normal;
}
.home-bann .carousel-caption p {
	font-size: 15px;
	max-width: 530px;
	line-height: 1.4;
}   
.home-bann .btn {
	font-size: 12px;
	min-width: 130px;
    padding: 6px 30px 6px 10px;
}
.home-bann .btn::after {
	font-size: 15px;
}    
.home-bann img {
	object-fit: cover;
	min-height: 360px;
}   
.nMobileNav {
	width: 100%;
	position: fixed;
	bottom: 0;
	background: #f58732;
	z-index: 999;
	margin-bottom: 0;
	padding: 10px 0;
	left: 0;
}
.nMobileNav li a {
	color: #fff;
}
 .crt {
	display: none;
}
/*
.usr {
	transform: translateX(60%);
} 
*/
.collapse.navbar-collapse .nav li a {
	color: #f58732;
	text-transform: uppercase;
}    
.collapse.navbar-collapse .nav li {
	padding: 10px 0;
}   
 .container-fluid.wrapper-header.scro-head .srch-icon i{
	color: #f58732;
}
 body .wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	background: #fff;
	height: 100vh;
	max-width: 100%;
	right: 0;
	left: auto;
	position: fixed;
	top: 0;
	padding-top: 50px;
	transform: translateX(-100%);
	transition: .3s ease all;
    display: block !important;
} 
body .wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse.mobile-menusss {
	display: block !important;
	transform: translateX(0%);
}  
.container-fluid.wrapper-header.scro-head {
	animation: unset;
}
body .smt-app-whatsapp .sm-button.bottom-right{
   bottom: 110px;     
}  
body .smt-app-whatsapp .message.bottom-right {
  bottom: 120px;
} 
.home-bann .carousel-caption p {
	margin-bottom: 10px;
}      
.category .slick-dots li {
	width: 5px;
	height: 5px;
} 
.category .slick-dots li button::before {
	font-size: 9px;
}
.feat-prod .row.all-feat [class*="col-md"] {
	width: 100%;
	max-width: calc(100%/2);
	flex: calc(100%/2);
}
.best-seller .row.best-sell [class*="col-md"] {
	width: 100%;
	max-width: calc(100%/2 - 20px);
	flex: calc(100%/2 - 20px);
}
.best-seller .thumbnail.card-body .card-title {
	min-height: 70px;
}
.wrapper-header .navbar-default .container {
	padding: 0 20px;
} 
.category.slick-slide {
	padding-bottom: 0px;
}
.srch-crt {
	display: none;
}  
.topbar--wrap--nav > li {
	display: none;
}
.moble-srch-whishlist {
	display: flex;
	align-items: center;
}
.moble-srch-whishlist i {
	color: #fff;
}
.srch-box {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: auto;
}
.smt-app-whatsapp .sm-button .powered-link {
	transform: translateX(-73%);
}
.page-header {
	font-size: 25px;
}    
#main-content .row nav {
	top: 130px;
}
#main-content .row nav .breadcrumb {
	margin: 0;
}
#main-content .row nav .breadcrumb li a {
	font-size: 15px;
}    
#main-content .row.cate-cont {
	margin: 20px auto 0;
}    
#n_category #main-content > .row {
	margin-bottom: 10px;
}
#n_category #main-content .row article .h4 {
	font-size: 14px;
}
.row.sort_container .viewby.btn-group .btn {
	font-size: 19px;
}
.form-row .col-form-label {
	font-size: 14px;
}
.form-row .col-form-label {
	max-width: 65px;
	font-size: 14px;
}    
.form-row .col-form-label + div {
	max-width: calc(100% - 75px);
	flex: calc(100% - 75px);
}    
#n_category #main-content .row article .thumbnail-image {
	padding: 0;
} 
.row.products-row .col-12.pb-2 .card .card-body .row .col-8.col-md-6 {
	padding-left: 10px;
}
.row.products-row .col-12.pb-2 .card .card-body {
	padding: 10px;
}  
.row.products-row .col-12.pb-2 .card .card-body h3 {
	margin-bottom: 0;
}
.row.products-row .col-12.pb-2 .card .card-body p {
	margin-bottom: 0;
}
.nav.list-social {
    padding: 10px;
} 
.nav.list-social li a {
    padding: 0px;
}
#main-content .feat-prod .row.all-feat {
    padding: 0 10px;
}
.thumbnail.card-body .card-title {
	min-height: 60px;
}
.npopup .npopup-body .left {
	display: block;
}    
.single-prod {
	padding: 40px 20px 0;
}
#shipbox .card-body div[aria-label="Shipping results"] {
	padding-top: 0;
}    
#_jstl__buying_options {
	padding: 30px 0 0;
}   
.tabbable .tab-pane .btn {
	background: transparent;
	color: #4B4737;
}
.productdetails h3 {
	font-size: 15px;
}    
.productdetails p, .tab-pane .small {
	font-size: 14px;
}    
#accordionReviews .btn {
	background: #f58732;
}
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	font-size: 20px;
}    
.lower-upsel .fa-angle-left.slick-arrow {
	right: 20px;
}
.lower-upsel .slick-arrow {
	font-size: 20px;
}
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 300px);
	top: 32%;
}  
.mob-menu-close{
   display: block;
 }    
.single-prod .lower-upsel {
	padding: 0;
}    
.mob-menu-close {
	display: block;
	position: absolute;
	left: 10px;
	right: auto;
	top: 20px;
}
.mob-menu-close i {
	font-size: 20px;
}   
.input-group-prepend .btn::after {
	content: unset;
}
.input-group-prepend .btn {
	background: transparent;
	min-width: 30px;
}
.input-group-prepend {
	position: absolute;
	left: auto;
	right: 10px;
	top: 50%;
/*	transform: translateY(-50%);*/
    z-index: 99;
}
.input-group.input-group-sm {
	position: relative;
}  
.srch-box {
	top: 60px;
}
.topbar--wrap--form input#name_search {
	position: relative;
} 
#name_search {
	background: #fff;
	padding: 15px 10px;
}
.input-group-prepend .btn i {
	color: #000 !important;
}
.srch-box {
	top: 40px;
}
#_jstl__header {
	padding-right: 250px;
}
.wrapper-pricing {
	border: none;
}
.wrapper-pricing, .product-wishlist {
	padding: 0;
}
#multiitemadd .row .nCrossSellItem .row label h4 {
	font-size: 13px;
}
.single-prod-slider .row.mult-pro .nCrossSellItem {
	margin: 5px 0;
}    
#main-content .extra-options .row.btn-stack .qt-fld {
	max-width: 134px;
} 
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: calc(100% - 217px);
}  
#main-content .extra-options .row.btn-stack .qt-fld a i {
	font-size: 7px;
	width: 15px;
	height: 15px;
}
#main-content .extra-options .row.btn-stack .qt-fld input {
	font-size: 14px;
}
#_jstl__images_r .row.slick-slider i.slick-arrow {
	font-size: 18px;
}
.parent_all_best_seller section.all-best-seller .thumbnail.card-body img {
	object-fit: contain;
	height: 100%;
}
.parent_all_best_seller section.all-best-seller .thumbnail-image {
	height: 200px;
	overflow: hidden;
}    
/*
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
	padding: 20px 10px;
}    
*/
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content {
	padding: 18px 5px 20px 5px;
}
.parent_all_blog section.blogs-section-wrapper h2 {
	font-size: 30px;
	padding: 10px 0;
}    
.parent_all_blog section.blogs-section-wrapper {
	margin-bottom:120px;
}
.parent_all_best_seller .all-best-seller [class*="col-md"] {
	width: 100%;
	max-width: calc(100%/2);
	flex: calc(100%/2);
}
.parent_all_best_seller section.all-best-seller .row h3 {
	font-size: 30px;
	padding-bottom: 10px;
}    
.parent_all_best_seller .all-best-seller {
	margin-top: 30px;
	margin-bottom: 40px;
}   
#main-content .row .row [class*="col-12"] {
	margin: 10px 0;
} 
#main-content .row .row [class*="col-12"] .btn {
	max-width: calc(100%/2);
}
body#n_checkout div#main-content {
	margin-top: 90px;
}    
body#n_checkout .page-header {
	top: 180px;
}    
.srch-box {
	top: 40px;
	background: #f58732;
	padding: 5px;
}
section[aria-label="Categories"] {
	padding: 0px 0 10px;
}
#n_category #main-content .row.products-row article .btn {
	max-width: 100%;
}
section.blogs-section-wrapper .blogs-wrapper {
	gap: 20px;
}    
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
	max-width: calc(100%/2 - 10px);
	flex: calc(100%/2 - 10px);
}
#main-content .card.thumbnail .buying-options .btn-loads{
	max-width: 100%;
}
.home-bann .btn::after, .latest-guide .btn::after, .bee-supply .btn::after {
	font-size: 20px;
	right: 10px;
}     
/*
.table.table-bordered.cartTable {
	white-space: nowrap;
}
*/
#n_checkout #main-content .row [aria-label="Products in shopping cart"] {
	overflow-X: auto;
}
.table.table-bordered.cartTable .d-none.d-sm-table-cell {
	display: revert !important;
}    
.table.table-bordered.cartTable td:first-child {
	width: 100%;
	max-width: 100%;
}    
#main-content .container.tracking .page-header h1 {
	text-align: center;
} 
#main-content .container.tracking [class*="col-md"] {
	max-width: calc(100%/2);
	flex: calc(100%/2);
}
#main-content .container.tracking [class*="col-md"]:last-child {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}   
#main-content .container.tracking [class*="col-md"]:last-child .btn {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}    
#main-content .row .container.tracking .col-12 .row {
	padding: 100px 0 50px;
} 
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper {
	display: block;
}
.parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
	max-width: 100%;
	flex: 100%;
}   
 #n_customer #register .btn {
	min-width: 100%;
	max-width: 100%;
}   
#main-content .row .row .search-results-search .input-group-append .btn {
	max-width: 50px;
	min-width: 50px;
}    
body .wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	padding-top: 90px;
}
.home-google-review-section .home-google-review-heading {
	margin-bottom: 20px;
}
.brand_page .row .brand-item {
	text-align: center;
	max-width: 120px;
}
}
@media (max-width: 567px){
.bee-supply .right-section p {
	font-size: 16px;
}    
.bee-supply h2 {
	font-size: 20px;
}    
.blog-sec a {
	font-size: 14px;
}    
.wrapper-footer h4.nav-link {
	font-size: 17px;
}    
.wrapper-footer .nav li a {
	font-size: 15px;
	padding: 5px 15px;
}
.car-img {
	height: 110px;
	width: 110px;
}
.category .bx-box span {
	padding-top: 10px;
}    
#main-content .row.sort_container .pro-view {
	width: 100%;
	max-width: 120px;
	padding: 0 5px;
} 
#main-content .row.sort_container .srt-col {
	width: 100%;
	max-width: calc(100% - 120px);
	padding: 0 5px;
} 
body .thumb_list .row.products-row .col-12.pb-2 .card .card-body .row [class*="col-md"] {
	width: 100%;
	max-width: 100%;
    text-align: center !important;
}
.row.products-row .col-12.pb-2 .card .card-body .row .col-12.col-md-3.text-right {
	max-width: 100%;
}    
.row.products-row .col-12.pb-2 .card .card-body .row {
	display: block;
	text-align: center;
}    
.card-footer .form-inline.buying-options.float-right {
	float:unset !important;
	justify-content: center;
}
.row.products-row .col-12.pb-2 .card .card-body h3 {
	margin-top: 10px;
}       
.container-fluid.wrapper-header.scro-head .web-logo {
    padding-top: 12px;
}
.wrapper-header {
    height: 70px;
}    
#n_category #main-content .row article .form-inline.buying-options {
	justify-content: center;
} 
.best-seller h3::after {
	width: calc(100% - 265px);
	left: 56%;
}
.best-seller .row.best-sell [aria-label="Product thumbnail"]{
	max-width: calc(100%/2 - 0px);
	flex: calc(100%/2 - 0px);
}
   
/*
#main-content .best-seller .row.best-sell {
	padding: 0 10px 35px;
}
*/
.best-seller .thumbnail.card-body .card-title {
	min-height: 77px;
}    
.best-seller h3 {
	padding: 30px 0 30px 0px;
} 
#n_category #main-content .row article .h4 {
	min-height: 73px;
}
.npopup .npopup-body .left {
	display: block;
}    
.wrapper-pricing {
	max-width: 160px;
}   
.wrapper-product-title h1, .lower-upsel .h2.upsel-main-head {
	font-size: 19px;
}
.wrapper-product-title {
	padding: 0;
}    
.wrapper-pricing .h1 {
	font-size: 18px;
}
._itmspec_listopt {
	max-width: 100%;
}
._itmspec_optpl ._itmspec_opt {
	height: 35px;
	font-size: 15px;
}
._itmspec_listopt .variation-name label {
	font-size: 17px;
	margin: 0;
}    
.buying-options h3 {
	font-size: 16px;
}
#main-content .extra-options .row.btn-stack .btn {
	padding: 10px;
	height: 35px;
	line-height: 0;
}
    #_jstl__header {
	padding-right: 0px;
}
#main-content .extra-options .row.btn-stack .qt-fld input {
	height: 35px;
}    
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: calc(100% - 134px);
	
}    
#shipbox .card-body {
	padding: 20px 10px 10px;
}   
.single-prod .lower-upsel {
	padding: 0;
	margin-bottom: 0;
}
.single-prod .thumbnail.card-body .card-title {
	min-height: 30px;
}
#shipbox .card-body div[aria-label="Shipping results"] {
	display: block;
}    
#_jstl__buying_options_r #shipbox .btn {
	height: 32px;
	text-align: left;
	line-height: 0;
}
.single-prod .row.mt-5 {
	margin-top: 10px !important;
}    
#main-content .single-prod-slider .row.mult-pro {
	width: 100%;
	max-width: 100%;
	position: relative;
}   
.single-prod-slider .row.mult-pro .nCrossSellItem [class*="col-xs"] {
	width: 100%;
	max-width: calc(100%/2 - 20px);
}
 .parent_all_blog section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
	max-width: 100%;
	flex: 100%;
}
.parent_all_best_seller .all-best-seller [class*="col-md"] {
	max-width:100%;
	flex:100%;
}    
.srch-box {
	top: 50px;
}    
.srch-box .topbar--wrap--form input#name_search {
	width: 326px;
}    
#main-content .row.cate-cont .display-4 {
	font-size: 19px;
}
#main-content .row .col-12.col-md-9 .row p {
	margin: 10px 0;
}
#n_category #main-content > .row {
	margin-bottom: 0;
}
body#n_checkout .page-header {
	top: 170px;
	width: 100%;
}    
/*
#main-content .row .row [class*="col-12"] .btn {
	max-width: 100%;
	min-width: 100%;
}   
*/
.table.table-bordered.cartTable {
	margin-top: 30px;
}
.table.table-bordered.cartTable {
	margin-top: 30px;
/*	white-space: nowrap;*/
}
#n_checkout #main-content .row [aria-label="Products in shopping cart"] {
	overflow-X: auto;
} 
    #n_checkout #main-content .row [aria-label="Products in shopping cart"] .col-12 {
	padding: 0;
}
section[aria-label="Categories"] .category-thumbnail {
	max-width: calc(100%/2);
	flex: calc(100%/2);
}    
.imag h3 {
	font-size: 20px;
	text-align: center;
}    
.page-header {
	font-size: 18px;
}    
#n_category #main-content .row article .h4 {
	font-size: 13px;
}
#n_category #main-content .row article .price {
	font-size: 14px;
}
.single-prod .thumbnail.card-body .card-title {
	min-height: 60px;
}    
#main-content .card.thumbnail .buying-options .btn-loads{
	max-width: 100%;
}
.lower-upsel .h2.upsel-main-head::after {
	width: calc(100% - 280px);
	top: 24%;
}    
.lower-upsel .slick-arrow {
	top: -67px;
} 
.table.table-bordered.cartTable td:first-child .img-fluid {
	max-width: unset;
}
#n_checkout#main-content .row .row [class*="col-12"] .btn {
	max-width: 100%;
	min-width: 100%;
}
#main-content .container.tracking [class*="col-md"] {
	max-width: 100%;
	flex:100%;
}    
#reviews .btn {
	max-width: 100%;
	min-width: 100%;
}
#n_customer #register .btn {
	font-size: 14px;
}   
body .wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	padding-top: 110px;
}
.home-google-review-section .home-google-review-heading h2 {
	font-size: 25px;
}
}
/* 16-08-2022 */
.wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	max-width: 700px;
}
.blogs-all {
	width: 100%;
	max-width: 100%;
}
@media (min-width:1600px){
.single-prod-slider [aria-label="Products information"] {
	padding-right: 17vw;
}
}
@media (max-width:1599px){
#main-content .extra-options .row.btn-stack {
	justify-content: flex-start;
}
    .single-prod-slider [aria-label="Products information"] {
	padding-right: 19vw;
}
}
@media (max-width:1439px){
    .wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse{
	max-width: 630px;
}
    .wrapper-product-title h1 {
	max-width: 530px;
}
#multiitemadd .row .nCrossSellItem .row label h4 {
	font-size: 12px;
}
}
@media (max-width:1365px){
.wrapper-header .nav li .nav-link {
	font-size: 15px;
}
.usr ul li a {
	font-size: 13px;
}
.usr .topbar--wrap--nav {
	display: flex !important;
	align-items: center;
}
.usr ul li a {
	display: flex;
	align-items: center;
}
body .usr {
	transform: translateY(0px);
}
.wrapper-pricing .h1 {
	font-size: 20px;
}
    .wrapper-product-title h1 {
	font-size: 32px;
}
.single-prod-slider [aria-label="Products information"] {
	padding-right: 24vw;
}
.product-wishlist {
	padding-left: 0;
}
    
}
@media (max-width:1199px){
.wrapper-header .collapse.navbar-collapse.navbar-responsive-collapse {
	max-width: 550px;
}
.navbar-brand img {
	max-width: 150px;
}
.wrapper-product-title h1 {
	font-size: 23px;
}
#main-content .extra-options .row.btn-stack .qt-fld a.minus {
	left: 10px;
	padding-right: 5px;
}
#main-content .extra-options .row.btn-stack .qt-fld a.plus {
	right: 10px;
	padding-left: 5px;
}
 #n_product .qty {
	padding-left: 30px;
}   
}
@media (max-width:1023px){
.navbar-brand img {
	max-width: 150px;
}
.usr .topbar--wrap--nav {
	display: flex !important;
	align-items: center;
}
.usr ul li a {
	font-size: 0;
}
}
@media (max-width:991px){
.navbar-brand img {
	max-width: 120px;
}
.wrapper-header .nav li .nav-link {
	font-size: 13px;
}
#main-content .extra-options .row.btn-stack .qt-fld a.plus {
	right: 20px;
	padding-left: 20px;
}
#main-content .extra-options .row.btn-stack .qt-fld a.minus {
	left: 20px;
	padding-right: 20px;
}
#shipbox {
	margin-top: 30px;
}
.single-prod-slider [aria-label="Products information"] {
	padding-right: 27vw;
}
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: calc(100% - 241px);
}
.product-wishlist {
	width: 100%;
}    
.product-wishlist .wishlist_toggle.btn {
	text-align: left;
}    
}
@media (max-width:767px){
.single-prod-slider [aria-label="Products information"] {
	padding-right: 0;
}
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: calc(100% - 430px);
}
.buying-options {
	margin-top: 20px;
}
.wrapper-product-title h1 {
	font-size: 24px;
}
.buying-options h3 {
	font-size: 16px;
}
}
@media (max-width:567px){
.product-wishlist{
    padding-left: 0px;
}
.buying-options {
	margin-top: 0;
}   
}
/*aug 19*/
.home-google-review-section {
 margin:80px 0 40px;
 position:relative
}
.home-google-review-section .home-google-review-heading-right p {
 font-weight:300
}
.home-google-review-section .home-google-review-heading-right {
 display:flex;
 align-items:center;
 gap:.6rem;
 margin-right:3rem
}
.home-google-review-section .home-google-review-individual .home-google-review-content .icon-wrapper-content i {
 color:#e0b354;
 font-size:14px
}
.home-google-review-section a.slick-arrow:hover {
 color:#000
}
.home-google-review-section .home-google-review-title {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.home-google-review-section .home-google-review-individual .home-google-review-image i {
	width: 70px;
	height: 70px;
	border: 1px solid #bfbfbf;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 32px;
	color: #4B4737;
}
p {
	font-size: 16px;
	color: #495057;
	line-height: 29px;
	letter-spacing: 0;
	margin: 0;
}
/*p {*/
/*	font-size: 16px;*/
/*	color: #fff;*/
/*	line-height: 29px;*/
/*	letter-spacing: 0;*/
/*	margin: 0;*/
/*	font-weight: bold !important;*/
/*}*/
.home-google-review-section .home-google-review-content .verified-user.ps-4.d-flex.align-items-center img {
	width: 120px;
}
.home-google-review-section .home-google-review-individual {
	display: flex !important;
	gap: 1rem ;
}
.home-google-review-section .home-google-review-title h2 {
	font-size: 17px;
	margin-top: .3rem;
	font-weight: 500;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.home-google-review-section .row.home-google-review-all {
	padding: 0;
}
.home-google-review-section .home-google-review-individual .home-google-review-content .icon-wrapper-content i {
	color: #e0b354;
	font-size: 14px;
}
.home-google-review-section .home-google-review-heading {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3rem;
	border-bottom: 2px solid #e3e3e3;
}
.slick-track::after, .slick-track::before {
	display: table;
	content: '';
}
.home-google-review-section a.slick-arrow {
	position: absolute;
	top: -102px;
	font-size: 1.3rem;
	color: #939191;
}
.home-google-review-section a.slick-arrow.prev {
	right: 30px;
}
.home-google-review-section a.slick-arrow.next {
	right: 14px;
}
.home-google-review-section .home-google-review-individual {
	box-shadow: 0 0 10px #dddddd54;
	margin: 0 20px;
	padding: 20px;
	height: auto;
	display: block !important;
	min-height: 350px;
}
.home-google-review-image i {
	margin: 0 auto;
}
.home-google-review-section .home-google-review-content .verified-user.ps-4.d-flex.align-items-center img {
	width: 80px;
}
.home-google-review-section .home-google-review-title h2 {
	font-size: 20px;
	font-weight: 600;
}
.home-google-review-section .home-google-review-title {
	display: block;
}
.home-google-review-section .slick-track {
	padding-top: 60px;
	padding-bottom: 50px;
}
.home-google-review-image {
	width: 100%;
	margin: -57px auto 20px;
}
.home-google-review-content {
	text-align: center;
}
.home-google-review-section .home-google-review-content .verified-user.ps-4.d-flex.align-items-center img {
	margin: 0 auto 10px;
}
.home-google-review-section a.slick-arrow {
	position: absolute;
	top: 50%;
	font-size: 1.3rem;
	color: #939191;
	transform: translateY(-50%);
    z-index: 99;
}
.home-google-review-section a.slick-arrow.prev {
	left: 30px;
	right: auto;
}
.home-google-review-section a.slick-arrow.next {
	right: 30px;
	left: auto;
}
.read-more-btn a {
	font-weight: 700;
}
.home-google-review-section .container {
	max-width: 100%;
	width: 100%;
}
.home-google-review-section .row.home-google-review-all{
    padding: 0 30px
}
.home-google-review-section .row.home-google-review-all, .home-google-review-section {
	width: 100%;
	max-width: 100%;
}
.read-more-btn a:hover {
	text-decoration: none;
}
@media (max-width: 1365px){
    .home-google-review-section {
	margin: 50px 0;
}
.home-google-review-section .slick-track {
	padding-top: 50px;
	padding-bottom: 50px;
}
.home-google-review-section a.slick-arrow.prev {
	left: 0px;
}
.home-google-review-section a.slick-arrow.next {
	right: 0px;
}   
}
@media (max-width: 991px){
.home-google-review-section {
  margin: 30px 0;
}
}
@media (max-width: 767px){
    
.home-google-review-section .home-google-review-heading {
  margin-bottom: 20px;
}
}
@media (max-width: 567px){
  .home-google-review-section .row.home-google-review-all {
	padding: 0;
}  
.home-google-review-section .home-google-review-individual {
	height: auto;
/*	max-height: 350px;*/
	min-height: 350px;
} 
.home-google-review-section .slick-track {
	padding-top: 50px;
	padding-bottom: 0;
}
.home-google-review-section {
	margin-bottom: 0;
}  
.home-google-review-section .home-google-review-individual {
	margin-bottom: 40px;
}
/* new-css-10-01-2023*/
.row.cate-cont .sort_container .col-4.col-md-7.col-lg-4 {
    max-width: 100px !important;
    width: 100% !important;
    padding: 0;
}
.row.cate-cont .sort_container .col-8.col-md-5.col-lg-4 {
    max-width: calc(100% - 100px) !important;
    width: 100%;
    padding: 0;
}
   
   /* end-new-css-10-01-2023*/ 
}
/* 16-01-2023 */
#n_customer_account .container-fluid.wrapper-header {
	background: #f58732;
}
#n_customer_account #main-content .row nav .breadcrumb-item a, #n_customer #main-content .row nav .breadcrumb-item a {
	color: #000 !important;
}
#n_customer_account #main-content form .row, .forgot-password .row {
  display: block;
  box-shadow: 0 0 10px #ddd;
  margin: 40px auto 0;
  padding: 50px 30px;
  max-width: 900px;
    border-radius: 10px;
}
#n_customer_account #main-content .row nav, #n_customer #main-content .row nav {
	position: relative;
	top: 0;
	left: auto;
	right: auto;
	background: #f587323b;
	border-radius: 5px;
}
.forgot-password .row [class*="col"] {
	max-width: 100%;
	flex: 100%;
}
#n_customer_account #main-content form .row [class*="col"] {
	max-width: 100%;
	flex: 100%;
	padding: 0;
}
#n_customer_account .page-header {
	color: #000 !important;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0;
}
#n_customer_account #main-content, #n_customer #main-content {
	padding-top: 0px;
	max-width: 1350px;
	padding-bottom: 60px;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #4B4737;
}
#n_customer_account.cstm_account_class form input {
	height: 50px;
	border-radius: 5px;
	line-height: normal;
}
#n_customer_account #main-content .row {
	padding-top: 20px;
}
#n_customer_account #main-content .btn {
	padding: 14px 10px;
}
#n_customer_account #main-content form.Contact-Details .row, #n_customer_account #main-content form.Address-Details .row {
	display: flex;
	box-shadow: unset;
	max-width: 100%;
	padding: 0;
	border-radius: 0;
	gap: 30px;
}
#n_customer_account #main-content form.Contact-Details .row [class*="col"], #n_customer_account #main-content form.Address-Details .row [class*="col"] {
	max-width: calc(50% - 20px);
	flex: calc(50% - 20px);
	box-shadow: 0 0 10px #ddd;
	border-radius: 10px;
	padding: 30px;
}
#n_customer_account #main-content form.Contact-Details .row:nth-child(4) [class*="col"], #n_customer_account #main-content form.Address-Details .row:nth-child(6) [class*="col"] {
	box-shadow: unset;
	padding: 0;
}
#n_customer_account #main-content form.Contact-Details .row:nth-child(4) [class*="col"] hr {
	display: none;
}
#n_customer_account #main-content form.Contact-Details .row:nth-child(4) {
	margin-top: 0;
}
#n_customer_account #main-content form.Address-Details .row [class*="col"] .row [class*="col"] {
	box-shadow: unset;
	padding: 0;
	border-radius: 0;
	max-width: 100%;
	flex: 100%;
}
#n_customer_account #main-content form.Address-Details .row [class*="col"] .row {
	gap:0;
    margin-top: 0;
}
#n_customer_account .Address-Details input[type="checkbox"] {
	height: auto;
}
#n_customer_account #main-content input[type="checkbox"]{
   height: auto; 
}
#n_customer_account #main-content form.Address-Details .row:nth-child(6) [class*="col"] {
  max-width: fit-content;
  flex: auto;
}
#n_customer_account #main-content [aria-label="My Wishlists"] .form-group .input-group #wh_name {
	width: 100%;
	max-width: fit-content;
	margin-right: 20px;
}
#n_customer_account #main-content [aria-label="My Wishlists"] .form-group .input-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#n_customer_account #main-content [aria-label="My Wishlists"] .form-group .input-group .btn.btn-block.btn-success {
	margin: 0;
	padding: 10px;
}
#n_customer_account #main-content form.Address-Details .row:nth-child(6) [class*="col"] {
	margin: 0 !important;
}
#n_customer_account #main-content form.Address-Details .row:nth-child(6) {
	gap: 0;
	justify-content: space-between;
	align-items: center;
}
#n_customer_account #main-content form[name="disputeForm"] .row [class*="col"] {
	max-width: calc(50% - 20px);
	flex: 50%;
	padding: 0;
}
#n_customer_account #main-content form[name="disputeForm"] .row {
	align-items: flex-start !important;
	padding: 0;
	box-shadow: unset;
	gap: 30px;
	display: flex;
	max-width: 100%;
	border-radius: 0;
}
#n_customer_account #main-content form[name="disputeForm"] .row [class*="col"] .card.card-body input {
	height: auto;
}
#n_customer_account #main-content form[name="disputeForm"] .row [class*="col"] .card.card-body {
	border: 0;
}
#n_customer_account #main-content form[name="disputeForm"] .row:nth-child(3) {
	display: none;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack {
	justify-content: space-between;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack [class*="col"] {
	max-width: 300px;
	flex: 300px;
	margin: 0;
}
#n_customer_account #main-content .btn {
	padding: 14px 10px;
	border-radius: 30px;
	height: auto;
}
#n_customer_account p {
	text-align: center;
}
#n_customer_account #main-content form[name="disputeForm"] .row p {
	text-align: left;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack.cstm-step-two {
	max-width: 100% !important;
	width: 100%;
	flex: 100%;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack.cstm-step-two [class*="col"] {
	max-width: fit-content;
	flex: 100%;
	padding: 0;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack.cstm-step-two [class*="col"] .btn.btn-block.btn-outline-secondary {
	margin: 0;
	padding: 8px 20px;
}
@media (max-width:1199px){
#n_customer_account #main-content .btn {
	margin: 0;
}
#n_customer_account #main-content .row [role="article"] {
	margin-bottom: 25px !important;
}    
#n_customer_account #main-content {
	padding-top: 120px;
	padding-bottom: 30px;
}    
}
@media (max-width:991px){
#n_customer_account #main-content form.Contact-Details .row [class*="col"], #n_customer_account #main-content form.Address-Details .row [class*="col"] {
	max-width: 100%;
	flex: 100%;
	box-shadow: 0 0 10px #ddd;
	border-radius: 10px;
	padding: 30px;
}
#n_customer #main-content .container .row [class*="col-md"] {
	max-width: 100%;
	flex: 100%;
    padding: 0;
}
#n_customer #main-content .container {
	padding: 0;
}
#n_customer #main-content .container .row {
	padding: 0;
} 
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack [class*="col"] .btn {
	padding: 8px 20px;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack [class*="col"] {
	max-width: fit-content;
	flex: auto;
	margin: 0;
}    
    
}
@media (max-width:767px){
#n_customer_account #main-content .btn {
	max-width: 100%;
}
#n_customer_account #main-content .row nav {
	margin-bottom: 20px;
}
#n_customer_account #main-content {
	padding-top: 90px;
}
#n_customer_account #main-content [aria-label="My Wishlists"] .input-group-append {
	width: 100%;
	margin-top: 20px;
}
#n_customer_account #main-content [aria-label="My Wishlists"] #wh_name {
	width: 100%;
}
#n_customer_account #main-content [aria-label="My Wishlists"] .form-group .input-group #wh_name {
	max-width: 100%;
    margin-right:0;
}
#n_customer_account #main-content form.Contact-Details .row, #n_customer_account #main-content form.Address-Details .row {
	gap: 0px;
}
#n_customer_account #main-content form.Contact-Details .row [class*="col"], #n_customer_account #main-content form.Address-Details .row [class*="col"] {
	padding: 20px;
}    
#n_customer_account #main-content form.Address-Details .row:nth-child(6) [class*="col"] {
	max-width: 100%;
	margin-bottom: 20px !important;
} 
#n_customer_account #main-content form .row {
	padding: 30px 15px;
    margin: 20px auto 0;
}
#n_customer_account #main-content form[name="disputeForm"] .row [class*="col"] {
	max-width: 100%;
	flex: 100%;
    padding: 0 !important;
margin: 0;
}
#n_customer_account #main-content form[name="disputeForm"] .row {
	gap: 0;
} 
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack [class*="col"] {
	flex: 100%;
	margin: 0 0 20px;
	max-width: 100%;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack {
	margin: 0;
}
#n_customer_account #main-content, #n_customer #main-content {
	padding-top: 120px;
}
#n_customer .page-header {
	color: #000 !important;
	position: relative;
	top: 0;
	text-align: center;
}    
#register .card-body {
	padding: 10px;
}
#n_customer_account #main-content form[name="disputeForm"] .row.btn-stack.cstm-step-two [class*="col"] {
	max-width: 100%;
	flex: 100%;
}
    
    
}
@media (max-width:1365px){
.nav-item.dropdown .dropdown-menu {
	top: 52px;
	border-top: 0;
}
}
@media (max-width:1199px){
.nav-item.dropdown .dropdown-menu {
	top: 70px;
}
}
@media (max-width:1023px){
.nav-item.dropdown .dropdown-menu li a {
	font-size: 13px;
}
.nav-item.dropdown .dropdown-menu {
	top: 67px;
	padding: 10px;
    left:-30px;
    right: auto;
}
body .usr li.nav-item.dropdown.dropdown-hover {
    position: unset;
}
}
@media (max-width:991px){
.nav-item.dropdown .dropdown-menu {
	top: 43px;
}  
}
/* 06-02-2023 */
.home-google-review-section, .best-seller, .bee-supply  {
	background: #dedede;
}
.home-google-review-section {
	padding: 80px 0 0;
}
section.category {
    background: #dedede;
}
.home-google-review-section {
	margin: 0;
	padding: 80px 0 40px;
}
.latest-guide {
	margin: 0;
}
.best-seller h3 {
	background: #dedede;
}
.bee-supply {
	background: #dedede;
	width: 100%;
}
.blog-sec a::before, .blogs-section-wrapper .blog.blog1 .blog-btn::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.blogs-all .border-bottom, .blogs-section-wrapper .blog.blog1 {
	position: relative;
}
.parent_all_blog section.blogs-section-wrapper {
	background: #dedede;
	margin: 0;
	padding: 30px 0 180px;
}
section[aria-label="Categories"] {
	background: #dedede;
}
#left-sidebar .card {
	background: transparent;
}
.list-group-flush:last-child .list-group-item:last-child {
	background: transparent;
}
/*
#main-content .row {
	background: #dedede;
}
*/
#n_customer_account #main-content, #n_customer #main-content {
	max-width: 100%;
	background: #dedede;
}
#n_customer_account #main-content .row {
	max-width: 1350px;
	margin: 0 auto;
}
body#n_checkout div#main-content {
	padding-top: 140px;
	padding-bottom: 80px;
	background: #dedede;
    max-width: 100%;
    margin: 0;
}
#main-content .feat-prod .row.all-feat, #main-content .blog-sec .row {
	background: transparent;
}
.list-group-flush:first-child .list-group-item:first-child, .list-group-flush .list-group-item {
	background: #dedede;
}
body#n_checkout div#main-content .row {
	max-width: 1350px;
	margin: 0 auto;
}
#n_category #main-content, #n_content #main-content {
	background: #dedede;
}
#n_category #main-content > .row {
	margin-bottom: 0;
}
.topbar--wrap--nav > li {
	position: relative;
}
#n_checkout .usr li a:hover {
	color: #4B4737;
}
/* 06-02-2023 end */
/* 13-02-2023 */
#main-content nav[aria-label="breadcrumb"] {
	left: 50%;
	transform: translateX(-50%);
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #fff;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content {
	padding: 18px 0 40px;
}
section.blogs-section-wrapper .blogs-wrapper .blog.blog1 .blog-content a.blog-btn {
	font-size: 15px;
}
/*
.n-responsive-content[aria-label="Description"] {
	text-align: center;
}
.n-responsive-content[aria-label="Description"] p {
	max-width: 500px;
	width: 100%;
	margin: 0px auto;
}
*/
.wrapper-footer {
	border-top: 5px solid #000;
	border-bottom: 5px solid #000;
/*
	background-color: #f58732;
	background-image: none !important;
*/
}
.container-fluid.wrapper-header.scro-head{
	border-bottom: 5px solid #000;
}
.new_sing_blog .n-responsive-content img {
	max-width: 100% !important;
	width: 100% !important;
	height: 500px !important;
	margin-bottom: 10px;
}
#main-content #left-sidebar .card .row {
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}
.n-responsive-content[aria-label="Description"] ul {
	list-style-type: none;
	padding: 0;
}
.new_sing_blog {
	text-align: center;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 20px 0;
}
.new_sing_blog p {
  max-width: 650px;
  margin: 0 auto 15px;
	text-align: left;
}
@media (max-width:991px){
.new_sing_blog {
	padding: 20px;
}
.new_sing_blog h1.display-4 {
	font-size: 30px;
}
.new_sing_blog h1 {
	font-size: 22px;
}
.new_sing_blog .n-responsive-content img {
	height: auto !important;
}	
}
@media (max-width:567px){
.new_sing_blog {
	padding: 10px;
}
.new_sing_blog h1.display-4 {
	font-size: 25px;
}
.new_sing_blog h1 {
	font-size: 20px;
}
}
.wrapper-header .srch-crt .srch-icon, .wrapper-header .srch-crt .srch-box {
	display: none;
}
.banner_search_form {
/*
	background: #fff;
	padding: 20px;
*/
	margin-top: 0px;
	position: absolute;
	left: 50%;
	top: calc(100% - 280px);
	transform: translateX(-50%);
	width: 100%;
	max-width: 650px;
	z-index: 99;
}
.cstm_banner_wrapper {
    position: relative;
    z-index: 1;
}
.banner_search_form #name_search {
	width: 100% !important;
	max-width: 100%;
	padding: 10px 70px 10px 10px;
	height: auto;
	background: #fff;
	border: 1px solid #000;
	border-radius: 30px;
	color: #4B4737;
	font-size: 17px;
}
.banner_search_form .input-group.input-group-sm:focus-visible {
	border: 0;
	box-shadow: unset;
	outline: unset;
}
.banner_search_form .input-group-prepend {
  position: absolute;
  left: auto;
  right: 0px;
  top:0px;
/*  transform: translateY(-50%);*/
  z-index:9;
	border: 1px solid #000;
border-left: 0;
}
.banner_search_form .input-group-prepend .btn.btn-link {
  border-radius: 0;
  color: #fff;
  background: #edba42;
  border: 1px solid transparent;
  font-size: 20px;
  font-weight: 500;
  min-width: 70px;
  padding: 7px;
  position: relative;
  margin-top: 0;
  height: 100%;
}
.banner_search_form .input-group-prepend .btn.btn-link:after {
  display: none;
}
.banner_search_form .input-group.input-group-sm {
/*  border: 2px solid #000;*/
  border-radius: 10px;
/*  overflow: hidden;*/
	position: relative;
}
.banner_search_form .input-group.input-group-sm .nsearchinput-pl.well .nav.nav-list {
	overflow-y: scroll;
	height: 255px;
}
#n_checkout .search_icon .cstm_header_search .input-group.input-group-sm .btn.btn-link {
	font-size: 20px;
}
.input-group-append input[type="submit"]:hover {
	border: 1px solid #f58732;
	background: #fff;
	color: #f58732;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box {
    height: 100%;
    width: 100%;
}
@media (max-width:1830px){
.banner_search_form {
	top: calc(100% - 250px);
}
}
@media (max-width:1650px){
.banner_search_form {
	top: calc(100% - 250px);
}
.n_greenlemon_30_june .banner_search_form {
  top: calc(100% - 200px);
}
}
@media (max-width:1599px){
.banner_search_form {
	top: calc(100% - 180px);
	padding: 10px;
}
	.n_greenlemon_30_june .banner_search_form{
		top: calc(100% - 180px);
padding: 10px;
	}
}
@media (max-width:1439px){
.carousel-caption {
	bottom: -70px;
}
	
}
@media (max-width:1199px){
.carousel-caption {
	bottom: -110px;
}
.banner_search_form {
	top: calc(100% - 170px);
}
}
@media (max-width:991px){
.banner_search_form #name_search {
	padding: 10px 70px 10px 10px;
}
.banner_search_form {
	top: calc(100% - 130px);
	max-width: 500px;
}
}
@media (max-width:767px){
.banner_search_form {
	top: calc(100% - 120px);
}
.banner_search_form .input-group-prepend .btn i {
	color: #000 !important;
}
.carousel-caption {
	bottom: -30px;
}
}
@media (max-width:567px){
.banner_search_form {
	max-width:calc(100% - 20px);
}
.home-bann .carousel-caption {
	max-width: calc(100% - 20px);
}
#main-content nav[aria-label="breadcrumb"] {
	left: 50px;
	transform: unset;
	top: 50%;
}
.form-control {
    margin-bottom: 0px;
}
}
@media (max-width:767px){
.nMobileNav {
	bottom:auto;
	top: 100px;
}
.wrapper-footer .nav li a {
	display: inline;
}
.wrapper-footer {
	text-align: left;
}
.container-fluid.wrapper-header .nMobileNav {
  display: none !important;
}
.container-fluid.wrapper-header.scro-head .nMobileNav {
  display: flex !important;
}
.home-google-review-section .slick-track {
	padding-bottom: 0;
}
.home-google-review-section .home-google-review-individual {
	min-height: auto;
}
.input-group-append .btn {
	margin: 10px 0;
	padding: 10px;
	font-size: 16px;
}
#_jstl__header {
	padding-right: 0;
}
#_jstl__header .cstm-wrap-price, .wrapper-pricing .h1 {
	color: #ea0808;
	font-weight: 600;
}
.wrapper-pricing .badge-success {
	color: #4caf50;
	background-color: transparent;
}
#main-content .row nav .breadcrumb li a {
	font-size: 11px;
}	
.wrapper-product-title h1 {
	font-size: 18px;
}
.wrapper-pricing {
	max-width: 100%;
}
.wrapper-pricing [data-pp-placement="product"] {
	display: none;
}
#main-content .single-prod-slider .row.btn-stack .col-md-8 {
	max-width: 100%;
}	
#main-content .row .row [class*="col-12"] .btn {
	max-width: 100%;
	width: 100%;
}
#main-content .extra-options .row.btn-stack .qt-fld {
	max-width: calc(100% - 100px);
	margin: 10px auto;
}
.single-prod #zoid-paypal-message-uid_3474933a64_mdg6mja6ndq {
	display: none;
}
.wrapper-footer .row:first-child [class*="col-md"] {
	background:transparent;
	padding: 20px;
	margin-bottom: 20px;
}
footer.wrapper-footer {
	margin-top: 0 !important;
	border-top: 0;
	padding-top:0!important;
}	
/*
.input-group-append input[type="submit"] {
	background: #fff;
	border: 1px solid #f58732;
	color: #f58732;
}
*/
.input-group-append input[type="submit"]:hover {
	border: 1px solid #f58732;
	background: #fff;
	color: #f58732;
}
body#n_checkout .page-header {
	top: -50px;
}
/*
	section.category {
	display: none;
}	
.category.mobile-cate {
	display: block !important;
	margin-top: 80px;
	width: 100%;
	max-width: 100%;
}
*/
.category.mobile-cate .category {
	max-width: calc(100%/2);
}
#main-content .best-seller .row.best-sell {
	gap: 20px;
}
.home-google-review-section .home-google-review-individual {
	margin: 0 auto;
}
.home-google-review-section {
	padding: 40px 0 40px;
}
footer.wrapper-footer img {
	max-width: 150px;
}
.best-seller .btn {
	padding: 10px;
}
.breadcrumb-item + .breadcrumb-item::before {
	font-size: 11px;
}
.buying-options .dropdown {
	display: none;
}
#_jstl__buying_options {
	padding: 0;
}
.mobile_share {
	display: block !important;
	padding-top: 10px;
	transform: translateX(-15px);
}
#zoid-paypal-message-uid_b8ef3c2db2_mte6mzy6mjm {
	display: none;
}
#main-content .row .col-12 .row.products-row {
	padding: 10px 0;
}
#main-content nav[aria-label="breadcrumb"] {
	left: 0;
	transform: unset;
	top: 20%;
}
}
@media (max-width:567px){
.home-google-review-section .home-google-review-individual {
	min-height: auto;
	margin-bottom: 0 !important;
}
/*
#main-content nav[aria-label="breadcrumb"] {
	left: 50px;
	transform: unset;
	top: 50%;
}
*/
.category.mobile-cate .car-img img {
	max-width: 30px;
}
.category.mobile-cate .category {
	padding-bottom: 35px;
}
.category.mobile-cate .car-img {
	height: 90px;
	width: 90px;
}
.category.mobile-cate {
	padding-bottom: 30px;
}
.best-seller .row.best-sell [aria-label="Product thumbnail"] {
	max-width: calc(100%/2 - 10px);
	flex: calc(100%/2 - 10px);
}
#main-content .best-seller .row.best-sell {
	gap:10px;
}
#main-content .card.thumbnail .buying-options .btn-loads {
	min-width: auto;
}
.best-seller .btn {
	padding: 5px;
}
.home-google-review-section {
	margin: 0;
	padding: 40px 0 0;
}
.table.table-bordered.cartTable {
	margin-top: 0;
}
.table.table-bordered.cartTable td:first-child .img-fluid {
	max-width: 90px;
}
p.h4 {
	font-size: 12px;
}
.table.table-bordered.cartTable tr td.options-column {
	display: table-row;
}
.table.table-bordered.cartTable tr {
	display: table;
	width: 100%;
}
.table.table-bordered.cartTable, .cartTable tbody tr td {
	border: 0;
}
.table-bordered thead th, .table-bordered thead td {
	border: 0;
}	
.table.table-bordered.cartTable td:first-child {
	width: 130px;
	max-width: 130px;
}	
body#n_checkout td.d-none.d-sm-table-cell a.btn.btn-block.btn-danger:hover {
	border: 0;
}
body#n_checkout td.d-none.d-sm-table-cell a.btn.btn-block.btn-danger {
	max-width: max-content;
}
.table.table-bordered.cartTable tr .text-right {
	display: table-row;
}
.table.table-bordered.cartTable th {
	display: none;
}
.table.table-bordered.cartTable .d-none.d-sm-table-cell {
	display: none !important;
}
.table.table-bordered.cartTable tr td.options-column::after, .table.table-bordered.cartTable tr .text-right:after {
	position: absolute;
	left: 0px;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	content: "\Quantity";
}
.table.table-bordered.cartTable tr .text-right:after{
	content: "\Price";	
}	
.table.table-bordered.cartTable tr td.options-column, .table.table-bordered.cartTable tr .text-right {
	position: relative;
}	
.table.table-bordered.cartTable tr td.options-column .cart-qty {
	margin-left: 80px;
}
	.table.table-bordered.cartTable tr .text-right p {
	margin-left: 80px;
	margin-top: 10px;
}
.cartTable tbody tr td {
	vertical-align: top;
}
.table.table-bordered.cartTable td:first-child {
	padding: 12px 00;
}
.table.table-bordered.cartTable td:first-child .img-fluid {
	max-width: 120px;
}
 #n_checkout .row p {
    text-align: left;
}
.table.table-bordered.cartTable tr td.options-column .cart-qty {
    margin-left: 130px;
}
.table.table-bordered.cartTable tr td.options-column {
    display: block;
}
.table.table-bordered.cartTable tr .text-right::after {
	right: 120px;
	left: auto;
}
.table.table-bordered.cartTable tr td.options-column::after{
    left: auto;
    right: 20px;
    top: 50%;
 }
 .table.table-bordered.cartTable td:first-child {
    width: 130px;
    max-width: 130px;
}
.table.table-bordered.cartTable tr td.options-column {
    display: block;
    width: 100px;
}
.table.table-bordered.cartTable tr {
	display: block;
}
.table.table-bordered.cartTable tr .text-right p {
	margin-left: 140px;
}
.table.table-bordered.cartTable tr td.options-column::after {
	position: absolute;
	left: auto;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	content: "\Quantity";
}
.table.table-bordered.cartTable tr .text-right {
	display: inline-block;
}
}
.header_Sec_wrapper {
	background: #f58732;
}
 .header_upper {
	padding: 10px 0 !important;
	background: #f58732;
/*
	position: sticky;
	top: 0;
	z-index: 999;
*/
}
.header_Sec_wrapper{
	position: sticky;
	top: 0;
	z-index: 999;
}
 .header_upper strong a {
  font-size: 20px;
  color: #4B4737;
  letter-spacing: 2px;
  position: relative;
  left: 54%;
  transform: translateX(-50%);
	 color:#000;
}
.header_upper a i {
  font-size: 25px;
  padding-left:20px;
  color: #4B4737;
}
.header_lower_sec.container a img {
  width: 100%;
  max-width: 30px;
}
.header_lower_sec.container {
  border-top: 2px solid #3333335e;
  padding: 5px 15px;
}
.header_lower_sec.container .bar_icon a i {
  font-size: 30px;
  color: #4B4737;
}
.header_lower_sec.container .bar_icon a {
  width: 100%;
  display: block;
  text-align: right;
}
.website_logo .web-logo {
  background: transparent;
  padding-bottom: 0;
  clip-path: none;
/*  text-align: center;*/
	text-align:left;
}
.website_logo .web-logo .navbar-brand {
  background: transparent;
}
.website_logo .web-logo .navbar-brand img {
	max-width: 80px;
    max-height: 100%;
}
.header_lower_sec.container .row {
  align-items: center;
}
/*
.mob_menu_ul {
  display:  block !important;
}
*/
.mob_menu_ul.cts_menu_open {
	display: block !important;
}
.mob_menu_ul ul {
  padding: 0;
  width: 100%;
/*
  display: flex;
  align-items: center;
  justify-content: flex-end;
*/
  list-style-type: none;
  margin-bottom: 0;
}
.mob_menu_ul ul li p {
	/* font-size: 0; */
	/* display: none; */
	padding-left: 20px;
}
.header_lower_sec.container .mob_menu_ul ul i, .header_lower_sec.container .mob_menu_ul ul img {
  width: 100%;
  max-width: 30px;
  font-size: 25px;
  color: #4B4737;
}
.mob_menu_ul ul li a {
	padding: 10px 15px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-decoration: none;
}
.header_upper .row [class*="col-md"]:last-child {
	text-align: right;
}
#main-content .parent_all_blog nav[aria-label="breadcrumb"]{
  left:0;
  top: 50%;
   transform:translateY(-50%);
   right:auto; 
}
.mob_menu_ul .cart-count {
	position: absolute;
	top: 5px;
	left: auto;
	bottom: auto;
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: calc(100% - 50px);
	font-size: 10px;
	color: #fff;
}
.blog-sec, .mob_menu {
	position: relative;
}
.mob_menu_ul.cts_menu_open {
	display: block !important;
	position: absolute;
	z-index: 999;
	width: 100%;
	background: #fff;
	padding: 20px;
	top: 70px;
	left: 0;
	/* box-shadow: 0 0 10px #dedede; */
	border-radius: 0 0 10px 10px;
}
.header_Sec_wrapper .row, .row {
	margin: 0;
}
.wrapper-footer .navbar-brand {
	margin: 0;
}
.wrapper-footer .navbar-brand img {
	max-height: 200px;
	max-width: 100%;
}
#search_mod .modal-header {
  border: 0;
  padding: 0 10px;
}
#search_mod .modal-footer {
  justify-content: center;
  padding-top: 0;
	border:0;
}
#search_mod .modal-footer .btn.btn-secondary {
  padding:10px;
}
#search_mod #name_search {
	width: 100% !important;
	max-width: 100%;
	padding: 10px 70px 10px 10px;
	height: auto;
	background: #fff;
	border: 2px solid #000;
	color: #4B4737;
	border-radius: 10px;
}
#search_mod .input-group.input-group-sm {
  position: relative;
}
#search_mod .input-group.input-group-sm .input-group-prepend {
	position: absolute;
	left: auto;
	right: 0;
	z-index: 9;
	height: 100%;
	border-radius: 0 10px 10px 0;
	background: #edba42;
	border: 2px solid #000;
	border-left: 0;
}
#search_mod .input-group.input-group-sm .input-group-prepend .btn.btn-link {
	border-radius: 0;
	color: #fff;
	background: transparent;
	font-size: 20px;
	font-weight: 500;
	min-width: 70px;
	position: relative;
	margin-top: 0;
	height: 100%;
	padding: 0;
}
#search_mod .input-group.input-group-sm .input-group-prepend i {
  color: #fff;
}
#search_mod .modal-content {
	padding: 20px 10px;
}
#main-content .wrapper-footer .row {
	padding-top: 0 !important;
}
#search_mod #name_search:focus {
	box-shadow: unset;
}
.cstm_nav_cate_head {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.cstm_nav_cate_head .page-header {
  position: unset;
  transform: unset;
}
#main-content .cstm_nav_cate_head nav {
  position: unset;
}
#main-content .cstm_nav_cate_head nav .breadcrumb {
	padding-left: 0;
}
#search_mod .modal-header .close:focus {
	outline: unset;
}
/*
#search_mod .modal-content .modal-body {
	padding-top: 40px;
}
*/
#search_mod .modal-header .close {
	padding: 0;
	background: #edba42;
	border-radius: 50%;
	width: 25px;
	height: 25px;
}
#search_mod .nsearchinput-pl.well {
	margin-top: 43px !important;
}
/*.mob_menu_ul {
  display: block !important;
}*/
.mob_menu_ul ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mob_menu_ul ul li a p {
  font-size: 0;
  display:none;
}
.header_lower_sec.container .mob_menu_ul ul img {
	min-width: 30px;
	filter: brightness(100);
}
/*.bar_icon {
  display: none;
}*/
.search_icon .cstm_header_search .input-group.input-group-sm {
  position: relative;
  display: flex;
  align-items: center;
/*  overflow: hidden;*/
}
.search_icon .cstm_header_search .input-group.input-group-sm .form-control {
	border: 1px solid #00000069;
	border-radius: 30px;
	width: 100% !important;
	max-width: 100%;
	padding: 15px 40px 15px 15px;
	height: auto;
	background: #fff;
	text-align: center;
	position: relative;
	color: #4B4737;
	font-size: 20px;
}
.search_icon .cstm_header_search .input-group.input-group-sm .btn.btn-link {
	border-radius: 0;
	color: #fff;
	background: #edba42;
	border: 1px solid transparent;
	font-size: 20px;
	font-weight: 500;
	min-width: auto;
	padding: 15px 10px;
	position: relative;
	margin-top: 0;
}
.search_icon .cstm_header_search .input-group.input-group-sm .btn.btn-link i {
	color: #fff !important;
}
.search_icon .cstm_header_search .input-group.input-group-sm .input-group-prepend {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
	z-index: 9;
}
.search_icon .cstm_header_search .input-group.input-group-sm .form-control:focus {
	box-shadow: unset;
}
.search_icon .cstm_header_search .nsearchinput-pl.well {
	top: 16px;
	height: 285px;
	overflow-y: scroll;
}
.banner_search_form .input-group.input-group-sm .nsearchinput-pl.well ul li img {
	max-width: 30px;
}
.banner_search_form .input-group.input-group-sm .nsearchinput-pl.well {
	top: 6px;
}
.form-control:focus {
	box-shadow: unset;
}
.banner_search_form .input-group.input-group-sm .nsearchinput-pl.well .nav.nav-list {
	overflow-y: scroll;
	height: 255px;
}
#homepageCarousel .carousel-inner {
	overflow: visible;
}
@media (max-width:1199px){
.mob_menu_ul ul li a {
	padding: 10px;
}
.header_lower_sec.container .mob_menu_ul ul i{
	font-size: 20px;
}
.header_lower_sec.container .mob_menu_ul ul img {
	min-width: 25px;
}
	
}
@media (max-width:991px){
.bar_icon {
	display: block;
}
.mob_menu_ul {
	display: none !important;
}
	.mob_menu_ul.cts_menu_open ul {
	display: block;
}
.mob_menu_ul ul li a p {
	font-size: 20px;
	display: block;
	padding-left: 0;
	}	
	
 .header_upper strong a {
	left: 50%;
}
.website_menu {
	position: unset;
}
.mob_menu {
	position: unset;
}
.header_lower_sec.container {
	position: relative;
}	
.mob_menu_ul.cts_menu_open {
	top: 95px;
    border-radius: 0;
}
.mob_menu_ul .cart-count {
	background: #333;
	color: #fff;
	right: calc(100% - 90px);
}
.header_upper a i {
	font-size: 20px;
	padding-left: 10px;
}
.header_upper strong a {
	font-size: 17px;
	
}	
	
	.header_lower_sec.container .website_logo {
  max-width: 100px;
		flex: 100px;
}
.header_lower_sec.container .website_menu {
  max-width: 100px;
  flex: 100px;
}
.search_icon {
  max-width: calc(100% - 200px);
  flex: calc(100% - 200px);
}
	
	
}
@media (max-width:767px){
/*
.header_lower_sec.container .row [class*="col-md"] {
	max-width: calc(100%/3);
	flex: calc(100%/3);
}
*/
.website_logo .web-logo .navbar-brand img {
	max-width: 50px;
	max-height: unset;
}
.header_lower_sec.container a img {
	max-width: 30px;
}
.mob_menu_ul.cts_menu_open {
	top: 85px;
}	
 .header_upper .row {
  justify-content: center;
}
 .header_upper strong a {
	left: 0;
	transform: unset;
}
/*
 .header_upper {
	display: none;
}	
*/
.header_lower_sec.container {
	border-top: 0;
}
/*
.header_lower_sec.container .bar_icon a i {
	color: #d3465c;
}
*/
/*
.header_lower_sec.container .search_icon a {
	background: #d3465c;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
*/
/*
.header_lower_sec.container .search_icon a img {
	filter: brightness(10);
	z-index: 9;
	position: relative;
	padding: 6px;
}
*/
.single-prod .lower-upsel .row.products-row.more-from-cate article {
	width: 100%;
	max-width: calc(100%/2);
	padding: 0;
}
.single-prod .lower-upsel .row.products-row.more-from-cate {
	justify-content: flex-start !important;
}	
#search_mod .input-group.input-group-sm .input-group-prepend {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	height: 100%;
	transform: unset;
}
/*
#search_mod .input-group.input-group-sm .input-group-prepend .btn.btn-link {
	background: #f58732;
}
*/
#search_mod .input-group.input-group-sm .input-group-prepend i {
	color: #fff !important;
}
.website_logo .web-logo .navbar-brand {
	max-width: fit-content;
}
.search_icon .cstm_header_search .input-group.input-group-sm #name_search.form-control {
	padding: 10px 40px 10px 10px;
}
.search_icon .cstm_header_search .input-group.input-group-sm .btn.btn-link {
	padding: 4px;
}
.search_icon .cstm_header_search .nsearchinput-pl.well{
	top: 5px;
}	
.banner_search_form .input-group.input-group-sm .nsearchinput-pl.well ul li img {
	min-height: auto;
}	
}
@media (max-width:567px){
	
.single-prod .thumbnail.card-body .card-title {
	min-height: 67px;
}
.lower-upsel .card p a {
	font-size: 14px;
}
.modal-content {
	padding: 10px;
}
#search_mod .modal-content .modal-body {
	padding-top: 20px;
}
.header_lower_sec.container .website_logo, .header_lower_sec.container .website_menu {
	max-width: max-content;
	flex: auto;
	padding: 0;
}
.search_icon {
	max-width: calc(100% - 100px);
	flex: calc(100% - 100px);
	padding: 0 10px;
}	
.search_icon .cstm_header_search .nsearchinput-pl.well {
	min-width: 335px;
	left: 0;
	margin-left: calc(50% - 51vw);
}	
	
}
.website_logo .web-logo .navbar-brand .mob_logo {
	display: none;
}
.website_logo .web-logo .navbar-brand .desk_logo img {
  max-height: 150px;
  max-width: 250px;
}
.website_logo .web-logo .navbar-brand {
	clip-path: polygon(0% 0%, 100% 0px, 99.29% 67.67%, 47.64% 98.33%, 1px 68.66%);
	background: #fff;
	padding-bottom: 35px;
}
.header_lower_sec.container {
	border-top: 2px solid #ffffff21;
	padding: 0 15px;
}
@media (max-width:991px){
.website_logo .web-logo .navbar-brand .mob_logo {
	display: block;
}
.website_logo .web-logo .navbar-brand .desk_logo {
	display: none;
}
.website_logo .web-logo .navbar-brand {
	background: transparent;
	padding: 10px;
	clip-path: none;
}
	
	
}
.header_Sec_wrapper {
	height: 140px;
}
.header_lower_sec.container .row {
	align-items: baseline;
}
.header_Sec_wrapper.scro-head {
	animation: fade 1s;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.3);
}
.mob_menu_ul ul {
	align-items: baseline;
}
@media (max-width:991px){
.header_Sec_wrapper {
	height: auto;
}
.n_greenlemon_30_june .header_Sec_wrapper {
	height: 157px;
}
.header_lower_sec.container .row {
	align-items: center;
}
.n_greenlemon_30_june .header_lower_sec.container .row {
	align-items: baseline;
}
	
}
/* 07-04-2023 */
@media (max-width:767px){
.banner_search_form #name_search {
	text-align: center;
	border-width: 1px;
}
.banner_search_form .input-group-prepend {
	border: 1px solid #000;
	border-left: 0;
}
.search_icon .cstm_header_search .input-group.input-group-sm .form-control {
	font-size: 20px;
}
.website_logo {
	padding: 0;
}
.search_icon .cstm_header_search .input-group.input-group-sm .btn.btn-link {
	font-size:unset;
	padding: 13px;
}
.header_lower_sec.container .website_logo{
	max-width: 70px;
	flex: 70px;
	padding: 0;
}
.header_lower_sec.container .website_menu {
  max-width: 50px;
  flex: 50px;
}
.search_icon {
	max-width: calc(100% - 120px);
	flex: calc(100% - 120px);
}
	.search_icon .cstm_header_search .input-group.input-group-sm .btn.btn-link i {
	color: #fff !important;
	font-size: 22px;
}
.website_logo .web-logo .navbar-brand {
	padding: 10px 0;
}
}
@media (max-width:567px){
.header_lower_sec.container .website_logo {
	max-width: 50px;
	flex: 50px;
}
.search_icon {
	max-width: calc(100% - 80px);
	flex: calc(100% - 80px);
}
.header_lower_sec.container .website_menu {
	max-width: 30px;
	flex: 30px;
}
	
}
/* 12-04-2023 */
.n_greenlemon_13_feb .defaul h1.display-4 {
	text-align: left;
}
.n_greenlemon_13_feb .defaul {
	max-width: 730px;
}
.n-responsive-content img {
	max-width: 100% !important;
	width: 100% !important;
	height: auto !important;
}
/* 18-04-2023 new theme 14april*/
.n_greenlemon_30_june #main-content {
	background: #dfe6ed;
}
.n_greenlemon_30_june .brand-sec {
	padding: 50px 0;
	text-align: center;
	width: 100%;
}
.n_greenlemon_30_june #homepageCarousel {
  margin-bottom: 0;
}
.n_greenlemon_30_june .brand-sec h4 {
  font-size: 51px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  padding: 30px 0;
}
.n_greenlemon_30_june .sngle_brand {
	border: 1px solid #9eadba;
	background: #e3e8ed;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_greenlemon_30_june .feat-prod {
  background: transparent;
}
.n_greenlemon_30_june .feat-prod h2 {
  display: none;
}
.n_greenlemon_30_june .feat-prod h3, .n_greenlemon_30_june .brand-sec h4 {
	font-weight: 500;
	border: 2px solid #c3cfd9;
	margin-bottom: 0;
	background: #fff;
	padding: 0;
	font-size: 51px;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
}
.n_greenlemon_30_june #main-content .feat-prod .row.all-feat {
	justify-content: flex-start;
	padding: 0 15px;
}
.n_greenlemon_30_june .feat-prod [role="article"] {
	width: 100%;
	max-width: calc(100%/3);
	flex: calc(100%/3);
	padding: 0;
}
.n_greenlemon_30_june .sngle_brand img {
	max-width: 200px;
}
.n_greenlemon_30_june .feat-prod [role="article"] .card {
  padding: 0;
}
.n_greenlemon_30_june .feat-prod [role="article"] .card .thumbnail-image {
	box-shadow: unset;
	border: 1px solid #9eadba;
	border-radius: 0;
	background: #e3e8ed;
	height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_greenlemon_30_june .feat-prod [role="article"] .card p,
.n_greenlemon_30_june .feat-prod [role="article"] .card .buying-options {
  display: none;
}
.n_greenlemon_30_june section.category h2 {
	font-weight: 500;
	border: 2px solid #c3cfd9;
	margin-bottom: 0;
	background: #fff;
	font-size: 51px;
	font-weight: 500;
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	padding: 0;
}
.n_greenlemon_30_june section.category {
	background: transparent;
}
.n_greenlemon_30_june #main-content section.category .row .category {
	border: 1px solid #9eadba;
	padding: 20px;
	background: #fff;
}
.n_greenlemon_30_june section.category .car-img {
	box-shadow: unset;
	height: 100%;
	width: 100%;
	border-radius: 0;
	background: transparent;
}
.n_greenlemon_30_june .category .c_categoryLabel {
	display: none;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box {
	height: 300px;
}
.n_greenlemon_30_june #main-content section.category .row.cate-slider {
	justify-content: flex-start;
}
.n_greenlemon_30_june .social_feed_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.n_greenlemon_30_june .social_feed_head .social_feed_name h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.n_greenlemon_30_june .social_feed_head .social_feed_name p {
	color: #938e8ede;
}
.n_greenlemon_30_june .social_media [class*="col-md"] {
	box-shadow: 0 0 10px #ddd;
	border-radius: 15px 15px 0 0;
	padding: 15px;
	max-width: calc(100%/3 - 20px);
}
.n_greenlemon_30_june .social_media .social_image {
	border-radius: 10px;
	overflow: hidden;
}
.n_greenlemon_30_june #main-content .social_media .row {
	max-width: 1320px;
	margin: 0 auto;
	padding: 30px 0 0;
	gap:20px;
}
.n_greenlemon_30_june .social_media {
	background: #fff;
	width: 100%;
}
.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	padding: 10px 0 0;
    clip-path: unset;
    background: unset;
}
.n_greenlemon_30_june .website_logo .web-logo .navbar-brand .desk_logo img {
	max-width: 78px;
	object-fit: contain;
}
.n_greenlemon_30_june .feat-prod [role="article"] .card .thumbnail-image img {
	max-width: 250px;
}
.n_greenlemon_30_june section.category .car-img img {
	max-width: 150px;
	object-fit: contain;
	height: 150px;
}
/*
.n_greenlemon_30_june .website_logo .web-logo {
	text-align: center;
}
*/
/*
.n_greenlemon_30_june .header_Sec_wrapper {
	height: 165px;
}
*/
.n_greenlemon_30_june .header_lower_sec.container .search_icon img {
	filter: brightness(10);
	max-width: 40px;
}
.n_greenlemon_30_june .social_icon a img {
	max-width: 20px;
}
.n_greenlemon_30_june .social_feed_name img {
	max-width: 25px;
}
.n_greenlemon_30_june .social_name_verified {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.n_greenlemon_30_june .btn.btn-primary.btn-lg::after {
	display: none;
}
.n_greenlemon_30_june .btn.btn-primary.btn-lg {
/*	margin-top: 0;*/
	background: #f7c325;
	color: #293845;
	min-width: 350px;
	border-radius: 6px;
	font-weight: 600;
}
.n_greenlemon_30_june .banner_search_form #name_search {
    padding: 10px 10px 10px 50px;
    border: transparent;
    border-radius: 6px;
    text-align: center;
    color: #FDE465;
    font-size: 23px;
    border: 1px solid  #4B4737;
    border-radius: 0;
        background: #4b4737 !important;
            border-bottom: 1px solid #fde46566;
}
.n_greenlemon_30_june .banner_search_form #name_search:focus {
    border-color: #fff;
}
.n_greenlemon_30_june .banner_search_form #name_search::placeholder {
    color: #FDE465;
}
.n_greenlemon_30_june .banner_search_form .input-group-prepend {
	right: auto;
	left: 0;
	border: 0;
	top: 50%;
	transform: translateY(-50%);
}
.n_greenlemon_30_june .banner_search_form .input-group-prepend .btn.btn-link {
	border-radius: 0;
	background: transparent;
}
.n_greenlemon_30_june .banner_search_form .input-group-prepend .btn.btn-link i{
	color: #788896;
}
.n_greenlemon_30_june .banner_search_form .input-group.input-group-sm {
	border-radius:6px;
	border: 5px solid #ffffff4d;
}
/*
.n_greenlemon_30_june .banner_search_form {
	top: 50%;
	transform: translate(-50%, -50%);
}
*/
/*
.n_greenlemon_30_june .banner_search_form {
	top: calC(100% - 280px);
	transform: translateX(-50%);
}
*/
/*
.n_greenlemon_30_june .home-bann .carousel-caption {
	top: calc(100% - 250px);
	left: 50%;
	transform: translateX(-50%);
}
*/
.n_greenlemon_30_june .home-bann .carousel-caption {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: auto;
	padding-top: 0;
}
.n_greenlemon_30_june .wrapper-footer .input-group .form-control {
	display: none;
}
.n_greenlemon_30_june .wrapper-footer {
	border: 0;
	padding-bottom: 50px;
/*
	background: #f58732;
	background-image: none !important;
*/
}
.n_greenlemon_30_june .second-nav-footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.n_greenlemon_30_june .wrapper-footer .second-nav-footer .nav-link {
	padding: 0;
	padding-right: 10px;
}
.n_greenlemon_30_june .input-group-append .btn.btn-outline-secondary {
	margin: 0 0 10px;
	background: #fff;
	color: #4B4737;
	border-radius: 5px;
	border: 1px solid #f58732;
}
.n_greenlemon_30_june .wrap-second-last-content h4 a, .n_greenlemon_30_june .wrap-last-content h4 a {
	font-size: 16px;
	color: #fff;
	text-decoration: underline;
}
.n_greenlemon_30_june .wrap-second-last-content h4, .n_greenlemon_30_june .wrap-last-content h4 {
  line-height: 16px;
  margin-bottom: 0;
}
.n_greenlemon_30_june .heading-second-last, .n_greenlemon_30_june .heading-last {
  text-align: left;
}
.n_greenlemon_30_june .wrapper-footer .row > [class*="col"] {
	border-left: 2px solid #dddddd4f;
	padding: 0 20px;
}
.n_greenlemon_30_june .wrap-last-content {
	margin-top: 20px;
}
.n_greenlemon_30_june #search_mod .input-group.input-group-sm .input-group-prepend {
	border-radius: 0;
	background: transparent;
	border: transparent;
}
.n_greenlemon_30_june #search_mod .input-group.input-group-sm .input-group-prepend i {
	color: #4B4737;
}
.n_greenlemon_30_june #search_mod #name_search {
	display: block;
	border-radius: 6px;
}
/* 19-04-2023 */
.n_greenlemon_30_june .wrapper-footer .contact_Sale {
  text-align: left;
}
.n_greenlemon_30_june .wrapper-footer .contact_Sale a {
	font-size: 18px;
	background: #ffffff1a;
	border-radius: 30px;
	padding: 10px;
	max-width: 250px;
	display: block;
	text-align: center;
	margin-bottom: 20px;
	color: #fff;
}
.n_greenlemon_30_june .wrapper-footer .footer_copyright {
	color: #fff;
	text-align: left;
	margin: 20px 0px 10px;
/*	font-size: 8px;*/
}
.n_greenlemon_30_june .wrapper-footer .contact_Sale a:hover {
  background: #fff;
  color: #4B4737;
  text-decoration: none;
}
.n_greenlemon_30_june .wrapper-footer .nav.list-social i {
	color: #FDE464;
	font-size: 22px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #ffffff1a;
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_greenlemon_30_june .wrapper-footer .nav.list-social {
	padding-left: 0;
}
.n_greenlemon_30_june .wrapper-footer .nav.list-social li {
	padding-right: 15px !important;
}
.n_greenlemon_30_june .social_media .social_image img {
	max-width: 100%;
}
/*
.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	background: transparent;
}
*/
/*
.n_greenlemon_30_june .wrapper-footer .container {
	width: 100%;
	max-width: 500px;
	padding: 0;
}
*/
/* 28-04-2023 */
.n_greenlemon_30_june .header_Sec_wrapper{
	border-bottom: 3px solid #edba42;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head {
	height: 90px;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_upper.py-2 {
	display: none;
}
/* 01-05-2023 */
/*.n_greenlemon_30_june .header_upper .row [class*="col-md"]:last-child a:first-child {*/
/*	display: none;*/
/*}*/
.n_greenlemon_30_june .header_upper strong a {
	left: 100%;
	transform: unset;
}
.search_icon .cstm_header_search .input-group.input-group-sm .form-control {
	padding: 10px 15px;
}
.header_lower_sec.container {
	border: 0;
}
/*
.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	clip-path: unset;
	padding-bottom: 4px;
}
*/
.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	clip-path: unset;
	padding-bottom: 4px;
	padding-top: 2px;
}
.n_greenlemon_30_june .website_logo .web-logo {
	text-align: center;
}
.header_upper {
	border-bottom: 2px solid #ffffff21;
	margin-bottom: 2px;
}
/* 01-05-2023 end */
/*.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm {
	width: 100px;
	height: 60px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	border-radius: 5px;
}
 .n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open::before {
	height: 40px;
	margin: 20px 0 20px 30px;
	position: absolute;
	z-index: 9;
} 
  .n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open {
    width: 420px;
	}
	
.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm::before {
	content: '';
	display: block;
	width: 3px;
	background-color: #4B4737;
	transition: all .5s ease;
	 height: 60px;
      position: absolute;
}
.n_greenlemon_30_june .cstm_header_search #name_search {
	width: 100%;
	height: 100%;
	box-shadow: none;
	border: none;
	background: transparent;
	color: #fff;
	padding: 20px 60px 20px 45px;
	font-size: 18px;
}
 .n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open #name_search {
	padding: 10px 60px 10px 20px;
	background: #fff;
	border-radius: 5px;
	color: #4B4737;
}
  .n_greenlemon_30_june .cstm_header_search #name_search:focus {
    outline: none;
  }
.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm #name_search::placeholder {
	color: #4B4737;
}
.n_greenlemon_30_june .cstm_header_search .search-button {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 10px;
	cursor: pointer;
}
.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open .search-button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n_greenlemon_30_june .header_lower_sec .mob_menu_ul ul li a p {
	padding: 0;
}
.n_greenlemon_30_june .cstm_header_search .search-icon {
  width: 25px;
  height: 25px;
  border-radius: 40px;
  border: 3px solid #000;
  display: block;
  position: relative;
  margin-left: 5px;
  transition: all .5s ease;
  }
  .n_greenlemon_30_june .cstm_header_search .search-icon:before {
    content: '';
    width: 3px;
    height: 12px;
    position: absolute;
    right: -2px;
    top: 15px;
    display: block;
    background-color: #4B4737;
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
  .n_greenlemon_30_june .cstm_header_search .search-icon:after {
    content: '';
    width: 3px;
    height: 12px;
    position: absolute;
    right: -10px;
    top: 23px;
    display: block;
    background-color: #4B4737;
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
  .n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open .search-icon {
	margin: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
    .n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open .search-icon::before {
	transform: rotate(52deg);
	right: 10px;
	top: 10px;
	height: 10px;
}
  .n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open .search-icon::after {
	transform: rotate(-230deg);
	right: 10px;
	top: 5px;
	height: 10px;
}*/
.n_greenlemon_30_june .header_lower_sec .website_menu {
	max-width: calc(100% - 750px);
	flex: auto;
}
.n_greenlemon_30_june .header_lower_sec .website_logo {
	width: 100%;
	max-width: 320px;
	flex: auto;
}
 .n_greenlemon_30_june .header_lower_sec .search_icon {
	max-width: 430px;
	flex: auto;
}
.n_greenlemon_30_june .header_lower_sec .mob_menu_ul ul {
	justify-content: flex-end;
}
@media (max-width:1599px){
/*
.n_greenlemon_30_june .home-bann .carousel-caption {
	top: calc(100% - 150px);
}
*/
}
@media (max-width:1365px){
.n_greenlemon_30_june .banner_search_form{
		top: calc(100% - 160px);
padding: 10px;
	}
}
@media (max-width:1199px){
/*
.n_greenlemon_30_june .banner_search_form {
	top: 40%;
}
*/
.n_greenlemon_30_june .banner_search_form {
	top: calc(100% - 140px);
}	
.n_greenlemon_30_june .btn.btn-primary.btn-lg {
	margin-top: 20px;
}
	.n_greenlemon_30_june .header_upper strong a {
	left: calc(100% - 50px);
}
	.n_greenlemon_30_june .header_lower_sec .website_menu {
	max-width: calc(100% - 620px);
	flex: auto;
}
.n_greenlemon_30_june.header_lower_sec .search_icon {
	max-width: 300px;
}
	
}
@media (max-width:991px){
.n_greenlemon_30_june .header_Sec_wrapper {
	height: 140px;
}
	.n_greenlemon_30_june .header_lower_sec.container .row > div {
	/* max-width: calc(100%/3); */
	/* flex: calc(100%/3); */
	padding: 5px;
		padding-top:2px;
}
	
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec.container .row > div {
		padding-top:0px;
}	
/*
	.n_greenlemon_30_june .mob_menu_ul.cts_menu_open {
	top: 85px;
}
*/
.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(1), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(2) {
	max-width: 50%;
	flex: 50%;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(4) {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]{
		border:0;
	}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3){
		border-top:1px solid #ddd;
/*		border-bottom: 1px solid #ddd;*/
	}
	.n_greenlemon_30_june .sngle_brand img {
	max-width: 100%;
}
	.n_greenlemon_30_june #main-content section.category .row .category .bx-box {
	height: 240px;
}
.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3) {
	padding-top: 20px;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(1), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(2) {
	padding-bottom: 20px;
}
	.n_greenlemon_30_june .banner_search_form {
	top: calc(100% - 100px);
}
	.n_greenlemon_30_june .btn.btn-primary.btn-lg {
	margin-top: 10px;
}
	.n_greenlemon_30_june .home-bann .carousel-caption {
	top: 45%;
}
	.n_greenlemon_30_june .banner_search_form #name_search {
	padding: 10px;
	font-size: 18px;
}
	.n_greenlemon_30_june .header_upper strong a {
	left: 0;
	transform: unset;
}
	.n_greenlemon_30_june .header_upper .row > div {
	padding: 0;
}
.search_icon .cstm_header_search .input-group.input-group-sm .form-control {
	padding: 10px;
	font-size: 18px;
}	
.n_greenlemon_30_june .header_lower_sec.container .website_menu {
	transform: unset;
}
.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	padding: 10px 10px 7px;
	clip-path: unset;
}
.n_greenlemon_30_june .header_lower_sec .website_menu {
	max-width: calc(100% - 430px);
}	
.n_greenlemon_30_june .header_lower_sec .search_icon {
	max-width: 330px;
}	
.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open {
	width: 100%;
}
	.n_greenlemon_30_june .header_lower_sec .website_logo {
	max-width: 100px;
}
}
@media (max-width:767px){
	.n_greenlemon_30_june .sngle_brand {
	height: auto;
	padding: 20px;
	max-width: calc(100%/2 - 80px);
}
.n_greenlemon_30_june .feat-prod .row.all-feat [class*="col-md"] {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}	
	.n_greenlemon_30_june .feat-prod [role="article"] .card .thumbnail-image {
	padding: 20px !important;
}
	.n_greenlemon_30_june .feat-prod [role="article"] .card .thumbnail-image img {
	max-width: 150px;
}
.n_greenlemon_30_june #main-content .feat-prod .row.all-feat {
	max-width: 340px;
}
.n_greenlemon_30_june section.category .car-img img {
	max-width: 70px;
	height: 90px;
}	
	.n_greenlemon_30_june #main-content .category.mobile-cate .row {
	justify-content: flex-start;
	max-width: 340px;
	margin: 0 auto;
}
	.n_greenlemon_30_june .feat-prod [role="article"] .card {
	margin-bottom: 0;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box {
	height: auto;
}
	.n_greenlemon_30_june .social_media .social_image img {
	max-width: 100%;
	width: 100%;
}
	.n_greenlemon_30_june .social_media [class*="col-md"] {
	max-width: calc(100% - 40px);
}
	.n_greenlemon_30_june .feat-prod h3, .n_greenlemon_30_june .brand-sec h4 {
	font-size: 35px;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(4) {
	width: 100%;
	max-width: 100%;
	flex: 100%;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]{
		border:0;
	}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3){
		border-top:1px solid #ddd;
/*		border-bottom: 1px solid #ddd;*/
	}
	.n_greenlemon_30_june .wrap-second-last-content h4, .n_greenlemon_30_june .wrap-last-content h4 {
	text-align: left;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(1), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(2) {
	max-width: 50%;
	flex: 50%;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"] {
	padding: 30px 0 30px;
}
	.n_greenlemon_30_june .wrapper-footer form {
	margin: 0;
}
	.n_greenlemon_30_june .nav.list-social {
	padding-left: 0;
}
	.n_greenlemon_30_june .header_lower_sec.container .search_icon img {
	max-width: 30px;
}
	.n_greenlemon_30_june #search_mod .input-group.input-group-sm .input-group-prepend i {
	color: #000 !important;
}
.n_greenlemon_30_june .banner_search_form #name_search {
	font-size: 18px;
}	
.n_greenlemon_30_june .mob_menu_ul.cts_menu_open {
	top: 77px;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand img {
	max-width: 60px;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3) {
	padding-bottom: 0;
	}
		.n_greenlemon_30_june .wrapper-footer {
	padding-top: 20px;
}
	.header_upper .row > div {
	width: 100%;
	max-width: calc(100%/2);
}
	.n_greenlemon_30_june .header_lower_sec.container .website_logo {
	max-width: 100px;
	flex: 100px;
}
	.n_greenlemon_30_june .search_icon {
	max-width: calc(100% - 150px);
	flex: calc(100% - 150px);
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	width: 100%;
	max-width: 100%;
}
	.n_greenlemon_30_june .header_Sec_wrapper {
	height: 130px;
}
	.n_greenlemon_30_june .header_Sec_wrapper.scro-head {
	height: 80px;
}
	.n_greenlemon_30_june .home-bann .carousel-caption {
	top: 40%;
}
	.n_greenlemon_30_june .banner_search_form {
	top: calc(100% - 130px);
}
.n_greenlemon_30_june .search_icon .cstm_header_search .input-group.input-group-sm #name_search.form-control{
	font-size: 18px;
	padding: 7px 10px;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand img {
	max-width: 60px;
	height: 100%;
	max-height: 100%;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand img {
	max-width: 58px;
}
	.n_greenlemon_30_june .header_lower_sec.container .row > div {
	width: 100%;
	max-width: calc(100%/3);
}
	.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm {
	width: 50px;
	height: 50px;
}
	.n_greenlemon_30_june .search_icon .cstm_header_search .input-group.input-group-sm #name_search.form-control {
	font-size: 16px;
	padding: 20px 40px;
}
	.n_greenlemon_30_june .cstm_header_search .search-button {
	width: 40px;
	height: 40px;
	padding: 5px;
		top: 50%;
	transform: translateY(-50%);
}
	.n_greenlemon_30_june .cstm_header_search .search-icon {
	width: 20px;
	height: 20px;
	border: 2px solid #000;
}
	.n_greenlemon_30_june .cstm_header_search .search-icon::before {
	height: 6px;
}
	.n_greenlemon_30_june .cstm_header_search .search-icon::after {
	height: 11px;
	right: -6px;
	top: 17px;
}
	.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm::before {
	height: 50px;
}
	.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm.open::before {
	height: 30px;
	margin: 0 0 0 5px;
}
.n_greenlemon_30_june .search_icon .cstm_header_search .input-group.input-group-sm.open #name_search.form-control {
	padding: 10px 35px 10px 10px;
}
}
@media (max-width:567px){
.n_greenlemon_30_june .sngle_brand img {
	max-width: 100%;
}
	
.n_greenlemon_30_june .sngle_brand {
	max-width: calc(100%/2 - 20px);
}
	.n_greenlemon_30_june .feat-prod [role="article"] .card .thumbnail-image {
	height: auto;
}
	.n_greenlemon_30_june section.category {
	margin-top: 20px;
}
	.n_greenlemon_30_june .btn.btn-primary.btn-lg {
	min-width: auto;
	padding: 10px;
	width: 100%;
	max-width: calc(100% - 30px);
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"] {
	padding: 10px;
}
	.n_greenlemon_30_june footer.wrapper-footer {
	padding-top: 20px !important;
}
	.n_greenlemon_30_june .wrapper-footer .container {
	padding: 0 15px;
}
	.n_greenlemon_30_june .wrapper-footer .nav li a {
	padding: 0;
}
	.n_greenlemon_30_june .mob_menu_ul.cts_menu_open {
	top: 65px;
}
	.n_greenlemon_30_june .search_icon {
	max-width: calc(100% - 100px);
	flex: calc(100% - 100px);
}
	.n_greenlemon_30_june .header_lower_sec.container .website_logo {
	max-width: 70px;
	flex: 70px;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand img {
	max-width: 50px;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	padding-bottom: 20px;
}
	.n_greenlemon_30_june .header_Sec_wrapper {
	height: 106px;
}
	.n_greenlemon_30_june .header_upper {
	padding-bottom: 0 !important;
}
	.n_greenlemon_30_june .header_Sec_wrapper.scro-head {
	height: 70px;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	padding-bottom: 10px;
}
	.n_greenlemon_30_june .search_icon .cstm_header_search .input-group.input-group-sm.open #name_search.form-control {
	padding: 10px 35px 10px 10px;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand {
	padding: 0;
}
	
}
.search_icon .cstm_header_search .input-group.input-group-sm .input-group-prepend {
	display: none;
}
/*31 may css*/
.mob_menu_ul ul li a p {
    display: block;
    font-size: 16px;
    color: #4B4737;
}
.mob_menu_ul ul li a img {
    display: none;
}
.mob_menu_ul ul li a i {
    display: none;
}
.mob_menu_ul ul li:nth-child(5) i.fas.fa-user, .mob_menu_ul ul li:nth-child(6) i {
    display: block;
}
.mob_menu_ul ul li:nth-child(5) p, .mob_menu_ul ul li:nth-child(6) p {
    display: none;
}
@media(max-width:1024px){
    .mob_menu_ul ul li a p {
    display: block !important;
    font-size: 16px;
    color: #333;
}
.mob_menu_ul ul li a img {
    display: block !important;
}
.mob_menu_ul ul li a i{
    display: block !important;
}
.mob_menu_ul.cts_menu_open ul li i {color: #000 !important;}
}
@media (max-width:991px){
.header_lower_sec.container .mob_menu_ul ul li:nth-child(2) a img, .header_lower_sec.container .mob_menu_ul ul li:nth-child(1) a img {
	filter: invert(1);
	min-width: 20px;
	max-width: 20px;
	margin-right: 10px;
}
}
	
	
.search-icon {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 3px solid #00FEDE;
  display: block;
  position: relative;
  margin-left: 5px;
  transition: all .5s ease;
  &:before {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 30px;
    display: block;
    background-color: #00FEDE;
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
  &:after {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -12px;
    top: 40px;
    display: block;
    background-color: #00FEDE;
    transform: rotate(-45deg);
    transition: all .5s ease;
  }
}
	
	/* 07-07-2023 */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');*/
	
body.n_greenlemon_30_june h2, .n_greenlemon_30_june h4, .n_greenlemon_30_june h4 a {
	 font-family: 'Oswald', sans-serif;
}
.n_greenlemon_30_june .brand-sec h2, .n_greenlemon_30_june section.category h2,
.n_greenlemon_30_june .home_prod.fresh_stock-prod h2, .n_greenlemon_30_june .best-seller .row h2,
.n_greenlemon_30_june .home_prod.clearance-prod h2, .n_greenlemon_30_june .blog-sec h2{
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 1.35px;
  text-transform: capitalize;
	width: auto;
}
.n_greenlemon_30_june section.category h2 {
	background: transparent;
	border: 0;
}
.n_greenlemon_30_june .brand-sec .row:first-child a, .n_greenlemon_30_june section.category .row:first-child a,
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child a, .n_greenlemon_30_june .best-seller .row:first-child a,
.n_greenlemon_30_june .home_prod.clearance-prod .row:first-child a, .n_greenlemon_30_june .blog-sec .row:first-child a{
  text-align: center;
  font-family: Oswald;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 400px;
  height: 65px;
  padding: 4px 14px;
  flex-shrink: 0;
  border: 1px solid #4B4737;
  display: flex;
  align-items: center;
  justify-content: center;
}
.n_greenlemon_30_june .brand-sec .row:first-child, .n_greenlemon_30_june section.category .row:first-child,
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child,
.n_greenlemon_30_june .best-seller .row:first-child, .n_greenlemon_30_june .home_prod.clearance-prod .row:first-child,
.n_greenlemon_30_june .blog-sec .row:first-child{
  display: flex;
  align-items: center;
  justify-content:  space-between !important;
	position: relative;
}
.n_greenlemon_30_june .brand-sec .row:first-child::after, .n_greenlemon_30_june section.category .row:first-child:after,
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child:after,
.n_greenlemon_30_june .best-seller .row:first-child:after, .n_greenlemon_30_june .home_prod.clearance-prod .row:first-child:after, .n_greenlemon_30_june .blog-sec .row:first-child:after{
	width: 400px;
	height: 5px;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	background: #FDE465;
	position: absolute;
	content: "";
	z-index: 0;
}
.n_greenlemon_30_june .brand-sec .row.brand-all .sngle_brand, .n_greenlemon_30_june .brand-sec, .n_greenlemon_30_june section.category, .n_greenlemon_30_june .home_prod.fresh_stock-prod, .n_greenlemon_30_june .best-seller, .n_greenlemon_30_june .home_prod.clearance-prod, .n_greenlemon_30_june .blog-sec {
	/*background: #f6f6f6;*/
	background: #F8F8F8;
}
.n_greenlemon_30_june .brand-sec .row.brand-all .sngle_brand img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.n_greenlemon_30_june .best-seller h3 {
	display: none;
}
.n_greenlemon_30_june .brand-sec .row.brand-all .sngle_brand {
	background: #fff;
	height: 130px;
	margin: 15px 0;
	border: 0;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box {
	height: 100%;
}
.n_greenlemon_30_june #main-content section.category .row.cate-wrap {
    column-gap: 17px;
    row-gap: 27px;
    padding: 70px 0 20px;
}
.n_greenlemon_30_june #main-content section.category .row .category {
    border: 1px solid #4B4737;
    display: flex;
    width: 100%;
    height: 400px;
    padding: 0;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    flex: auto;
    max-width: calc(100%/3 - 11.5px);
}
.bx-box {
    background-size: cover;
    background-position: center;
}
.n_greenlemon_30_june section.category .car-img img {
	max-width: 150px;
	object-fit: contain;
	height: 100px;
	width: 100%;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .card-title.h4 a,
.n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card-title.h4 a,
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 a{
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	/* line-height: 16px; */
	letter-spacing: 1.2px;
	color: #4B4737;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body,
.n_greenlemon_30_june .best-seller .card.thumbnail.card-body,
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body{
	border: 1px solid #000;
	background: #FFF;
	height: 500px;
	padding: 20px;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .price, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .price, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .price {
	color: #F0440D;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 34px;
	letter-spacing: 1.2px;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .thumbnail-image img,
.n_greenlemon_30_june .best-seller .card.thumbnail.card-body .thumbnail-image img,
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image img{
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .thumbnail-image,
.n_greenlemon_30_june .best-seller .card.thumbnail.card-body .thumbnail-image,
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image{
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body,
.n_greenlemon_30_june .best-seller .card.thumbnail.card-body,
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body{
	justify-content: space-between;
}
.n_greenlemon_30_june .brand-sec .row.brand-all .sngle_brand a {
	height: 100%;
}
.n_greenlemon_30_june .brand-sec .row.brand-all, .n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock {
	padding: 70px 0 20px;
}
.n_greenlemon_30_june .best-seller .thumbnail-image {
	box-shadow: unset;
	border-radius: 0;
	padding: 0;
}
.n_greenlemon_30_june .best-seller .row.best-sell {
	padding: 70px 0 20px;
}
body.n_greenlemon_30_june .best-seller .row.best-sell {
	border: 0 !important;
}
.n_greenlemon_30_june .best-seller {
	padding-top: 60px;
	padding-bottom: 0;
}
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance {
	padding: 70px 0 20px;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .card-title.h4 , .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card-title.h4 , .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 {
	min-height: 65px;
}
.n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card_title_price {
	text-align: left;
}
.n_greenlemon_30_june .blog-sec .row:nth-child(2) .blogs-all {
	padding: 70px 0 40px;
}
.n_greenlemon_30_june .blog-sec .blogs-all .sing_home_blog_content h4 a {
	color: #4B4737;
	font-family: Oswald;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: 1.35px;
	text-transform: capitalize;
}
.n_greenlemon_30_june .blog-sec .sing_home_blog_img {
	height: 350px;
}
.n_greenlemon_30_june .blog-sec .blogs-all .sing_home_blog_img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
.n_greenlemon_30_june .wrapper-footer .row > [class*="col"] {
	border-left: 0;
}
.n_greenlemon_30_june .wrapper-footer {
	text-align: left;
}
.n_greenlemon_30_june .wrapper-footer ul li .nav-link {
	font-family: Open Sans;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method {
	width: 100%;
	flex: 100%;
	max-width: 100%;
	text-align: center;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method span {
	color: #FDE465;
	font-family: Open Sans;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1px;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method .list-inline {
	justify-content: center;
	column-gap: 15px;
	padding-top: 20px;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method .list-inline li {
	margin: 0 !important;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method .list-inline li .payment-icon-container {
	height: 37px;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method .list-inline li .payment-icon-container .payment-icon {
	height: 100% !important;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 50px;
}
/* 10/07/2023 */
body .header_upper {
    background: #4B4737;
    padding: 6px 0 !important;
    position: relative;
}
body .header_upper .notification {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0;
    width: 100%;
    max-width: 55%;
}
body .header_upper .container {
    width: 100%;
    max-width: 1718px;
    padding: 0 15px;
}
body .header_upper .container .social_links {
    margin-left: auto;
    max-width: 280px;
    display: flex;
    justify-content: flex-end;
        align-items: flex-start;
    padding-bottom: 3px;
}
body .header_upper .notification p ,body .header_upper .container .social_links a:first-child {
    text-align: center;
    font-family: 'Oswald';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 1.8px;
    color: var(--yellow-hbs, #FDE465);
}
body .header_upper .container .social_links a:not(:first-child) i {
    margin: 0 0 0 23px;
    color: #FDE465;
    font-size: 18px;
    padding: 0;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
body .header_upper .container .social_links a:not(:first-child) i:hover {
    background: #FDE465;
    color: #fff;
}
.header_upper .container .social_links a:hover {
    text-decoration: none;
}
.header_upper .container .social_links a:first-child {
    /*margin-right: 66px;*/
    margin-right: 20px;
}
body .header_upper {
    border-bottom: 0 !important;
    margin: 0;
}
.header_Sec_wrapper {
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;
    background: transparent;
    width: 100%;
    height: auto !important;
    border: 0 !important;
    box-shadow: none !important;
}
.header_Sec_wrapper .header_lower_sec.container {
    max-width: 1718px;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo {
    width: 100%;
    max-width: 50%;
    flex: auto;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 0 15px 0 0px;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
    background: #FFF;
    width: 100%;
    max-width: 32%;
    min-height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 50% 100%, 0 50%);
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand {
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    top: -17px;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
    max-width: 230px;
    height: auto;
    object-fit: cover;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo strong a {
    color: #FFF;
    text-align: center;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 1.6px;
    text-shadow: 5px 4px 4px rgba(0,0,0,0.25);
    display: inline-flex;
    gap: 10px;
    align-items: center;
    margin: 15px 0 0;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo strong a i {
    font-size: 25px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu {
    max-width: 50%;
    flex: auto;
    padding: 7px 0 0 15px;
    display: flex;
    gap: 25px;
    justify-content: flex-end;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu {
    display: flex !important;
    gap: 43px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart {
    position: relative;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .mob_menu {
    gap: 26px;
}
.header_Sec_wrapper.scro-head  .header_lower_sec.container>.row .website_menu{
	gap: 13px;
}
.header_Sec_wrapper .header_lower_sec.container .row {
    align-items: flex-start;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart p {
    color: #FFF;
    font-family: 'Open Sans';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.9px;
    margin-top: 6px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-left: 11px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart img {
    width: 50px;
    height: 57px;
    max-width: 100%;
    object-fit: contain;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart span.cart-count {
    width: 22px;
    height: 22px;
    padding: 3px 6.83px 4px 7.02px;
    top: 0;
    right: -10px;
    border-radius: 11px;
    background: #FDE464;
    color: #4B4737;
    text-align: center;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .bar_icon img {
    width: 50px;
    height: 57px;
    max-width: 100%;
    object-fit: contain;
    margin-top: 0;
}
.header_lower_sec.container .bar_icon a {	
    text-align: center;
}
.header_lower_sec.container .bar_icon a:after {
    content: "menu";
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.9px;
    display: block;
    margin-top: 5px;
}
.slide.home-bann {
    width: 100%;
}
.slide.home-bann {
    width: 100%;
    padding-top: 44px;
}
.slide.home-bann .banner_title {
    margin: 0 0 65px;
    width: 100%;
}
.slide.home-bann .cstm_banner_wrapper {
    padding-top: 163px;
    padding-bottom: 46px;
    max-width: 1350px;
    margin: 0 auto;
}
.slide.home-bann .banner_title h2, body h1 {
    font-family: Oswald;
    font-size: 78px;
    font-style: normal;
    font-weight: 700;
    line-height: 90px;
  
}
.slide.home-bann .banner_title h2 {
    color: #FDE465;
    text-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
    margin: 0;
}
.slide.home-bann .banner_title a {
    display: block;
    max-width: 407px;
    text-align: left;
    margin: 0 auto;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand {
    width: 100%;
    margin: 0 0 38px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    margin: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul img {
    width: 100%;
    max-height: 80px !important;
    object-fit: contain;
    max-width: 145px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp {
    width: 100%;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp p {
    color: #FDE465;
    text-shadow: 0px 4px 4px  rgba(0, 0, 0, 0.25);
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 35px;
    text-transform: capitalize;
    max-width: 412px;
    margin: 0 auto;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_desc {
    margin: 0px 0 70px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form {
    position: unset !important;
    transform: none !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search {
    position: relative;
    max-width: 650px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    background: transparent;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate {
    width: 100%;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid  #4B4737;
    border-top: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm {
    background-color: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
    background-color: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px 15px 13px 32px;
    text-align: center;
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 53px;
    color: #FDE465;
    letter-spacing: 0.75px;
    justify-content: flex-end;
    text-transform: capitalize !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
    background-color: #4B4737;
    transition: all 0.4s;
    
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a:hover {
    background-color: #FDE465 !important;
    color: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a:nth-child(2) {
    border-left: 1px solid  #fde46566;
    border-right: 1px solid  #fde46566;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm {
    background-color: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm:hover {
    background-color: #FDE465;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm {
    background-color: #4B4737;
    transition: all 0.4s;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm {
    border: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm:hover input {
    color: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm input::placeholder {
    color: var(--dust-hbs, #4B4737);
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 0px;
    letter-spacing: 0.42px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm:hover input::placeholder {
    color: #000 !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm input {
    background: transparent !important;
    padding: 7px 30px !important;
    color: var(--dust-hbs, #4B4737);
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 0px;
    letter-spacing: 0.42px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a {
    text-transform: none;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a svg {
	position: relative;
	top: 5px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a:first-child svg {
	width: 25px;
	height: 26px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a:first-child svg:nth-child(2){
	width: 24px;
	height: 24px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a:first-child svg:nth-child(3){
	width: 13px;
	height: 35px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a:hover svg path {
    fill: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
    position: absolute;
    right: 20px;
    top: 62%;
    transform: translateY(-50%) rotate(5.921deg);
    width: 100%;
    max-width: 296px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow img {
    height: 200px;
}
.mob_utube {
	display: none;
}
.row.cate-cont .imag img {
    max-width: 90px !important;
    width: 100%;
}
.slide.home-bann .cstm_banner_wrapper .banner_sites {
    margin: 20px 0 0;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 86px;
    align-items: center;
}
.slide.home-bann .cstm_banner_wrapper .banner_sites img {
    height: 55px;
    object-fit: contain;
}
.slide.home-bann .cstm_banner_wrapper .banner_sites a:nth-child(1), .slide.home-bann .cstm_banner_wrapper .banner_sites a:nth-child(3) {
    margin-top: 19px;
    text-decoration: none;
}
.n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2) img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	width: 55px;
	/* height: 55px; */
}
.n_greenlemon_30_june .header_lower_sec .website_menu>a:nth-child(2):after {
    content: "search";
    color: #FFF;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.9px;
    display: block;
    margin-top: 9px;
}
footer.wrapper-footer {
    background: #4B4737 !important;
    padding: 30px 0 53px !important;
}
footer.wrapper-footer a.navbar-brand img {
    max-width: 138px;
    height: 143px;
}
footer.wrapper-footer>div>div:first-child {
    padding: 0 0 20px;
}
footer.wrapper-footer>div>div>div {
    padding: 0 !important;
}
footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 15px;
}
footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row>div {
    padding: 0;
    width: 100%;
    max-width: 100%;
    flex: 100%;
}
footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row>div>ul.nav.flex-column>li.nav-item>a {
    padding: 0;
 }
 
 footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row>div>ul.nav.flex-column {
    display: flex;
    flex-flow: column;
    gap: 12px;
}
footer.wrapper-footer>div>div>div.footer_cont_info {
    padding-left: 40px !important;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info {
    display: flex;
    flex-flow: column;
    margin: 0 0 32px;
    gap: 21px;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #FDE464;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 0px;
    letter-spacing: 0.9px;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a img {
    width: 32px;
    height: 32px;
    filter: invert(100%) sepia(52%) saturate(2834%) hue-rotate(360deg) brightness(139%) contrast(99%);
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a i {
    font-size: 26px;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a {
    text-decoration: none;
}
footer.wrapper-footer>div>div>div.footer_cont_info h4.nav-link.py {
    display: none;
}
footer.wrapper-footer>div>div>div.footer_cont_info ul.nav.list-social {
    padding: 0 0 31px;
    padding-top: 0 !important;
    display: flex;
    gap: 37px;
}
footer.wrapper-footer>div>div>div.footer_cont_info ul.nav.list-social>li {
    padding: 0 !important;
}
footer.wrapper-footer>div>div>div.footer_cont_info ul.nav.list-social>li i {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
}
footer.wrapper-footer>div>div>div.footer_cont_info ul.nav.list-social + a {
    border-radius: 20px;
    border: 1px solid #939191;
    background: #FDE464;
    display: flex;
    width: 221px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    color: var(--dust-hbs, #4B4737);
    text-align: center;
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.75px;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method {
    padding-top: 136px !important;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method ul.list-inline.d-flex.flex-wrap {
    max-width: 358px;
    padding: 0;
    margin: 30px auto 0;
    justify-content: flex-start;
    gap: 26px;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method span {
    width: 100%;
    display: block;
    text-align: left;
    max-width: 358px;
    margin: 0 auto;
}
.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method ul.list-inline.d-flex.flex-wrap>li {
    line-height: normal;
    display: flex;
}
section.brand-sec {
    padding: 123px 0 140px !important;
}
.n_greenlemon_30_june #main-content {
    background: #fff !important;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child {
    max-width: 1171px;
    margin: 0 auto;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child>h2 {
    display: inline-block;
    background: #f8f8f8;
    padding-left: 0;
    margin: 0 !important;
    line-height: 100%;
    position: relative;
    z-index: 1;
    padding-right: 30px;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child>a {
    width: 1000%;
    padding: 5px 14px;
    max-width: 293px;
    background: #fff;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child::after {
    left: 0;
    width: 100%;
    max-width: calc(100% - 340px);
    height: 3px;
    transform: translateY(-50%);
}
section.category h2 a , .clearance-prod h2 a , .blog-sec h2 a , .best-seller h2 a , .fresh_stock-prod h2 a  {
    border: none !important;
    text-decoration: none;
}
section.brand-sec h2 a {
    border: none !important;
    /* padding: 0 !important; */
}
section.category>.container>.row:first-child>h2 {
    padding-right: 84px !important;
}
section.category>.container>.row:first-child>a {
    max-width: 400px !important;
}
.n_greenlemon_30_june #main-content section.category>.container>.row:first-child>a {
    max-width: 372px;
}
.n_greenlemon_30_june #main-content section.category>.container>.row:first-child::after {
    max-width: calc(100% - 432px);
}
/* section.home_prod.fresh_stock-prod {
    border-top: 1px solid #000;
} */
section.home_prod.fresh_stock-prod .row:first-child {
    max-width: 1020px !important;
    margin-left: 64px !important;
}
section.home_prod.fresh_stock-prod .row:first-child a {
    max-width: 380px !important;
}
section.home_prod.fresh_stock-prod .row:first-child::after {
    max-width: calc(100% - 452px) !important;
}
.n_greenlemon_30_june #main-content section.brand-sec>.container>.row:first-child {
    max-width: 1086px;
    margin-left: 0;
}
.n_greenlemon_30_june #main-content section.brand-sec>.container>.row:first-child>h2 {
    padding-left: 111px;
}
.n_greenlemon_30_june #main-content section.brand-sec > .container > .row.brand-all {
	padding: 50px 100px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	/* max-width: 974px; */
	margin: 0 auto;
	grid-column-gap: 180px;
	grid-row-gap: 125px;
}
.n_greenlemon_30_june #main-content section.category {
    padding-top: 144px;
    padding-bottom: 181px;
}
.n_greenlemon_30_june #main-content section.category>.container {
    max-width: 1536px;
}
.n_greenlemon_30_june #main-content section.category .row:first-child {
    margin-left: 0 !important;
}
.n_greenlemon_30_june #main-content section.category .row:first-child>h2 {
    padding-left: 111px;
}
.n_greenlemon_30_june #main-content section.category .row.cate-wrap {
    padding-top: 168px;
    padding-bottom: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a svg {
    top:0 !important;
    width: 25px;
    height: 25px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod , .n_greenlemon_30_june #main-content section.best-seller {
    padding-top: 155px;
    padding-bottom: 164px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock, .n_greenlemon_30_june #main-content section.best-seller>div>.row.best-sell {
    padding-top: 178px;
    padding-bottom: 0;
    max-width: 100%;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod>.container, .n_greenlemon_30_june #main-content section.best-seller>div.container {
    max-width: 1536px;
}
div[aria-label="Product thumbnail"] .card.thumbnail.card-body {
    padding: 17px 34px !important;
}
 div[aria-label="Product thumbnail"] .card.thumbnail.card-body a.thumbnail-image {
    padding-bottom: 12px !important;
    max-width: 100%;
    width: 100%;
}
 div[aria-label="Product thumbnail"] .card.thumbnail.card-body .card_title_price p.card-title.h4 a {
    color: #4B4737;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.2px;
    margin: 0 !important;
}
 div[aria-label="Product thumbnail"] .card.thumbnail.card-body .card_title_price p.card-title.h4 {
    margin: 0 0 16.5px;
}
 div[aria-label="Product thumbnail"] .card.thumbnail.card-body p.price span {
    color: #F0440D;
    font-family: Oswald;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 1.2px;
}
 div[aria-label="Product thumbnail"] .card.thumbnail.card-body {
    margin: 0;
}
.n_greenlemon_30_june #main-content section.best-seller>div.container>.row:first-child {
    margin-left: 64px !important;
}
.n_greenlemon_30_june #main-content section.best-seller>div.container>.row:first-child a {
    max-width: 350px;
}
section.home_prod.clearance-prod {
    padding-top: 164px;
}
section.home_prod.clearance-prod {
    padding-top: 164px;
    padding-bottom: 164px;
}
section.home_prod.clearance-prod>.container {
    max-width: 1536px;
}
section.home_prod.clearance-prod>.container>.row:first-child {
    margin-left: 64px !important;
}
section.home_prod.clearance-prod>.container>.row:first-child a {
    max-width: 350px !important;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child::after {
    max-width: calc(100% - 400px);
}
.blog-sec {
    padding: 164px 0 141px;
}
.blog-sec>.container {
    max-width: 1536px;
}
.n_greenlemon_30_june #main-content>.blog-sec>.container>.row:first-child {
    margin-left: 64px;
}
.blog-sec>.container .blogs-all {
    padding: 127px 0 0  !important;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content {
    position: relative;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content p.clearfix {
    width: auto;
    display: inline-block;
    color: #495057;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    padding-right: 0;
    float: none;
    padding-top: 0;
}
.blog-sec>.container .blogs-all h4 {
    float: left;
    width: auto;
    max-width: 100%;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content {
    position: relative;
    display: flex;
    flex-flow: column;
    padding: 0 0 30px;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content p.clearfix {
    position: absolute;
    bottom: 0;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content span {
    color: #F0440D;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: list-item;
    width: auto;
    max-width: 100px;
    position: absolute;
    bottom: 0;
    right: unset;
    left: 130px;
}
.n_greenlemon_30_june #main-content>.blog-sec>.container>.row:first-child a {
    max-width: 350px;
}
.n_greenlemon_30_june #main-content>.blog-sec>.container>.row:first-child::after {
    max-width: calc(100% - 400px);
}
.n_greenlemon_30_june #main-content section.brand-sec>.container> .row.brand-all>.sngle_brand {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.n_greenlemon_30_june #main-content>.blog-sec>.container>.row:first-child a {
    color:#4B4737;
}
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance {
    padding: 127px 0 0px;
}
.slide.home-bann div.carousel-item {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}
.slide.home-bann div.carousel-item {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.slide.home-bann div.carousel-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #d3d3d3;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    right: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li a:hover img {
    filter: invert(75%) sepia(88%) saturate(275%) hue-rotate(2deg) brightness(124%) contrast(98%);
}
.header_Sec_wrapper.scro-head {
    height: 46px !important;
    background: var(--yellow-hbs, #FDE465);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.30) !important;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container {
    padding-top: 0;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a img {
    width: 32px;
    height: 32px;
    filter: invert(1);
	
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a::after {
display:none;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a p {
    font-size: 0;
    margin: 0;
    padding: 0;
    display: none;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo {
    position: absolute;
    left: 0;
    min-height: 88px;
    top: 0;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo {
    padding-left: 286px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .desk_tel a {
    margin-top: 11px;
    color: #000;
    text-shadow: none;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo img {
    height: 59px;
    object-fit: contain;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo a.navbar-brand {
    top: -10px;
}
.slide.home-bann .banner_title a {
    text-decoration: none;
}
.header_Sec_wrapper a {
    text-decoration: none;
}
.slide.home-bann a {
    text-decoration: none;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child>a {
    text-decoration: none;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child>a:hover {
    background: #FDE465;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form {
    padding: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm .input-group-prepend {
    left: unset;
    right: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm .input-group-prepend button {
    width: 25px;
    height: 25px !important;
    padding: 0;
    max-width: 25px;
    min-width: unset;
    background: #FDE465;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm .input-group-prepend button:hover {
background: #fff;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm .input-group-prepend button:hover i.fa.fa-search {
	color: #4b4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm:hover .btn.btn-link {
	background: #fff;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm:hover .btn.btn-link i.fa.fa-search  {
	color: #4b4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm .input-group-prepend button i.fa.fa-search {
    color: #fff;
    font-size: 13px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .input-group.input-group-sm .input-group-prepend {
    left: unset;
    right: 25px;
}
.cstm_header_search form.topbar--wrap--form .input-group.input-group-sm input {
	width: 100% !important;
	border-radius: 30px;
	border: 1px solid var(--dust-hbs, #4B4737);
	background: #FFF;
	min-height: 50px;
	padding-left: 50px;
	color: var(--dust-hbs, #4B4737);
	font-family: Open Sans;
/*
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	line-height: 0px;
	letter-spacing: 0.42px;
*/
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0.9px;
}
.cstm_header_search form.topbar--wrap--form .input-group.input-group-sm span.search-button {
    display: none;
}
.cstm_header_search form.topbar--wrap--form .input-group.input-group-sm .input-group-prepend {
    position: absolute;
    max-width: 43px;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
	left: 0;
}
.cstm_header_search {
    max-width: 400px;
    width: 100%;
    position: absolute;
    right: 390px;
    top: 80px;
}
.cstm_header_search.search_box_open {
    display: block !important;
}
.cstm_header_search form.topbar--wrap--form .input-group.input-group-sm .input-group-prepend button.btn.btn-link {
    width: 100%;
    min-width: unset;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    min-height: 43px;
    font-size: 15px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu .cstm_header_search input {
    min-height: 35px;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img span.c_categoryLabel.text-center {
    display: block !important;
    color: #4B4737;
    text-align: center;
    font-family: Open Sans;
    font-size:23px;
    font-style: normal;
    font-weight: 400;
    line-height:28px;
    text-align: left !important;
    color: var(--yellow-hbs, #FDE465);
    max-width: 180px;
    padding: 10px !important;
}
.car-img { 
    position: relative;
}
span.c_categoryLabel.text-center {
    background: #4B4737;
    text-align: center;
    padding: 0 !important;
    border-top-left-radius: 13px;
    position: relative;
    text-transform: capitalize;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img {
    display: flex;
    align-items: center;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img img {
    width: 55px;
    height: 55px;
    max-width: 55px;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu {
    position: static;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul {
    position: absolute;
    top: 100%;
    right: -110%;
    left: unset !important;
    border: 1px solid #4B4737;
    background: #FDE465;
    display: block !important;
    border-radius: 0 !important;
    padding:52px 36px 51px;
    height: auto;
    transition: all 0.5s ease;
    max-width: 300px;
    max-height:600px;
    overflow-y: auto;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul.cts_menu_open {
    right: 0;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul {
    flex-flow: column;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul>li>a i, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul>li>a img {
    font-size: 23px;
    width: 27px;
    height: 27px;
    object-fit: contain;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul>li>a {
    padding: 0 !important;
    color: #4B4737;
    font-family: Oswald;
    font-size: 50px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: 2px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 20px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul > li > a p {
	font-size:23px !important;
	line-height: 40px !important;
	padding: 0;
	display: block !important;
	font-weight: 400;
	letter-spacing: 2px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul>li>a img {
    filter: invert(1) !important;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container>.row .website_menu .mob_menu .mob_menu_ul {
    top: 100%;
}
.header_Sec_wrapper .header_lower_sec.container>.row .website_menu {
    position: static;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu .cstm_header_search {
    top: 50%;
    transform: translateY(-50%);
    right: 300px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a span.cart-count {
    background: #000;
    color: #fff;
    width: 15px;
    height: 15px;
    font-size: 9px;
}
.blog-sec>.container .blogs-all {
    display: flex;
    align-items: flex-start;
    flex-wrap:wrap;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_desc>a {
    max-width: 412px;
    margin: 0 auto;
    display: block;
}
div#subs_mod .modal-content {
    border: 1px solid #4B4737;
    background: #FDE465;
}
div#subs_mod .modal-content .modal-header {
    padding: 0;
    border: 0;
}
div#subs_mod .modal-content .modal-header button.close {
    opacity: 1;
    font-size: 30px;
    padding: 0;
    background: #000;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    color: #fff;
    font-weight: 400;
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}
div#subs_mod .modal-content .modal-body {
    padding: 34px;
}
div#subs_mod .modal-content .modal-body h4 {
    font-family: Oswald;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 2px;
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 25px;
}
div#subs_mod .modal-content .modal-body form .input-group-append input.btn.btn-outline-secondary {
    margin: 0;
    padding: 0;
    color: #4B4737;
    text-align: center;
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.75px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #4B4737;
    min-height: 40px;
}
div#subs_mod .modal-content .modal-body form .input-group input.form-control::placeholder {
    color: #4B4737;
    text-align: center;
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 0px;
    letter-spacing: 0.42px;
    text-align: left;
}
div#subs_mod .modal-content .modal-body form .input-group input.form-control {
    background: transparent;
    text-align: left;
    font-family: Open Sans;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 0px;
    letter-spacing: 0.42px;
    padding: 0 10px;
    border: 1px solid #4B4737;
    min-height: 40px;
    height: 40px;
    border-right: 0;
}
div#subs_mod .modal-content .modal-body form {
    display: flex;
}
div#subs_mod .modal-content .modal-body form .input-group-append {
    max-width: 120px;
    width: 100%;
}
div#subs_mod .modal-content .modal-body form .input-group-append input.btn.btn-outline-secondary {
    width: 100%;
    min-width: unset;
}
div#subs_mod .modal-content .modal-body form .input-group {
    width: 100%;
    max-width: calc(100% - 120px);
}
div#subs_mod .modal-content .modal-body form .input-group-append input.btn.btn-outline-secondary:hover {
    background: #000;
    color: #fff;
}
div#subs_mod .modal-content .modal-header button.close:focus {
    outline: none;
}
div#subs_mod .modal-content .modal-body form .input-group input.form-control {
    outline: none !important;
}
section.social_section_home {
	padding: 111px 0 222px;
	background: #f6f6f6;
}
section.social_section_home .row.feed_sec {
    max-width: 1272px;
    margin: 0 auto !important;
    display: block;
}
section.social_section_home .row.feed_sec .social_sec_feed {
    display: grid;
/*    grid-template-columns: repeat(3,1fr);*/
    gap: 31px;
}
section.social_section_home .row.feed_sec .social_sec_feed img {
    width: 100%;
}
section.social_section_home .container {
    max-width: 1420px;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child {
    max-width: 100% !important;
    display: block;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper {
    display: flex;
    gap: 232px;
    align-items: center;
    margin: 0 0 130px;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper h2 {
    color: #4B4737;
    font-family: Oswald;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: 57px;
    letter-spacing: 1.35px;
    text-transform: capitalize;
    margin: 0;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls {
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 45px;
    align-items: center;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls>li {
    padding: 0 !important;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls>li a i {
    font-size: 30px;
    color: #4B4737;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls a img {
    /* filter: brightness(0.5); */
}
section.social_section_home .row.feed_sec .social_sec_feed>div img {
    max-width: 200px;
    margin: 0 auto;
    display: block;
    height: 200px;
    object-fit: contain;
}
/*
section.social_section_home .row.feed_sec .social_sec_feed>div {
    border: 1px solid #4B4737;
    min-height: 404px;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
.n_greenlemon_30_june section.social_section_home .row.feed_sec .social_sec_feed>div{
	min-height: 404px;
}
.social_section_home .row.feed_sec {
	padding: 0 15px;
}
.n_greenlemon_30_june section.social_section_home .row.feed_sec {
	max-width: 1536px;
}
.mobile_cust_bnner_wrap {
    display: none;
}
.mobile_foot_row {
    display: none;
}	
.n_greenlemon_30_june .banner_desc.mob_desc {
	display: none;
}
#n_home.n_greenlemon_30_june.cts_menu_open_body {
	overflow: hidden;
}
.n_greenlemon_30_june .wrapper-footer .footer_payment_method span {
	color: #FDE465;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 1px;
}
.n_greenlemon_30_june .wrapper-footer .footer_payment_method .list-inline {
	justify-content: flex-start;
	padding-top: 30px;
}
.n_greenlemon_30_june .wrapper-footer .footer_payment_method {
	text-align: left;
	width: 100%;
	max-width: 100%;
	flex: 100%;
	padding-top: 150px !important;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul .header_acc_menu li a p {
	font-size:23px !important;
	font-style: normal;
	font-weight: 300;
	line-height: 40px !important;
	letter-spacing: 1.6px;
	text-transform: capitalize;
}
.n_greenlemon_30_june .banner_search_form #name_search:hover {
    background: #FDE465 !important;
}
.header_upper .row [class*="col-md"]:last-child img {
    width: 22px;
    height: 22px;
    margin-top: 0;
}
#homepageCarousel .carousel-inner {
    position: relative;
    top: -9px;
}
.header_upper .row [class*="col-md"]:last-child a:nth-child(3), .header_upper .row [class*="col-md"]:last-child a:nth-child(4){
	height: 22px;
	width: 22px;
}

.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a:first-child svg {
    top: 0 !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a:nth-child(2) svg {
    top: 0 !important;
}
.header_upper .row [class*="col-md"]:last-child a:nth-child(3), .header_upper .row [class*="col-md"]:last-child a:nth-child(4) {
    height: 17px;
    width: 22px;
}
body .header_upper {
    padding: 3px 0 1px !important;
}
.col-md-8.notification p {
    padding: 4px 0 0;
}
.slide.home-bann {
    width: 100%;
    padding-top: 39px;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box {
    height: 100%;
    width: 100%;
    position: relative;
}
span.c_categoryLabel.text-center {
    position: absolute;
    text-transform: capitalize;
    bottom: 0;
    right: 0;
}
/* media */
@media(max-width:1650px){
.cstm_header_search {
    right: 300px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu .cstm_header_search {
    right: 224px;
}
.n_greenlemon_30_june #main-content section.category>.container {
    max-width: 100%;
    padding: 0 73px;
}
}
@media(max-width:1599px){
	
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul .header_acc_menu li a p {
	font-size:23px !important;
	line-height: 40px !important;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul > li > a p {
	font-size: 23px !important;
	line-height: 40px !important;
}
}
@media(max-width:1535px){
.blog-sec {
    padding: 80px 0;
}
.blog-sec>.container .blogs-all {
    padding: 60px 0 0  !important;
}
section.home_prod.clearance-prod {
    padding-top: 80px;
    padding-bottom: 80px;
}
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance {
    padding: 60px 0 0px;
}
.n_greenlemon_30_june #main-content>.blog-sec>.container>.row:first-child {
    margin-left: 15px;
}
section.home_prod.clearance-prod>.container>.row:first-child {
    margin-left: 15px !important;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod, .n_greenlemon_30_june #main-content section.best-seller {
    padding-top: 80px;
    padding-bottom: 80px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock, .n_greenlemon_30_june #main-content section.best-seller>div>.row.best-sell {
    padding-top: 60px;
 }
 .n_greenlemon_30_june #main-content section.best-seller>div.container>.row:first-child {
    margin-left: 15px !important;
}
section.home_prod.fresh_stock-prod .row:first-child {
    margin-left: 15px !important;
}
.n_greenlemon_30_june #main-content section.category {
    padding-top: 80px;
    padding-bottom: 80px;
}
.n_greenlemon_30_june #main-content section.category .row.cate-wrap {
    padding-top: 60px;
 }
 .n_greenlemon_30_june #main-content section.category .row:first-child>h2 {
    padding-left: 0;
}
section.brand-sec {
    padding: 80px 0 !important;
}
.n_greenlemon_30_june #main-content section.brand-sec>.container> .row.brand-all {
    padding-top: 60px;
 }
 
 section.social_section_home {
    padding: 80px 0;
}  
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper {
    margin: 0 0 60px;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
	max-width: 180px;
	height: 60px;
}
}
@media(max-width:1365px){
.n_greenlemon_30_june .blog-sec .blogs-all .sing_home_blog_content h4 a {
    font-size: 35px;
    line-height: 40px;
}
	.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo {
	padding-left: 226px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow svg {
    max-width: 180px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
    right: 20px;
    top: 54%;
    transform: unset;
    width: 100%;
    max-width: 235px;
}
}
@media(max-width:1279px){
.cstm_header_search {
    max-width: 300px;
    
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
    right: 20px;
    top: 55%;
    width: 100%;
    max-width: 235px;
    transform: unset;
}
}
@media (max-width:1199px){
	
.n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2) img,
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart img,
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .bar_icon img{
	width: 45px;
	height: 45px;
}	
.slide.home-bann .cstm_banner_wrapper .banner_brand ul img {
	height: 47px;
	max-width: 125px;
}
	.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
	right:0px;
	top: 65%;
	max-width: 175px;
}
	.n_greenlemon_30_june #main-content section.brand-sec > .container > .row:first-child > h2 {
	padding-left: 90px;
}
	.n_greenlemon_30_june .brand-sec h2, .n_greenlemon_30_june section.category h2, .n_greenlemon_30_june .home_prod.fresh_stock-prod h2, .n_greenlemon_30_june .best-seller .row h2, .n_greenlemon_30_june .home_prod.clearance-prod h2, .n_greenlemon_30_june .blog-sec h2 {
	font-size: 35px;
}
	.n_greenlemon_30_june #main-content section > .container > .row:first-child > a {
	max-width: 250px;
}
.n_greenlemon_30_june .brand-sec .row:first-child a, .n_greenlemon_30_june section.category .row:first-child a, .n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child a, .n_greenlemon_30_june .best-seller .row:first-child a, .n_greenlemon_30_june .home_prod.clearance-prod .row:first-child a, .n_greenlemon_30_june .blog-sec .row:first-child a {
	font-size: 25px;
}
.n_greenlemon_30_june #main-content section > .container > .row:first-child::after {
	max-width: calc(100% - 300px);
}	
	.n_greenlemon_30_june #main-content section > .container > .row:first-child::after {
	max-width: calc(100% - 350px);
}
section.category > .container > .row:first-child > a, section.home_prod.fresh_stock-prod .row:first-child a {
	max-width: 300px !important;
}
.n_greenlemon_30_june #main-content section.category > .container > .row:first-child::after {
	max-width: calc(100% - 350px);
}	
section.category > .container > .row:first-child > h2 {
	padding-right: 55px !important;
}
	.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img span.c_categoryLabel.text-center {
	font-size: 25px;
	padding: 0 0 0 20px;
}
	.n_greenlemon_30_june #main-content section.category .row .category {
	padding: 0px 0;
	}
		.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow img {
	height: 155px;
}
	section.home_prod.fresh_stock-prod .row:first-child::after {
	max-width: calc(100% - 355px) !important;
}
div[aria-label="Product thumbnail"] .card.thumbnail.card-body {
	padding: 17px 15px !important;
}
	.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .card-title.h4 a, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card-title.h4 a, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 a, div[aria-label="Product thumbnail"] .card.thumbnail.card-body p.price span {
	font-size: 22px;
}
	.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body {
	height: 400px;
}
	.n_greenlemon_30_june #main-content section.best-seller > div.container > .row:first-child a {
	max-width: 300px;
}
	div[aria-label="Product thumbnail"] .card.thumbnail.card-body .card_title_price p.card-title.h4 a {
	font-size: 20px;
	line-height: normal;
}
section.home_prod.clearance-prod > .container > .row:first-child a {
	max-width: 300px !important;
}	
.n_greenlemon_30_june #main-content > .blog-sec > .container > .row:first-child a {
	max-width: 300px;
}
.blog-sec h4 {
	line-height: 0;
}
.n_greenlemon_30_june .blog-sec .blogs-all .sing_home_blog_content h4 a {
	font-size: 25px;
	line-height: normal;
}
	.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper h2 {
	font-size: 30px;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper ul.social_li_cls {
	gap: 35px;
}	
.n_greenlemon_30_june .wrapper-footer ul li .nav-link {
	font-size: 20px;
	line-height: 30px;
}	
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
	max-width: 130px;
	height: 50px;
	object-fit:contain;
}
	.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
	min-height: 85px;
}
	.header_Sec_wrapper .header_lower_sec.container .website_logo strong a {
	font-size: 25px;
}
	.header_Sec_wrapper .header_lower_sec.container .website_logo strong a i {
	font-size: 20px;
}
	.header_upper .container .social_links a:first-child {
	margin-right: 10px;
}
	.cstm_header_search {
	top: 70px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
    right: 0px;
    top: 56%;
    max-width: 155px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow svg {
    max-width: 120px;
}
}
@media (max-width:991px){
	.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul > li > a p {
	font-size: 30px !important;
	line-height: 50px !important;
	letter-spacing: 1px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul .header_acc_menu li a p {
	font-size: 25px !important;
	line-height: 50px !important;
	letter-spacing: .6px;
}	
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
	gap: 50px;
}
.n_greenlemon_30_june #main-content section > .container > .row:first-child::after {
	max-width: calc(100% - 280px);
}
	section.brand-sec {
	padding: 30px 0 !important;
}
	.n_greenlemon_30_june #main-content section.category {
	padding-top: 30px;
	padding-bottom: 30px;
}
	.n_greenlemon_30_june .brand-sec h2, .n_greenlemon_30_june section.category h2, .n_greenlemon_30_june .home_prod.fresh_stock-prod h2, .n_greenlemon_30_june .best-seller .row h2, .n_greenlemon_30_june .home_prod.clearance-prod h2, .n_greenlemon_30_june .blog-sec h2 {
	font-size: 30px;
}
	.n_greenlemon_30_june .brand-sec .row:first-child a, .n_greenlemon_30_june section.category .row:first-child a, .n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child a, .n_greenlemon_30_june .best-seller .row:first-child a, .n_greenlemon_30_june .home_prod.clearance-prod .row:first-child a, .n_greenlemon_30_june .blog-sec .row:first-child a {
	font-size: 20px;
}
.n_greenlemon_30_june #main-content section.category > .container > .row:first-child::after {
	max-width: calc(100% - 320px);
}
	.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img img {
	width: 35px;
	height: 35px;
	max-width: 35px;
}
	.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img span.c_categoryLabel.text-center {
	font-size: 20px;
	padding: 0 0 0 20px;
}
	section.category > .container > .row:first-child > a, section.home_prod.fresh_stock-prod .row:first-child a {
	max-width: 250px !important;
}
	section.home_prod.fresh_stock-prod .row:first-child::after {
	max-width: calc(100% - 295px) !important;
}
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock > div{
	width: 100%;
	max-width: 50%;
	flex: 50%;
	padding-bottom: 30px;
}
	.n_greenlemon_30_june #main-content section.best-seller .row.best-sell > div {
	width: 100%;
	max-width: 50%;
	flex: 50%;
	padding: 0 15px 30px;
}
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod, .n_greenlemon_30_june #main-content section.best-seller {
	padding-top: 30px;
	padding-bottom: 30px;
}
	section.home_prod.clearance-prod {
	padding-top: 30px;
	padding-bottom: 30px;
}
	.n_greenlemon_30_june #main-content section.best-seller > div.container > .row:first-child a {
	max-width: 250px;
}
	.n_greenlemon_30_june #main-content section.best-seller .row:first-child::after {
	max-width: calc(100% - 280px);
}
	.n_greenlemon_30_june #main-content section.brand-sec > .container > .row.brand-all {
	padding-top: 30px;
}
	section.home_prod.clearance-prod > .container > .row:first-child a {
	max-width: 250px !important;
}
	.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance > div {
	width: 100%;
	max-width: 50%;
	flex: 50%;
	padding-bottom: 30px;
}
.blog-sec {
	padding: 30px 0;
}
	.n_greenlemon_30_june #main-content > .blog-sec > .container > .row:first-child a {
	max-width: 250px;
}
	.n_greenlemon_30_june #main-content > .blog-sec > .container > .row:first-child::after {
	max-width: calc(100% - 300px);
}
	.n_greenlemon_30_june .blog-sec .row:nth-child(2) .blogs-all > div {
	max-width: 50%;
	flex: 50%;
	padding-bottom: 20px;
}
	.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
	justify-content: space-between;
	}
		.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper h2 {
	font-size: 25px;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
}
.category_icon {
    position: absolute;
    top: 12px;
    left: 7px;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3) {
	border-top: 0;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(3) {
	padding-top: 0;
}
	footer.wrapper-footer > div > div > div.footer_cont_info {
	padding-left: 0 !important;
}
	.n_greenlemon_30_june .wrapper-footer .row:nth-child(3) .footer_payment_method {
	padding-top: 100px !important;
}
	section.social_section_home {
	padding: 30px 0;
}
	.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(1), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(2) {
	max-width: 100%;
	flex: 100%;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand .mob_logo {
	display: none;
}
	.n_greenlemon_30_june .website_logo .web-logo .navbar-brand .desk_logo{
		display: block;
	}
	.n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
	max-width: 100%;
	height: 50px;
	object-fit: contain;
	width: 100%;
}
	.n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand {
	top: -11px;
}
	.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
	min-height: 65px;
}
	.slide.home-bann .banner_title h2, body h1 {
	font-size: 65px;
	line-height: 80px;
}
	.header_upper .container .social_links a:first-child {
	margin-right: 0;
}
	body .header_upper .container .social_links a:not(:first-child) i {
	margin: 0 0 0 10px;
}
	.header_Sec_wrapper .header_lower_sec.container .website_logo strong a {
	font-size: 16px;
}
	.n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2) img, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart img, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .bar_icon img {
	width: 30px;
	height: auto;
}
	.header_lower_sec.container .bar_icon a::after,
	.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart p,
	.n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2)::after{
	font-size: 14px;
	line-height: 14px;
		margin-top: 8px;
}
	.slide.home-bann .cstm_banner_wrapper .banner_brand {
	max-width: calc(100% - 30px);
}
	.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form {
	max-width: 100%;
}
	.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search {
	max-width: 500px;
}
	.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
	top: 65%;
	max-width: 135px;
}
	.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow img {
	height: 115px;
}
	.slide.home-bann .cstm_banner_wrapper .banner_sites {
	gap: 50px;
}
	.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo {
	min-height: 78px;
}
	.cstm_header_search {
	top: 100%;
}
	.n_greenlemon_30_june .wrapper-footer .footer_payment_method {
	padding-top: 100px !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
    top: 54%;
    max-width: 125px;
}
}
@media (max-width:767px){
.n_greenlemon_30_june #main-content section.brand-sec > .container > .row:first-child > h2 {
	padding-left: 0;
	padding-right: 10px;
}
	.n_greenlemon_30_june .brand-sec h2, .n_greenlemon_30_june section.category h2, .n_greenlemon_30_june .home_prod.fresh_stock-prod h2, .n_greenlemon_30_june .best-seller .row h2, .n_greenlemon_30_june .home_prod.clearance-prod h2, .n_greenlemon_30_june .blog-sec h2 {
	font-size: 18px;
}
	.n_greenlemon_30_june #main-content section > .container > .row:first-child > a {
	max-width: 97px;
	height: 20px;
}
	.n_greenlemon_30_june .brand-sec .row:first-child a, .n_greenlemon_30_june section.category .row:first-child a, .n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child a, .n_greenlemon_30_june .best-seller .row:first-child a, .n_greenlemon_30_june .home_prod.clearance-prod .row:first-child a, .n_greenlemon_30_june .blog-sec .row:first-child a {
	font-size: 10px;
}
	.n_greenlemon_30_june #main-content section > .container > .row:first-child::after {
	max-width: calc(100% - 110px);
}
#homepageCarousel .carousel-inner {
    overflow: hidden;
}
body .header_upper .notification p, body .header_upper .container .social_links a:first-child {
    text-align: left;
    font-size: 10px;
}
.social_section_text, .social_icon_cls {
    width: 100%;
    max-width: 100%;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
    flex-wrap: wrap;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper h2 {
    font-size: 20px;
    line-height: normal;
}
.n_greenlemon_30_june #main-content section.best-seller .row.best-sell > div {
    padding: 0 0px 30px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock, .n_greenlemon_30_june #main-content section.best-seller>div>.row.best-sell {
    padding: 0 0 20px;
}
.n_greenlemon_30_june #main-content section.best-seller>div.container>.row:first-child {
    margin-left: 0px !important;
}
.n_greenlemon_30_june #main-content section.best-seller > div.container > .row:first-child a {
    max-width: 100%;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod, .n_greenlemon_30_june #main-content section.best-seller {
    padding-top: 30px;
    padding-bottom: 0px;
}
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance {
    padding: 20px 0 0px;
}
.header_upper .row [class*="col-md"]:last-child {
    text-align: right;
    padding: 0;
}
body .header_upper .container .social_links a:not(:first-child) i {
    margin: 0;
}
.header_Sec_wrapper .header_lower_sec.container .row .col-md-6 {
    max-width: calc(100%/2);
    width: 100%;
    justify-content: flex-end;
}
.slide.home-bann {
    width: 100%;
    padding-top: 38px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu {
    display: flex !important;
    gap: 20px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu {
    gap: 15px;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo strong a i {
    font-size: 18px;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo strong a {
    font-size: 18px;
    text-align: left;
}
.n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2) img, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart img, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .bar_icon img {
    width: 25px;
    height: 25px;
}
.header_lower_sec.container .bar_icon a::after, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart p, .n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2)::after {
    font-size: 8px;
}
.slide.home-bann .cstm_banner_wrapper {
    padding-top: 120px;
}
.slide.home-bann .banner_title h2, body h1 {
    font-size: 38px;
    line-height: 40px;
}
.slide.home-bann .cstm_banner_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}
.slide.home-bann .banner_title {
    margin: 0 0 15px;
    width: 100%;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo {
    padding-left: 0;
}
.n_greenlemon_30_june #main-content section.brand-sec>.container> .row.brand-all {
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 9px;
    grid-row-gap: 7px;
    padding: 20px;
}
/*
.n_greenlemon_30_june #main-content section.category .row .category {
    padding: 10px;
    height: auto;
    justify-content: flex-start;
    max-width: 50%;
}
*/
.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img img {
    width: 30px;
    height: 30px;
    max-width: 30px;
}
.n_greenlemon_30_june #main-content section.category .row .category .bx-box .car-img span.c_categoryLabel.text-center {
	padding: 0 0 0 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 15px;
}
.n_greenlemon_30_june #main-content .category.mobile-cate .row {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.n_greenlemon_30_june #main-content section.category .row:first-child {
    margin-left: 0 !important;
    grid-row-gap: 15px;
}
.n_greenlemon_30_june #main-content section > .container > .row:first-child > a {
    max-width: 120px !important;
    height: 30px;
    font-size: 10px;
}
.slide.home-bann .banner_title {
	padding: 0 15px 0 30px;
}
section.category > .container > .row:first-child > h2 {
    padding-right: 15px !important;
}
.n_greenlemon_30_june #main-content section.category .row:first-child {
    margin-bottom: 20px;
}
.n_greenlemon_30_june #main-content section>.container>.row:first-child {
    margin-left: 0px !important;
    margin-bottom: 20px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock, .n_greenlemon_30_june #main-content section.best-seller>div>.row.best-sell {
    grid-row-gap: 20px;
}
.n_greenlemon_30_june #main-content section > .container > .row:first-child::after {
    max-width: calc(100% - 140px);
}
.n_greenlemon_30_june #main-content section.best-seller > div.container > .row:first-child a {
    max-width: 120px !important;
    width: 100%;
}
.n_greenlemon_30_june #main-content section.category > .container > .row:first-child::after {
    max-width: calc(100% - 130px);
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .card-title.h4, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card-title.h4, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 {
    min-height: auto;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .card-title.h4 a, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card-title.h4 a, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 a, div[aria-label="Product thumbnail"] .card.thumbnail.card-body p.price span {
    font-size: 16px;
}
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance > div {
    padding: 0;
}
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance {
    padding: 20px 0 0px;
    grid-row-gap: 20px;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
    gap: 10px;
}
footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row {
    grid-template-columns: repeat(1,1fr);
    gap: 15px;
}
.n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(1), .n_greenlemon_30_june .wrapper-footer .row > [class*="col"]:nth-child(2) {
    padding-bottom: 0;
}
.n_greenlemon_30_june .wrapper-footer ul li .nav-link {
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a {
    font-size: 16px;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a i {
    font-size: 22px;
}
footer.wrapper-footer>div>div>div.footer_cont_info .cont_info a img {
    width: 28px;
    height: 28px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a img {
    width: 23px;
    height: 27px;
}
.n_greenlemon_30_june .blog-sec .blogs-all .sing_home_blog_content h4 a {
    font-size: 20px;
    line-height: normal;
}
body .header_upper .notification {
    top: 23px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a {
    max-width: calc(100%/3);
    display: flex;
    height: auto;
    min-height: auto;
    padding: 10px;
    align-items: unset;
    font-size:9px;
    grid-column-gap: 3px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate {
    display: flex;
    flex-wrap: wrap;
}
.slide.home-bann .cstm_banner_wrapper .banner_sites {
    gap: 0;
    align-items: center;
    margin: 20px 0px 90px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp p {
    font-size: 18px;
    line-height: 30px;
}
.header_lower_sec.container {
    padding: 0 10px 0px 0px;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec.container .row  .website_menu {
    width: 100%;
    max-width: 38%;
    padding: 10px 0px;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec.container .row  .website_logo {
    max-width: 62%;
    width: 100%;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo {
    min-height: 75px;
    max-width: 25%;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo strong a {
    font-size: 15px;
    text-align: left;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .desk_tel {
    max-width: 75%;
    width: 100%;
    padding-left: 10px;
}
.home-bann img {
    min-height: auto;
}
.header_Sec_wrapper .header_lower_sec.container .row  .website_logo {
    max-width: 62%;
    width: 100%;
    gap: 25px;
    padding: 0;
}
.header_Sec_wrapper .header_lower_sec.container .row  .website_menu {
    max-width: 38%;
    width: 100%;
    padding: 0;
}
.header_Sec_wrapper .header_lower_sec.container .row .website_logo .desk_tel {
    max-width: 75%;
    width: 100%;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
    max-width: 25%;
    width: 100%;
}
.n_greenlemon_30_june .header_lower_sec .website_menu {
    gap: 13px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu {
    display: flex !important;
    gap: 18px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart span.cart-count {
    width: 18px;
    height: 18px;
    top: -7px;
    right: -5px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li {
    max-width: calc(100%/3 - 15px);
    width: 100%;
    flex: calc(100%/3 - 15px);
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul {
    flex-wrap: wrap;
    gap: 0px;
    margin-top: 6px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock > div .card.thumbnail.card-body {
    border: 0px;
    height: 100%;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body {
    height: 100%;
    border: 0;
    margin: 0 10px !important;
    /* changed by JD 09/11 */
}
.n_greenlemon_30_june #main-content section.best-seller .row.best-sell > div {
    max-width: calc(100%/2 - 10px);
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .thumbnail-image, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .thumbnail-image, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image {
    width: 250px;
    height: auto;
    margin: 0 auto;
}
div[aria-label="Product thumbnail"] .card.thumbnail.card-body .card_title_price p.card-title.h4 a {
	/* font-size: 10px; */
	line-height: normal;
	font-weight: 700;
	min-height: 35px;
	display: block;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock > div .card.thumbnail.card-body {
    border: 0px;
    height: 100%;
/*    padding: 0 !important;*/
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .card-title.h4 a, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .card-title.h4 a, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 a, div[aria-label="Product thumbnail"] .card.thumbnail.card-body p.price span {
    /* font-size: 10px; */
    font-weight: 600;
	font-style:normal;
	line-height: 1.5em;
}
.n_greenlemon_30_june .blog-sec .row:nth-child(2) .blogs-all > div {
    max-width: 100%;
    flex: 100%;
    padding-bottom: 20px;
}
footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row {
    display: flex;
    flex-wrap: wrap;
}
footer.wrapper-footer>div>div:nth-child(2)>div:first-child>.row .col-12.col-sm-4 {
    max-width: calc(100%/2 - 10px);
    width: 100%;
}
.n_greenlemon_30_june .blog-sec .row:nth-child(2) .blogs-all > div {
    max-width: 100%;
    flex: 100%;
    grid-column-gap: 12px;
    padding-bottom: 20px;
}
.sing_home_blog.border-bottom .sing_home_blog_img, .blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content {
    height: auto;
    max-width: calc(100%/2 - 6px);
}
.n_greenlemon_30_june .blog-sec .row:nth-child(2) .blogs-all > div {
    max-width: 100%;
    flex: 100%;
    grid-column-gap: 12px;
    padding-bottom: 20px;
    align-items: flex-start;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content {
    display: block;
    height: auto;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content h4 a {
    font-size: 15px;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content p.clearfix {
    font-size: 12px;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content span {
    font-size: 12px;
    left: 100px;
    top: 50px;
}
.sing_home_blog.border-bottom.mb-2.col-md-4 {
    padding: 0 !important;
}
.social_section_text, .social_icon_cls {
    text-align: center;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper ul.social_li_cls {
    justify-content: center;
}
.sing_home_blog.border-bottom {
    display: flex;
    flex-wrap: wrap;
}
.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content p.clearfix {
    font-size: 12px;
    position: unset;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_desc {
    padding: 0 15px;
}
.cstm_banner_wrapper .banner_brand {
    max-width: 40% !important;
    width: 100%;
}
.cstm_banner_wrapper .banner_brand ul {
    flex-flow: column;
}	
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    text-align: right;
}
.cstm_banner_wrapper .banner_title {
    max-width: 60%;
    width: 100%;
}
.slide.home-bann .banner_title .banner_desc.mob_desc {
    padding-top: 30px;
	display: block;
}
.slide.home-bann .banner_title .banner_desc.mob_desc a p {
    color: #FDE465;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25) !important;
    font-family: Open Sans;
    font-size: 15px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    text-transform: capitalize;
    max-width: 412px;
    margin: 0 auto;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_desc {
    padding: 0 15px;
    display: none;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp {
    display: flex;
    flex-flow: column-reverse;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites {
    position: relative;
    top: -120px;
    max-width: 50%;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
	display: flex;
	flex-direction: column;
	margin-top: 21px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites a {
    width: 100%;
    max-width: 105px;
    height: 55px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand {
    width: 100%;
    margin: 0 0 38px;
    position: relative;
    top: 50px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow img {
    height: 115px;
    display: none;
}
.banner_midd_txt {
    position: relative;
    bottom: 90px;
}
.header_Sec_wrapper .header_lower_sec.container .row .website_logo .desk_tel {
    max-width: 75%;
    width: 100%;
    display: none;
}
.mob_tel {
    display: block !important;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
    max-width: 48%;
    width: 100%;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
	clip-path: polygon(0 0, 100% 0, 100% 50%, 45% 100%, 0 49%);
}
	.n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand {
	top: -6px;
}
.header_Sec_wrapper .header_lower_sec.container .row  .website_logo {
    justify-content: flex-start;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo {
    min-height: 58px;
    max-width: 58%;
    position: unset;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec.container .row  .website_logo {
    width: 100%;
    max-width: 62%;
    flex: 100%;
    align-items: center;
    justify-content: flex-start;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .mob_tel a {
    margin: 6px 0px 0px;
}
.mob_tel {
    display: block !important;
    width: 100%;
    max-width: 14%;
    text-align: right;
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
}
/*
.n_greenlemon_30_june #main-content section.category .row .category {
    padding: 10px;
    height: auto;
    justify-content: flex-start;
    max-width: 50%;
    border: 0;
}
*/
	.n_greenlemon_30_june #main-content section.category .row .category {
	padding: 10px;
	height: 90px;
	border: 0;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand {
    padding: 0 25px 0 0px;
}
.mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 {
    padding: 0;
    max-width: calc(100%/2);
    width: 100%;
}
.mobile_foot_row {
    display: block;
    padding: 0 20px;
}
.mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 .cont_info a {
	display: block;
	width: 100%;
	color: #f8e772;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 18px;
}
.mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 .cont_info a img {
    filter: invert(100%) sepia(52%) saturate(2834%) hue-rotate(360deg) brightness(139%) contrast(99%);
    max-width: 25px;
    width: 100%;
    margin-right: 10px;
}
	.n_greenlemon_30_june .wrapper-footer .cont_info svg {
	width: 25px;
	height: 20px;
	margin-right: 10px;
}
	.n_greenlemon_30_june .wrapper-footer .cont_info svg path {
	fill: #f8e772;
}
.mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 .cont_info a i {
    font-size: 24px;
    margin-right: 10px;
}
.header_lower_sec.container a img {
    max-width: 60px;
}
.mobile_foot_row ul.nav.flex-column li.nav-item {
    margin-bottom: 10px;
}
.row.footer_cont_info {
    flex-wrap: wrap;
}
.row.footer_cont_info ul.nav {
    width: 100%;
    justify-content: center !important;
    text-align: center;
    order: 2;
    margin-top: 30px;
}
.row.footer_cont_info a {
    height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.row.desk_foot_row {
    display: none;
}
.mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 .cont_info a {
    margin-bottom: 15px;
}
.header_Sec_wrapper .header_lower_sec.container {
    padding-top: 0;
}
.mob_tel strong img {
    filter: invert(1) brightness(200%);
    width: 24px;
    max-width: 100%;
}
.header_Sec_wrapper.scro-head {
    height: 60px !important;
}
body .header_upper .notification {
    top: -1px;
    left: 10px;
    transform: unset;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls>li img {
    /* filter: invert(100%) sepia(52%) saturate(2834%) hue-rotate(360deg) brightness(139%) contrast(99%); */
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls>li a i {
    /* color: #FDE464; */
}
	.n_greenlemon_30_june .wrapper-footer ul li .nav-link {
	padding: 0;
}
	.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul > li > a p {
	font-size: 20px !important;
	line-height: 50px !important;
}
	.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu .cstm_header_search {
	right: 0;
}
	.n_greenlemon_30_june .cstm_header_search .input-group.input-group-sm {
	width: 100%;
	height: 100%;
}
	.cstm_header_search {
	top: 100%;
	right: unset;
	left: 50%;
	transform: translateX(-50%);
}
	.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu .cstm_header_search {
	right: unset;
	left: 50%;
	transform: translateX(-50%);
	top: 110%;
}
	.n_greenlemon_30_june .wrapper-footer .footer_payment_method span {
	font-size: 12px;
}
	.n_greenlemon_30_june .wrapper-footer .footer_payment_method {
	text-align: left;
	padding-top: 20px !important;
		padding-left: 50px !important;
}
	.n_greenlemon_30_june .wrapper-footer .footer_payment_method .list-inline {
	justify-content: flex-start;
	padding-top: 20px;
}
	.n_greenlemon_30_june .wrapper-footer .mobile_foot_row {
	padding: 0;
}
	/* .n_greenlemon_30_june .banner_search_form .input-group-prepend {
	display: none;
} */
	.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul .header_acc_menu li a p {
		font-size: 20px !important;
		font-style: normal;
		font-weight: 300;
		line-height: 50px;
		letter-spacing: 0.8px;
		text-transform: capitalize;
	}
	.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul li a p{
		font-size: 25px;
		font-style: normal;
		font-weight: 400;
		line-height: 60px; 
		letter-spacing: 1px;
		text-transform: capitalize
	}
	.n_greenlemon_30_june .header_Sec_wrapper .website_menu .mob_ic_div {
		display: block !important;
	}
	
/* 24-8-23 */
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu .cstm_header_search {
		display: none !important;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header {
		display: none;
	}
	.desk_menubar {
		display: none;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu .mob_menu .desk_menubar {
		display: none !important;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu .mob_menu img.desk_cart {
		display: none;
	}
	.bar_icon a:hover img.mob_menubar,
	.cstm_cart a:hover img.mob_cart{
		display: none !important;
	}
	.n_greenlemon_30_june .header_Sec_wrapper .website_menu .mob_ic_div .Mblc_crt,
	.n_greenlemon_30_june .header_Sec_wrapper .website_menu .mob_ic_div .Mblc_bar {
		display: none;
	}
	.header_lower_sec.container .bar_icon a::after, .n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart p, .n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2)::after {
		margin-top: 2px;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header {
		display: block !important;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header .desk_searc_icon, .header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header .mob_searc_icon {
		display: none;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header  .mob_ic_div .Mblc_src {
		display: none;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_logo .mob_tel img {
		display: none;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_logo .mob_tel .mob_ic_div .Mblc_call {
		display: block;
		max-width: 30px;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header .mob_searc_icon {
		display: none !important;
	}
	.header_Sec_wrapper .header_lower_sec.container .row .website_menu .cstm_header_search.search_box_open {
		display: block !important;
	}
	
		/* ======== */
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:first-child {
	order: 2;
  }
  
  .slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(2) {
	order: 5;
  }
  .slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(5) {
	order: 1;
  }
  
  .slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(3) {
	order: 3;
	padding-right: 10px;
}
  .slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(4) {
	order: 4;
  }
  .slide.home-bann .cstm_banner_wrapper .banner_midd_arrow svg {
    display: none;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
    max-width: calc(100%/3);
    width: 100%;
    /*added by JD */
    display: block;
    padding: 0;
    font-size: 12px;
}
 /*added by JD */
 
 .slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a svg {
    display: none;
    }
	.n_greenlemon_30_june .brand-sec .row.brand-all .sngle_brand img {
		padding: 10px 20px;
	}
	.n_greenlemon_30_june .brand-sec .row.brand-all .sngle_brand {
		max-height: 100%;
	}
	.header_Sec_wrapper .header_upper .row {
		height: auto;
		flex-direction: row-reverse !important;
	}
	.n_greenlemon_30_june .blog-sec .blogs-all .sing_home_blog_img img {
		margin-bottom: 20px;
		max-width: 100%;
		height: 300px !important;
		object-fit: cover;
	}
	
	.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content {
		max-width: 100%;
	}
	
	.sing_home_blog.border-bottom .sing_home_blog_img {
		padding: 0 10px;
	}

	.blog-sec>.container .blogs-all .sing_home_blog .sing_home_blog_content span {
		width: 100%;
		left: 0;
		top: 28px;
	}
	body .best-seller .row.best-sell .slick-arrow.slick-next {
		right: 0 !important;
		top: 130px !important;
	}
	
	body .best-seller .row.best-sell .slick-arrow.slick-prev {
		left: 0 !important;
		z-index: 999;
		top: 130px !important;
	}
	.blogs-all button.slick-prev.slick-arrow {
		background: #fde465;
		height: 40px;
		width: 40px;
		z-index: 99;
		left: 0;
	}
	.best-seller .row.best-sell .slick-arrow:before {
		color: #fde465 !important;
	}
	.blogs-all button.slick-next.slick-arrow {
		right: 0;
		height: 40px;
		width: 40px;
		background: #fde465;
	}
	
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock article {
		max-width: calc(100%/2 - 7.5px) !important;
		width: 100%;
	}
	
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock article.col-8 p.card-title.h4 a {
		font-size: 13px;
	}
	
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock article.col-8 .card {
		padding: 0 10px;
	}
	
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock p.price {font-size: 17px;}
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod h2.sec_head a.btn_vall {
		padding-left: 0;
	}
	.blog-sec>.container .blogs-all {
		padding: 15px 0 0  !important;
	}
	.n_greenlemon_30_june #main-content section.best-seller .row.best-sell > div {
		padding: 0 0px 0;
	}
	section.blog-sec {
		padding-top: 0;
	}
	.n_greenlemon_30_june #main-content section.best-seller>div>.row.best-sell {
		padding-bottom: 0 !important;
	}
	.n_greenlemon_30_june #main-content section > .container > .row:first-child > h2 a {
		padding-left: 0;
	}
}
@media (max-width:567px){
	.n_greenlemon_30_june .wrapper-footer .footer_payment_method {
		display: block !important;
	}
		.n_greenlemon_30_june .mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 .cont_info a i {
		font-size: 20px;
	}
		.header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo {
		min-height: 50px;
	}
		.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo a.navbar-brand {
		top: -6px;
	}
	.n_greenlemon_30_june #main-content > .blog-sec > .container > .row:first-child::after {
		max-width: calc(100% - 140px);
	}
		.n_greenlemon_30_june #main-content section > .container > .row:first-child > h2 {
		padding-right: 20px;
	}
		section.home_prod.fresh_stock-prod .row:first-child::after {
		max-width: calc(100% - 135px) !important;
	}	
	.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .web-logo {
		min-height: 50px;
		max-width:55%;
	}
		.header_Sec_wrapper.scro-head {
		height: 50px !important;
	}
	.n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
		max-width: 95px;
		height: 100%;
	}
	.n_greenlemon_30_june .blog-sec h2 {
		padding-top: 4px;
	}
	.n_greenlemon_30_june .blog-sec .row:first-child {
		align-items: unset;
	}
		.n_greenlemon_30_june .mobile_foot_row .col-12.col-sm-4.mb-3.mb-md-0 .cont_info a {
		font-weight: 600;
		letter-spacing: .9px;
		font-size: 15px;
		font-style: normal;
	}
		.n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo strong a {
		margin-top: 7px;
	}
		.n_greenlemon_30_june .header_lower_sec.container a img {
		max-width: 25px;
	}
		#name_search {
		padding: 10px 10px 10px 35px;
		min-height: 40px;
	}
		.n_greenlemon_30_june #main-content section.category .row .category {
		height: 60px;
		max-width: calc(100%/2 - 11.5px);
	}
		.n_greenlemon_30_june #main-content section.category .row.cate-wrap {
		padding-top: 20px;
	}
		.n_greenlemon_30_june footer.wrapper-footer .navbar-brand {
		display: none;
	}
		div[aria-label="Product thumbnail"] .card.thumbnail.card-body .card_title_price p.card-title.h4 a {
		min-height: 0;
	}
}
.n_greenlemon_30_june .payment-icon-container .payment-icon {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.n_greenlemon_30_june #recent_sales_ticker #recent_sales_close {
	right: 5px;
	min-width: unset;
	margin-top: 0;
	line-height: normal;
	background: #fff;
	color: #f58732;
	padding: 0;
}
.n_greenlemon_30_june #recent_sales_ticker{
	z-index: 99;
}
footer.wrapper-footer .container {
	padding: 0 30px !important;
	max-width: 880px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow svg path {
    fill: #4B4737;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow svg:hover path {
    fill: #FDE465;
}
/* .n_greenlemon_30_june .banner_search_form #name_search:focus {
	background: #4b4737 !important;
color: #fde465;
	border:#4b4737 !important;
} */
.n_greenlemon_30_june .banner_search_form #name_search:focus {
	background: #fde465 !important;
	color: #4b4737;
	border: #4b4737 !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a:hover {
	background: #4b4737 !important;
	color: #fde465;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_cate a:hover img {
	filter: brightness(10);
}
.n_greenlemon_30_june section.social_section_home .row.feed_sec .social_sec_feed> diva.es-header-btn {
    background: #FDE465 !important;
    color: #4B4737 !important;
}
.mob_searc_icon {
	display: none !important;
}
.mob_cart {
	display: none;
}
.mob_menubar {
	display: none;
}
.col-md-4.social_links a {
	margin-right: 30px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a .mob_searc_icon {
    display: none !important;
	padding: unset;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a  img.mob_cart {
    display: none !important;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a 
 img.mob_menubar {
    display: none !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:first-child img {
     /* height:47px; */
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(2) img {
     /* height:47px; */
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(4) img {
     /* height: 47px; */
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(5) img {
    /* height: 47px; */
	max-width: 210px;
}
form.topbar--wrap--form {
    margin-bottom: 0;
}
.row.desk_payment_icon .footer_payment_method {
     padding-top: 32px !important;
}
.row.mob_payment_icon .footer_payment_method {
    display: none !important;
}
.category_icon {
    position: absolute;
    top: 12px;
    left: 7px;
}
.slide.home-bann div.carousel-item .google_review.widget {
        margin: 20px 0;
}
section.brand-sec h2 a {
    font-size: 45px !important;
}
/*.sec_head a {*/
/*	color: #4B4737;*/
/*	text-decoration: none;*/
/*}*/
.sec_head a {
    color: #4B4737;
    text-decoration: none;
    font-size: 45px !important;
}
.sec_head + a {
	color: #4B4737;
}
.all-best-seller .row {
    justify-content: flex-start !important;
}
@media(max-width:991px){
    .n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
    max-width: 94px;
}
section.brand-sec h2 a {
	font-size: 18px !important;
    width: 100% !important;
    /* margin: 0 0 20px;  */
}
.n_greenlemon_30_june .brand-sec .row:first-child a, .n_greenlemon_30_june section.category .row:first-child a, .n_greenlemon_30_june .home_prod.fresh_stock-prod .row:first-child a, .n_greenlemon_30_june .best-seller .row:first-child a, .n_greenlemon_30_june .home_prod.clearance-prod .row:first-child a, .n_greenlemon_30_june .blog-sec .row:first-child a{
	width: 100% !important;
}
}
@media (max-width:567px){
    /* changed by JD */
	.deskt_utube {
		display: none;
	}
	.mob_utube {
		display: block;
	}
	.mob_utube {
		filter: brightness(1) !important;
	}
	.col-md-4.social_links a {
		margin-right: 9px;
	}
	.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a img {
		width: 26px;
	}
	body .header_upper .notification p, body .header_upper .container .social_links a:first-child {
		padding-right: 16px;
	}
	footer.wrapper-footer .container {
		padding: 0 30px !important;
		max-width: 350px;
	}
}
@media(max-width:1199px){
.n_greenlemon_30_june #main-content section.category>.container {
    max-width: 100%;
    padding: 0 20px;
}
}
@media(max-width:1024px){
    .n_greenlemon_30_june #main-content section.brand-sec > .container > .row.brand-all {
    grid-column-gap: 35px;
    grid-row-gap: 40px;
}
.col-md-4.social_links a {
    margin-right: 19px;
}
body .header_upper .notification p, body .header_upper .container .social_links a:first-child {
    padding-right: 10px;
}
}
@media (max-width:991px){
    body .header_upper .notification {
    max-width: 88%;
}
body .header_upper .notification p, body .header_upper .container .social_links a:first-child {
    text-align: left;
}
.social_links a:first-child {
	color: #000 !important;
	min-width: 100px;
	margin-right: 10px !important;
	font-size: 14px !important;
}
}
@media (max-width:767px){
.sec_head a {
	font-size: 18px !important;
	height: auto !important;
}
/*added by JD */
.n_greenlemon_30_june #recent_sales_ticker{
		display: none !important;
}
.n_greenlemon_30_june #main-content section.brand-sec > .container > .row.brand-all {
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
    
.col-md-4.social_links a {
    margin-right: 5px;
}
.col-md-4.social_links a:last-child {
    margin-right: 0;
}
.n_greenlemon_30_june .header_upper .row > div {
    padding: 0 0 0 10px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(5) img {
	height: 22px;
	width: 73px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:first-child img {
	width: 61px;
	height: 27px;
	margin: 27px 0 19px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(3) img {
	height: 56px;
	max-width: 50px;
	width: 100%;
	margin-bottom: 29px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(4) img {
	height: 60px;
	width: 66px;
	margin-bottom: 30px;
}
.slide.home-bann .cstm_banner_wrapper .banner_brand ul li:nth-child(2) img {
	width: 96px;
	height: 43px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites a:first-child img {
	height: 100%;
	width: 100%;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites a:nth-child(2) {
	max-width: 80px;
	/* height: 26px; */
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites a:nth-child(2) img {
	top: 0;
	max-width: 100px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites a:nth-child(3) {
	max-width: 100px;
}
.slide.home-bann .cstm_banner_wrapper .banner_sites a:nth-child(1), .slide.home-bann .cstm_banner_wrapper .banner_sites a:nth-child(3){
	margin-top: 0;
}
article.wrapper-thumbnail {
    height: auto;
}
.row.desk_payment_icon .footer_payment_method {
      display: none !important;
}
.row.mob_payment_icon .footer_payment_method {
      padding-top: 32px !important;
          display: block !important;
              padding-left: 0 !important;
}
.payment-icon-container {
    padding: 10px 5px;
}
.n_greenlemon_30_june #main-content section.category .row .category {
    max-width: calc(100%/2 - 11.5px);
}
.n_greenlemon_30_june #main-content section.category .row .category {
    height: 250px;
    padding: 0;
}
.header_upper .row [class*="col-md"]:last-child img {
    width: 17px;
    height: 17px;
    margin-top: 7px;
}
.social_links a:first-child {
	min-width: 95px;
	font-size: 13px !important;
	width: 30%;
	height: 30px;
}
}
@media (max-width:566px){
.header_Sec_wrapper .header_lower_sec.container .row  .website_menu {
    padding: 5px 0 0;
}
.slide.home-bann .banner_title .banner_desc.mob_desc a p {
    font-size: 13px;
    line-height: 20px;
    max-width: initial;
    margin: 0 auto;
}
body .header_upper {
    padding: 4px 0 6px!important;
    height: 39px;
}
}
@media only screen and (max-width: 850px) and (min-width: 768px)  {
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo {
    padding-left: 202px;
    justify-content: flex-end;
}
}
.btn.btn-default.viewcart:hover {
	background: #f58731 !important;
}
.thumb_cart .checkout.btn.btn-success:hover {
	background: #f58731 !important;
}
.thumb_cart .float_right {
	height: 20px !important;
	width: 20px !important;
}
.all-seller-nav nav {
	display: flex;
	justify-content: center;
}
.n_greenlemon_30_june .social_section_wrapper::after {
	width: 100%;
	height: 4px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: #FDE465;
	position: absolute;
	content: "";
	z-index: 0;
	max-width: 100%;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
	position: relative;
	width: 100%;
	max-width: 1200px;
}
.n_greenlemon_30_june .social_icon_cls {
	background: #f6f6f6;
	z-index: 1;
	padding-left: 19px;
}
.n_greenlemon_30_june .social_section_text {
	background: #f6f6f6;
  z-index: 1;
  max-width: 675px;
  width: 100%;
}
/* new css 20dec */
ul.dropdown-menu.dropdown-menu-right {
    max-width: 390px;
    width: 390px;
    right: 0px !important;
    transform: unset !important;
    left: unset !important;
    min-width: 100%;
    top: 45px !important;
    padding: 27px 10px !important;
    border-radius: 10px;
    border: 1px solid #939191;
}
ul.dropdown-menu.dropdown-menu-right li.box {
    width: 100% !important;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding {
    padding: 0 !important;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li {
    border: 0;
    display: flex;
    justify-content: space-between;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .left {
    max-width: 66px;
    width: 100%;
    margin: 0;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right {
    max-width: calc(100% - 70px);
    width: 100%;
    float: unset;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right .title {
    order: 1;
    max-width: 155px;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right .price {
    order: 2;
    max-width: 95px;
    width: 100%;
    color: #000;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right a.float_right {
    order: 3;
    height: auto !important;
    width: 20px !important;
    float: unset !important;
    clear: both;
    position: relative;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right a.float_right img {
    display: none;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right .title a {
    color: #000;
    font-family: Open Sans;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right a.float_right img {
    width: 20px;
    height: 20px !important;
}
.cart-three-buttons button, .cart-three-buttons a {
    margin: 0;
    border-radius: 20px;
    border: 1px solid #939191;
    background: #FDE464;
    color: var(--dust-hbs, #4B4737);
    text-align: center;
    font-family: Oswald;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.75px;
    display: flex;
    max-width: 100px;
    height: 25px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 41px;
    min-width: 100px;
}
.cart-three-buttons {
    display: flex;
    grid-column-gap: 13px;
    padding: 0 22px;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .left img {
    width: 100%;
    display: block;
    height: auto;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .desk_tel a i {
    color: #000;
}
body .header_upper .social_links a:first-child {
    border: 0;
    margin-right: 89px !important;
    border-radius: 20px;
    border: 2px solid #Fff;
    background: #FDE465;
    color: #4B4737 !important;
    max-width: 90px !important;
    width: 90px !important;
    padding: 0 !important;
    min-width: 90px;
    font-size: 14px !important;
    font-weight: 500 !important;
}
	ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right a.float_right:after {
		content: "";
		background-image: url(https://www.hornsby-beekeeping.com/assets/image/top_nav_bar/XCircle.png);
		max-width: 20px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		background-position: center;
		background-size: contain;
		opacity: 1;
		display: block;
	}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart .desc:nth-child(3) {
    margin-top: 20px;
    border-top: 2px solid #000;
    max-width: calc(100% + 20px);
    width: calc(100% + 20px);
    right: 10px;
    position: relative;
    padding: 18px 20px 20px 80px;
    color: #4B4737;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart>b {
    position: absolute;
    right: 56px;
    bottom: 44px;
    font-size: 20px;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart .desc:nth-child(2) {
    display: none;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart .desc:nth-child(5) {
    display: none;
}
#n_ #main-content .row .col-12 h1 {
    padding: 200px 0px 0px;
    text-align: center;
    margin-bottom: 60px;
}
#n_ #main-content .row .col-12 p {
    text-align: center;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
#n_ #main-content .row .col-12  {
    padding-bottom: 90px;
}
#n_ #main-content .row .col-12 p:nth-child(2) {
    margin-bottom: 30px;
}
@media (max-width:1199px){
.n_greenlemon_30_june .social_section_text {
	max-width: max-content;
	padding-right: 20px;
}
	.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
	max-width: 100%;
		justify-content: space-between;
}
.header_Sec_wrapper .header_lower_sec.container .website_logo {
    gap: 20px;
}
}
@media (max-width:991px){
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .cstm_cart p {
    padding-left: 2px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu {
    display: flex !important;
    gap: 23px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu {
    gap: 20px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .bar_icon img {
    margin-top: 5px;
}
#main-content .cstm_nav_cate_head nav .breadcrumb {
    padding-top: 30px;
}
div#main-content\ not_found_page>.row>.col-12>h1 {
    padding: 130px 0px 0px;
    margin-bottom: 40px;
}
}
@media (max-width:767px){
	
.n_greenlemon_30_june .social_section_text {
	margin: 0 auto;
	padding-right: 0;
}
.n_greenlemon_30_june .social_icon_cls {
	padding-left: 0;
}
	.n_greenlemon_30_june .social_section_wrapper::after {
	display: none;
}
body .header_upper .social_links a:first-child {
    height: 23px;
    margin: 2px 0px 5px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a img.Mwhit_src {
    width: 22px;
    height: 22px;
	position: relative;
    top: 2px;
}
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec.container .row  .website_menu {
    align-items: center;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu {
    gap: 16px;
    align-items: flex-end;
}
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .bar_icon img {
    margin-top: 0;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .website_menu a img.Mwhit_crt {
    width: 34px;
    height: 34px;
    position: relative;
    top: 4px;
} 	
.n_greenlemon_30_june .header_Sec_wrapper.scro-head .header_lower_sec .website_menu .mob_menu .bar_icon img.Mwhit_bar {
    width: 30px;
    height: 30px;
    top: 4px;
}
.header_Sec_wrapper .header_lower_sec.container .row  .website_menu {
    padding: 7px 0px 0px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu > a:nth-child(2) img {
    width: 20px;
    height: 20px;
}
.header_Sec_wrapper .header_lower_sec.container .row .website_menu a.search_icon_header::after {
    margin-top: 7px;
}
.n_greenlemon_30_june .header_lower_sec .website_menu {
    gap: 11px;
}
.cart-three-buttons {
    padding: 0px 10px;
    flex-wrap: wrap;
}
.cart-three-buttons button, .cart-three-buttons a {
    margin-bottom: 20px;
    min-width: 250px;
    margin: 0 auto 11px;
}
ul.dropdown-menu.dropdown-menu-right {
    max-width: 294px;
    width: 294px;
    right: 2px !important;
    top: 39px !important;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding ul li .right a.float_right:after {
    top: -37px;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart .desc:nth-child(3) {
    padding: 10px;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart>b {
    position: absolute;
    right: 68px;
    bottom: 34px;
    font-size: 17px;
}
ul.dropdown-menu.dropdown-menu-right li.box .body.padding .thumb_cart .desc:nth-child(3){
	font-size: 17px;
}
body .header_upper .social_links a:first-child {
	margin-right: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	font-size: 12px !important;
	height: auto;
	margin: 0 auto !important;
	line-height: normal !important;
	min-width: 100px !important;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .mob_tel img.Mwhit_call {
    display: block;
    width: 23px;
    position: relative;
    top: 3px;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .mob_tel img {
    display: none;
}
.header_Sec_wrapper.scro-head .header_lower_sec.container .row .website_logo .mob_tel .mob_ic_div .Mblc_call {
    display: none;
}
section.home_prod.clearance-prod .row.all-clearance {
    grid-column-gap: 15px;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body {
    margin: 0 !important;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 {
    margin-bottom: 0px;
}	
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance>.col-md-3 {
    max-width: calc(100%/2 - 7.5px);
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .thumbnail-image, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .thumbnail-image,
 .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image {
    height: 220px;
    padding-bottom: 0px !important;
    width: 100%;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock, .n_greenlemon_30_june #main-content section.best-seller>div>.row.best-sell {
    grid-row-gap: 20px;
    grid-column-gap: 15px;
}
.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock article.col-8 {
    padding: 0;
    max-width: calc(100%/2 - 7.5px);
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body {
    margin: 0px !important;
}
}
@media (max-width:567px){	
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper ul.social_li_cls > li a i {
	font-size: 25px;
}
.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper ul.social_li_cls a img {
	max-width: 30px !important;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image {
    height: 150px;
    padding: 0 !important;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 {
    margin-bottom: 0px !important;
    font-size: 15px !important;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image {
    height: 160px;
    padding-bottom: 0px !important;
}
section.home_prod.clearance-prod .row.all-clearance {
    grid-column-gap: 15px;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body {
    margin: 0 !important;
}
.n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .card-title.h4 {
    margin-bottom: 0px;
}	
.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance>.col-md-3 {
    max-width: calc(100%/2 - 7.5px);
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .price, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .price,
 .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .price {
    margin-bottom: 10px;
}
.n_greenlemon_30_june .home_prod.fresh_stock-prod .row.all-fresh_stock .card.thumbnail.card-body .thumbnail-image, .n_greenlemon_30_june .best-seller .card.thumbnail.card-body .thumbnail-image, .n_greenlemon_30_june .home_prod.clearance-prod .card.thumbnail.card-body .thumbnail-image {
    height: 160px;
    padding-bottom: 0px !important;
    width: 100%;
}
}
@media (max-width:480px){	
	.n_greenlemon_30_june #main-content section.home_prod.fresh_stock-prod .row.all-fresh_stock article.col-8 {
		padding: 0;
		max-width: 100%;
		width: 100%;
		flex: 100%;
	}
	.n_greenlemon_30_june #main-content section.best-seller .row.best-sell > div {
		max-width: 100%;
	}
	.n_greenlemon_30_june .home_prod.clearance-prod .row.all-clearance>.col-md-3 {
		max-width: 100%;
	}
}
nav {
	justify-content: center;
	display: flex;
  }
  .oute_wrap_bott_blogs {
	display: flex;
	justify-content: center;
}
form label p {
	text-align: left !important;
}


/*.home_prod.fresh_stock-prod .shop-new-stock {
  animation: 1s wiggle ease infinite;
}

@keyframes wiggle {
  0% {
    transform: rotate(-3deg);

  }
  20% {
    transform: rotate(20deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(5deg);
  }
  90% {
    transform: rotate(-1deg);
  }
  100% {
    transform: rotate(0);

  }
}
*/



/*.home_prod.fresh_stock-prod .shop-new-stock {
	animation-name: backgroundColorPalette;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: linear; 

}

@keyframes backgroundColorPalette {
	0% {
		background: #ee6055;
	}
	25% {
		background: #60d394;
	}
	50% {
		background: #aaf683;
	}
	75% {
		background: #ffd97d;
	}
	100% {
		background: #ff9b85;
	}
}*/



@media(max-width: 370px){
	.n_greenlemon_30_june .header_Sec_wrapper .header_lower_sec.container .website_logo .web-logo a.navbar-brand img {
	max-width: 62px;
}
body .header_upper .notification p, body .header_upper .container .social_links a:first-child {
	font-size: 7px;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_sites {
	top: -101px;
}
.header_Sec_wrapper .header_lower_sec.container .row .website_logo .mob_tel .mob_ic_div .Mblc_call {
	top: -2px;
}
iframe#podium-bubble {
    margin-right: -20px !important;
}
}


html body .header_Sec_wrapper .header_upper .notification {
    position: static!important;
    transform: unset!important;
    flex: 1;
    max-width: 100%;
}
body .header_upper .container .social_links {
    max-width: max-content;
}
.header_Sec_wrapper .header_upper .row {
    align-items: center;
    padding: 5px 0;
}
.header_Sec_wrapper .header_upper {
    padding-top: 0!important;
}
@media screen and (max-width:767px){
html body .header_upper .notification {
    position: static;
}
html body .header_upper .social_links {
    max-width: 100%;
    margin: auto;
    justify-content: center!important;
    align-items: center;
}   
body .header_upper .notification p {
    text-align: center;
}
body .header_upper {
    padding: 4px 0 6px!important;
    height: auto;
}
body .header_upper .container .social_links {
    padding-bottom: 0px!important;
}
body .header_upper .notification p {
    padding: 10px 0;
    font-size: 10px;
    line-height: normal;
   
}
#main-content .row nav .breadcrumb li a {
    font-size: 16px !important;
}
.header_Sec_wrapper .header_upper .row {
 
    flex-direction: column;
}
.header_Sec_wrapper .header_lower_sec.container {
    padding-top: 0;
    position: absolute;
    z-index: 1;
}
 .header_Sec_wrapper {
    position: static;
    height: auto;
}
}

 .cate-banner::after {
   display:none;
}
.cate-banner img {
    filter: brightness(0.5);
}

.slide.home-bann {
    width: 100%;
    padding-top: 9px;
}


body .header_upper .notification p{
    text-align: left;
}
.col-md-4.social_links a:last-child {
	margin: 0;
}
.header_upper .row [class*="col-md"]:last-child {
	padding-right: 0;
}



@media(max-width:767px){
body .header_upper .notification p {
	text-align: center;
}
.n_greenlemon_30_june .header_Sec_wrapper {
	position: relative;
	z-index: 99;
}
}

@media(max-width:767px){
.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul {
    display: none !important;
}

.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul.cts_menu_open {
    display: block !important;
}
}



.slide.home-bann .cstm_banner_wrapper .banner_midd_arrow {
    display: none;
}





/*11 july 2024*/

section.category.explore-supplies-sec-home .row.cate-wrap .category.col-md-4 .bx-box {
    background-size: cover;
    background-repeat: no-repeat;
}
section.category.explore-supplies-sec-home .row.cate-wrap .category.col-md-4 {
    height: 300px !important;
}
body#n_home section.best-seller .row.best-sell .col-md-3 .card_title_price p.price {
    text-align: right;
}
body#n_home section.best-seller .row.best-sell .col-md-3 .card_title_price p.price span {
    font-size: 16px;
}

@media(max-width:1365px){
section.category.explore-supplies-sec-home .row.cate-wrap .category.col-md-4 {
    height: 250px !important;
}
}

@media(max-width:1280px){
section.category.explore-supplies-sec-home .row.cate-wrap .category.col-md-4 {
    height: 200px !important;
}
}
@media(max-width:991px){
section.category.explore-supplies-sec-home .row.cate-wrap .category.col-md-4 {
    height: 150px !important;
}
}

@media(max-width:767px){
.n_greenlemon_30_june #main-content section.category .row .category {
    height: 110px;
    padding: 0;
}
.header_Sec_wrapper.scro-head {
    top: 0;
    position: fixed;
}
.row.cate-cont .col-12.col-md-9 img {
    max-width: 60px !important;
}
.header_Sec_wrapper .header_lower_sec.container .row .website_logo .mob_tel .mob_ic_div .Mblc_call {
    filter: brightness(102);
}
}

/*.single-prod-slider div#_jstl__images .row.align-items-center.ext-img .slick-track {*/
/*    width: auto !important;*/
/*    display: flex;*/
/*}*/

/*@media(max-width:767px){*/
/*.single-prod-slider div#_jstl__images .row.align-items-center.ext-img .slick-track {*/
/*    width: auto !important;*/
/*    display: inline-block;*/
/*}*/
    
/*}*/

#_jstl__images_r .slick-list {
    background: #484737;
}
#_jstl__images_r .slick-list .slick-track {
    background: #484737;
}
/*21.08*/

html body .defaul .beeswax-heading {
	text-align: center !important;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
	align-items: center;
}
.slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
	align-items: center;
	line-height: normal;
}

.single-prod div[aria-labelledby="tabReviews"] blockquote i.fas.fa-star::before {
    color: #FDE465;
}
.single-prod .cust_Script {
    display: none;
}
#main-content .extra-options .row.btn-stack .btn {
    width: 75%;
}
#main-content .extra-options .row.btn-stack .btn:hover {
    background: #000;
    color: #fde464;
    border-color: #fde464 !important;
}


section.blogs-section-wrapper .blogs-wrapper .blog.blog1 {
    padding: 20px;
    border: 1px solid #000;
    background-color: #fff;
    box-shadow: 0px 0px 3px #6a666696;
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper h2 {
    max-width: 100%;
    width: 100%;
}

.n_greenlemon_30_june .social_section_text {
    max-width: max-content;
    padding-right: 20px;
}

.n_greenlemon_30_june .social_icon_cls {
    padding-left: 24px;
}

.n_greenlemon_30_june #main-content > section.social_section_home > .container > .row:first-child .social_section_wrapper {
    justify-content: space-between;
}

.n_greenlemon_30_june .social_section_wrapper::after {
    transform: translateY(50%);
}
.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls {
    gap: 25px;
}


.best-seller .row.best-sell .slick-arrow {
  width: 50px;
  height: 50px;
  border: ;
  border-radius: 50%;
  top: 50%;
  transform: translateY(50%);
  background-color: #fff;
}
.best-seller .row.best-sell .slick-arrow.slick-prev {
  left: -40px !important;
}
.best-seller .row.best-sell .slick-arrow.slick-next {
  right: -40px !important;
}
.best-seller .row.best-sell .slick-arrow:before {
  background: transparent;
  color: #000;
  font-size: 50px;
}

@media(max-width:767px){
        .slide.home-bann .cstm_banner_wrapper .banner_midd_wrapp .banner_search .banner_search_form .banner_cate a {
    	align-items: center;
    	line-height: 44px;
    }
    .sing_home_blog.border-bottom .sing_home_blog_img {
        height: auto;
        max-width: 100%;
    }
    .header_Sec_wrapper .header_upper .social_links a img {
    	display: none; 
    }
    #main-content .extra-options .row.btn-stack .btn {
    width: 100%;
    height: 50px !important;
}
#main-content .extra-options .row.btn-stack .qt-fld a i {
    width: 10px;
    height: 10px;
}
.card-body iframe {
    width: 100%;
}
.header_upper .row .col-md-4.social_links a[data-target="#subs_mod"] {
    display: none;
}
.slide.home-bann .cstm_banner_wrapper {
    padding-top: 80px;
}

}
section.blogs-section-wrapper .blogs-wrapper .blog .blog-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
section.blogs-section-wrapper .blogs-wrapper {
    flex-wrap: wrap;
}

.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul.cts_menu_open i.fa.fa-times {
    font-size: 28px !important;
    padding: 0px 10px; /* Makes the clickable area bigger */
    cursor: pointer;
}

.n_greenlemon_30_june .header_lower_sec .website_menu .mob_menu .mob_menu_ul ul li a p:hover {
    color: #ff6347; /* Change to desired color */
    text-decoration: underline; /* Optional underline */
    transition: all 0.3s ease; /* Smooth animation */
}


.n_greenlemon_30_june #main-content>section.social_section_home>.container>.row:first-child .social_section_wrapper ul.social_li_cls li.nav-item.px-1:nth-child(3) {
    display: none;
}



.header_upper .row [class*="col-md"]:last-child a:nth-child(4) {
    display: none;
}

.header_upper .row [class*="col-md"]:last-child a:nth-child(3) {
    margin-right: 0;
}

/*New footer css for logo and below logo text*/

footer.wrapper-footer a.navbar-brand img {
    height: auto;
    margin-bottom: 40px;
    max-width: 210px;
    text-align: left;
}
.col-md-12.desk_logo_pos {
    padding-left: 0;
}

.col-md-12.desk_logo_pos a.navbar-brand {
    padding-left: 0;
}




#n_content #main-content .defaul.n section.n-responsive-content .elfsight-app-7ff45bd5-b0b8-4f73-9202-33d42fcbecc5 .directory-locations-list__Container-sc-64d08eed-0.dySjnt nav.directory-locations-list__List-sc-64d08eed-2.cZEiIF {
    position: unset;
    flex-wrap: wrap !important;
}

@media(max-width:767px){
#n_content #main-content .defaul.n section.n-responsive-content .elfsight-app-7ff45bd5-b0b8-4f73-9202-33d42fcbecc5 nav.directory-locations-list__List-sc-64d08eed-2.cZEiIF {
    position: unset !important;
    flex-wrap: wrap;
}
}