* {
	/* font-family: "Open Sans", sans-serif !important; */
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Inter';
}
html {
	width: 100%;
}
body {
	width: 100%;
	/* General scrollbar styling for modern browsers */
	::-webkit-scrollbar {
		width: 6px;
	}
	::-webkit-scrollbar-track {
		background: #f0f0f0;
	}
	::-webkit-scrollbar-thumb {
		background: #888;
		border-radius: 3px;
	}
	
	/* Firefox-specific */
	element {
		scrollbar-width: thin;
		scrollbar-color: #888 #f0f0f0;
	}
}

@media screen and (max-width: 767px) {
	.cart_products_title {
		color: #7cc633;
		font-family: 'poppins';
		font-size: 14px !important;
		font-style: normal;
		font-weight: 500 !important;
	}
	.product_size {
		color: #979797;
		font-family: 'poppins';
		font-size: 12px;
		font-style: normal;
		font-weight: 400 !important;
		line-height: normal ;
	}
}

#lags-main-wrapper {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.top-header {
	border: 1px solid yellow;
}
.nav-link {
	color: var(--DARK-GREY, #505050);
	font-feature-settings: "clig" off, "liga" off;
	/* Text-title */
	font-family: "Inter" !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; /* 137.5% */
}
.search {
	/* width: 350px;
	height: 40px; */
	/* flex-shrink: 0; */
	width: 100%;
	fill: var(--WHITE, #fff);
	stroke-width: 1px;
	font-weight: 600;
	stroke: var(--STROKE, #ebebeb);
}
.new_nav_search_icon {
	width: 22px;
	font-size: 18px;
	position: absolute;
	left: 68%;
	top: 40%;
}
.login-btn {
	border-radius: 6px;
	border: 1px solid var(--STROKE, #ebebeb);
	background-color: #fff;
	color: #7cc633 !important;
}
.login-btn:hover {
	background-color: #7cc633;
	color: #fff !important;
}
.login-btn:focus {
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}

.lags-header-cart-btn {
	border-radius: 6px;
	/* border: 1px solid var(--STROKE, #ebebeb); */
	/* background-color: #fff; */
	background-color: #7cc633;
	color: #fff !important;
}
.lags-header-cart-btn:hover {
	background-color: #fff;
	color: #7cc633 !important;
	border: 1px solid #7cc633;
}
.lags-header-cart-btn:focus {
	box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.25);
}
.lags-header-cart-btn:hover svg#lags-header-cart-icon {
	fill: #7cc633;
	color: #7cc633;
}
.dropdown-item {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dropdown-item:hover {
	background: #e4f3d5 !important;
}
.promo-img {
	max-height: 193px;
	/*min-width: 845px;*/
}

.w-90 {
	width: 180px !important;
	height: 30px !important;
	line-height: 15px;
}
.row-radius {
	border-radius: 10px !important;
}

.home_view_more_btn {
	background-color: #fff;
	color: #000000;
	font-size: 12px;
	width: 101px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home_view_more_btn:hover {
	background-color: #fff;
	color: #000000;
}
.home_image_div {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.div_title {
	color: #1c1c1c;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.custom-container {
	margin-right: auto;
	margin-left: auto;
	max-width: calc(100% - 2rem);
}

.product_title {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.2px;
}
.product_price {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px;
	color: #1c1c1c;
}
.page-link {
	color: #7cc633;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.footer_heading {
	color: #1c1c1c;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.footer_subtitle {
	color: #505050;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.w-23 {
	width: 23%;
}

.cart_products_title {
	color: #7cc633;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.product_size {
	color: #979797;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.coupon {
	color: #505050;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/*input::placeholder {
    color: #979797 !important;
    background-color: #F9F9F9;
    opacity: 1;
    font-size: 14px;
}*/
/*input[type="text"]{
    padding-inline: 2px;
}*/
.apply_button {
	color: #1c1c1c;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-weight: 500px;
	padding: 8px;
}
.sub_totals {
	color: #979797;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}
.sub_totals_values {
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 8px;
	color: #1c1c1c;
}
.total {
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #979797;
}
.total_figure {
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	color: #1c1c1c;
}
.make_purchase {
	background: #7cc633;
	color: white;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
	position: relative;
}
.page-spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.page-spinner::after {
    content: '';
    width: 3em;
    height: 3em;
    border: 0.4em solid transparent;
    border-right-color: white;
    border-radius: 50%;
    animation: button-anim 0.7s linear infinite;
}

.page-spinner.loading {
    opacity: 1;
    visibility: visible;
}

@keyframes button-anim {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.secure_payment {
	color: #1c1c1c;
	font-family: Noto Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px;
}
.secure_payment_content {
	color: #505050;
	font-family: Noto Sans;
	font-size: 15.875px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px; /* 141.102% */
}
.saved_items {
	color: #1c1c1c;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
	letter-spacing: -0.2px;
}
#select * {
	font-family: Inter;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.option * {
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.form-check-input:checked[type="radio"] {
	background-image: url("/theme/img/lags/custom-radio-btn.png") !important;
	background-size: cover;
}
.form-check-input:checked {
	/* background-color: #7cc633; */
	background-color: transparent;
	border-color: transparent;
	margin-left: 0px;
}
/*.form-check-input {
	background-color: #7CC633;
    border-color:  #7CC633;
    margin-left:  0.5em;
}*/
.form-box {
	width: 380px;
	height: 55px;
	border-radius: 6px;
	border: #7cc633;
}
.billing_address {
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
	letter-spacing: -0.2px;
}
.form-control {
	width: 380px;
}
label {
	color: #1c1c1c;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.form-feilds {
	background-color: #ebebeb;
	border: 1px solid #ced4da;
}
.btn-back {
	border-radius: 6px;
	border: 1px solid #ebebeb;
	background-color: #fff;
	color: #979797;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.product_detail_title {
	color: #979797;
	text-align: center;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

input,
textarea {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	margin: 0;
	outline: none;
	padding: 10px;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

.input-group {
	clear: both;
	margin: 15px 0;
	position: relative;
}

.input-group input[type="button"] {
	min-width: 63px;
	width: auto;
	transition: all 300ms ease;
}

.input-group .button-minus,
.input-group .button-plus {
	font-weight: bold;
	height: 38px;
	padding: 0;
	width: 38px;
	position: relative;
	font-size: 20px;
}

.input-group .quantity-field {
	position: relative;
	height: 38px;
	left: -6px;
	text-align: center;
	width: 62px;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 5px;
	resize: vertical;
	background-color: #eeeeee;
}

.button-plus {
	left: -13px;
	background-color: #fff;
	font-size: 15px;
}

input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: none;
}
.product_main_title {
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 133.333% */
	letter-spacing: -0.2px;
}
.in_stock {
	color: #00a524;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.price {
	color: #1c1c1c;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
	letter-spacing: -0.2px;
}
.per-box {
	color: #979797;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.description {
	color: #505050;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px; /* 150% */
}
.catagory {
	color: #979797;

	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.category_details {
	color: #505050;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
}
.quantity_size {
	color: #505050;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.custom_padding {
	padding: 0.5rem !important;
}
.buy_now {
	color: white;
	border-radius: 6px;
	background: #008ed4;
}
.add_to_cart {
	border-radius: 6px;
	background: #7cc633;
	color: white;
}

.description {
	color: #505050;

	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}
.similar_items {
	color: #1c1c1c;
	font-feature-settings: "clig" off, "liga" off;
	/* H6 */
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}
.sing_in_heading {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
}
.sign_in_sub_headings {
	font-family: Inter;
	font-weight: 400;
	font-size: 16px;
}
.sign-up-fields {
	background-color: #f9f9f9;
	border: 1px solid #ebebeb;
	border-radius: 5px;
	margin-top: 3px;
}

.sign-up-button {
	background-color: #7cc633;
	color: #ffffff;
	margin-top: 3px;
}

.product-image-small-size {
	max-height: 153px !important;
}

.fw-500 {
	font-weight: 500 !important;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-700 {
	font-weight: 700 !important;
}

.text-light-grey {
	color: #565656 !important;
}

.bg-light-green {
	background: #e4f3d5 !important;
}
.rounded-10px {
	border-radius: 10px !important;
}
.rounded-6px {
	border-radius: 6px !important;
}
.lags-select-box {
	border-radius: 10px !important;
	border: 1px solid #ebebeb;
	background-color: #f9f9f9;
	overflow: hidden;
}
.bg-light-grey {
	background-color: #f9f9f9 !important;
}
.lags-select-box select {
	border-radius: 6px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* background-color: #f9f9f9; */
	/* Some browsers will not display the caret when using calc, so we put the fallback first */
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png")
		#f9f9f9 no-repeat 98.5% !important; /* !important used for overriding all other customisations */
	background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png")
		#f9f9f9 no-repeat calc(100% - 10px) !important; /* Better placement regardless of input width */
	background-position-x: 10px;
	outline: none;
}

.text-dark-grey {
	color: #505050 !important;
}

.page-item.active .page-link {
	z-index: 3;
	background-color: #7cc633 !important;
	border-color: #7cc633 !important;
	color: #fff !important;
}

.lags-single-product-item-container {
	border: 2px solid #ebebeb !important;
	width: 18.8%;
}
.text-dark-grey-600 {
	color: #979797 !important;
}
.text-green {
	color: #7cc633 !important;
}

.btn-outline-green {
	border: 2px solid #7cc633 !important;
	color: #7cc633 !important;
}

.btn-green {
	background-color: #7cc633;
	border-radius: 6px;
	border-color: #7cc633;
	color: #fff;
}

.btn-green:hover {
	background-color: #6ec516;
}
.btn-white {
	background-color: #fff;
	border-radius: 6px;
	border-color: #ebebeb;
	color: #fa3434;
}
.text-red {
	color: #fa3434;
}
.text-orange {
	color: #ff8100;
}
.text-dark-green {
	color: #00a524;
}
.border-color-orange {
	border-color: #ff8100 !important;
}

.border-color-dark-green {
	border-color: #00a524 !important;
}

#my-account-tabs .active {
	background-color: #ebebeb !important;
	color: #000000;
	font-weight: 500 !important;
}

#my-account-tabs button.nav-link {
	text-align: left !important;
}

.bg-black-300 {
	background-color: #f9f9f9 !important;
}

.sub_totals_purchase_container {
	box-shadow: 0px 1.443750023841858px 2.832812547683716px 0px #00000007;
	box-shadow: 0px 6.599999904632568px 7.962500095367432px 0px #0000000a;
	box-shadow: 0px 16.706249237060547px 21.360937118530273px 0px #0000000e;
	box-shadow: 0px 33px 49px 0px #00000014;
}

.form-check .form-check-input {
	margin-left: 0px !important;
}

.coupon-group-input input {
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	/* width: 70%; */
}

.coupon-group-input button {
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	/* width: 30%; */
}

.single_product_image_container {
	/* width: 100%; */
	height: 250px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.out-of-stock-lags-badge {
	position: absolute;
	right: 25px;
	top: 30px;
	z-index: 10;
	display: inline-flex;
	background-color: #fa3434;
	color: #fff;
	width: 155px;
	box-shadow: 0px 1px 5px 0px #00000040;
}

.lags-product-detail-image {
	width: 100%;
	height: 430px;
}

.lags-product-detail-image img {
	/* width: 100%;
	height: 430px; */
	object-fit: cover;
	max-width: 100%;
	object-position: bottom;
	mix-blend-mode: darken;
}

.image-background-hide {
	mix-blend-mode: darken !important;
}

.lags-cart-badge {
	border-radius: 50%;
	background-color: #7cc633;
	color: #fff;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
	padding: 3px 8px;
	max-width: 25px;
	max-height: 25px;
	border: 1px solid #fff;
}

.lags-top-cart-hader-badge {
	border-radius: 50%;
	background-color: #ffffff;
	color: #fff;
	position: absolute;
	top: -10px;
	left: 15px;
	font-size: 12px;
	padding: 12px 13px;
	max-width: 20px;
	color: #7cc633;
	max-height: 20px;
	/* font-weight: 600; */
	/* border: 1px solid #fff; */
	border: 2.4px solid #7cc633;
}
#lags-header-cart-btn:hover .lags-top-cart-hader-badge {
	color: #fff;
	background-color: #7cc633;
	border-color: #fff;
}
#lags-logout-top-header-btn {
	width: 110px !important;
}
.navbar-nav .nav-link {
	font-size: 16px;
}

.row {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
}

.fs-24 {
	font-size: 24px !important;
}

#lags-recently-viewed-products .owl-stage-outer {
	padding-left: 0px;
	padding-right: 0px;
}
#lags-recently-viewed-products .owl-item {
	background-color: #fff;
	border: 1px solid #dee2e6 !important;
	border-radius: 10px;
	height: auto !important;
	/* height: 320px; */
	/* height: 365px; */
	/* width: 9.3% !important; */
	/* margin-right: 20px !important; */
}
#lags-recently-viewed-products .single_product_image_container {
	/* width: 100%; */
	height: 200px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: #eeeeee;
	border-radius: 10px;
}

#lags-recently-viewed-products.owl-carousel .owl-item img {
	width: auto !important;
}

#lags-recently-viewed-products .single_product_image_container img {
	height: 200px;
}

#lags-all-products .lags-single-product-item-container,
#lags-products-by-brand .lags-single-product-item-container {
	width: 18%;
}

#lags-contact-banner-image-container {
	/* background-image: url("/theme/img/contact-us-bannner.png"); */
	width: 100%;
	/* height: 30rem; */
	background-size: cover;
}

#lags-contact-page .address_header {
	font-size: 24px !important;
}

#search-bar-container .form-control {
	width: 240px;
}

#lags-thank-you-page .confirm-order-icon-container {
	width: 45px;
	height: 45px;
}

.border-dashed-grey-2 {
	border: 2px dashed #cfcfcf !important;
}

.lags-search-radio-btn-container {
	height: 46px !important;
}

#products_view_more_btn_container a.home_view_more_btn:hover {
	background-color: #7cc633;
	color: #fff;
}
#lags-logo-image {
	padding: 22px 0px;
	height: 95px;
}
#lags-product-view-count small,
#lags-product-view-count .last-months-views {
	font-size: 12px !important;
	color: #979797;
}

.lags-yelp-icon-container {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #7cc633;
	border-radius: 50%;
}

#lags-my-account .nav-link {
	padding: 0.5rem !important;
}


.existed_text {
	position: absolute;
	top: 10px;
	right: 2%;
}

@media screen and (max-width:600px) {
	.existed_text {
		position: relative;
		top: 5px;
		right: 0%;
	}
}

.dropdown-menu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	background-color: #fff;
	/* Background color of dropdown menu */
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	/* Box shadow for dropdown menu */
	z-index: 1000;
	/* Ensure dropdown is above other elements */
}

.dropdown-menu .dropdown-item {
	width: 100%;
}

/* Adjust hover color of dropdown items */
.dropdown-menu .dropdown-item:hover {
	background-color: #7cc633 !important;
	/* Green color on hover */
	color: #fff;
	/* Text color on hover */
}

.dropdown-menu-dark .dropdown-item {
	color: #1a1e21;
}

.dropdown:hover > .dropdown-menu {
	/* display: block !important; */
	position: absolute !important;
	left: 8px !important;
	top: 59%;
	margin-top: 0;
	margin-left: 0.5rem;
	/* Adjust spacing between parent and sub-dropdown */
}
.dropdown-menu {
	left: 8px !important;
	top: 93% !important;
}

.dropdown-submenu,
li.dropdown {
	padding: 0;
}

.dropdown-item {
	padding-left: 15px !important;
}
.dropdown:hover > #lags-products-main-menu {
	top: 35px !important;
	left: 0 !important;
}

.dropdown:hover > #lags-brands-main-menu {
	top: 35px !important;
	left: 0 !important;
}

.lags-checked-radio-btn {
	background: #f0fae6;
	border-color: #7cc633 !important;
}

.lags-input-bg-color {
	background-color: #f9f9f9;
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #dfdfdf !important;
	opacity: 0.7 !important;
}
#lags-similar-product-section .product-image {
	max-height: 100px !important;
}

.fs-14 {
	font-size: 14px !important;
}

@media only screen and (min-width: 1025px) {
	#lags-all-products .lags-products-filter-container,
	#lags-products-by-brand .lags-products-filter-container {
		width: 20% !important;
	}

	#lags-all-products .single_product_image_container,
	#lags-products-by-brand .single_product_image_container {
		/* width: 95%; */
		height: 150px;
	}

	#lags-all-products .lags-single-product-item-container img,
	#lags-products-by-brand .lags-single-product-item-container img {
		max-height: 130px !important;
		width: auto;
	}

	.lags-cart-product-image {
		/* height: 250px; */
		height: 150px !important;
		width: auto;
	}

	.lags-search-radio-btn-container .main_filter_label {
		font-size: 14px;
	}

	#lags-similar-product-section .product-image {
		max-height: 100px !important;
	}

	#lags-similar-product-section .similar-product-outer-wrapper {
		height: 15rem !important;
	}

	.dropdown:hover > .dropdown-menu {
		display: block !important;
		position: absolute !important;
		left: 8px !important;
		top: 59%;
		margin-top: 0;
		margin-left: 0.5rem;
		/* Adjust spacing between parent and sub-dropdown */
	}

	/* #search-bar-container .form-control {
		width: 100% !important;
	} */
}

@media only screen and (max-width: 1440px) {
	.navbar-nav .nav-link {
		font-size: 0.81rem;
	}
}
@media only screen and (max-width: 1024px) {
	#lags-top-bar .navbar-nav .nav-link,
	#lags-top-bar #search,
	#lags-home .dropdown-item,
	#lags-home p,
	#lags-home a,
	#lags-pro-footer .footer_subtitle > div {
		font-size: 12px;
	}

	#lags-pro-footer #social-icons {
		width: 250px;
	}

	#lags-product-category-title {
		font-size: 22px !important;
	}

	#lags-home-services h3 {
		font-size: 20px;
	}

	#lags-home-services h5 {
		font-size: 14px;
	}

	#lags-home-services img {
		width: 50px;
	}

	.lags-cart-badge {
		border-radius: 50%;
		background-color: #7cc633;
		color: #fff;
		position: absolute;
		top: 30px;
		right: -15px;
		font-size: 12px;
		padding: 1px 6px;
		max-width: 2rem;
		max-height: 2rem;
		border: 1px solid #fff;
	}

	.out-of-stock-lags-badge {
		position: absolute;
		right: 10px;
		top: 25px;
		z-index: 10;
		display: inline-flex;
		background-color: #fa3434;
		color: #fff;
		width: 155px;
		box-shadow: 0px 1px 5px 0px #00000040;
	}

	#lags-all-products .lags-single-product-item-container,
	#lags-products-by-brand .lags-single-product-item-container {
		width: 48% !important;
	}

	#lags-all-products .lags-single-product-item-container img,
	#lags-products-by-brand .lags-single-product-item-container img {
		max-height: 230px;
		width: auto;
	}

	#lags-similar-product-section .product-image {
		max-height: 100px !important;
	}
	#lags-similar-product-section .similar-product-outer-wrapper {
		height: 15rem !important;
	}
	/* #lags-similar-product-section .col-xl-3{
		width: 24% !important;
	} */

	.lags-search-radio-btn-container .main_filter_label {
		font-size: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
	#lags-header-login-btn,
	#lags-header-register-btn,
	#lags-logout-top-header-btn {
		border: none !important;
		text-align: left;
		color: #505050 !important;
	}

	#search-bar-container .form-group {
		width: 100%;
	}

	#search-bar-container .form-group input {
		width: 90%;
	}
	#search-bar-container .form-group button {
		width: 10%;
	}

	#search-bar-container .form-control {
		width: 100%;
	}

	#lags-home .home_view_more_btn {
		font-size: 12px;
		width: 80px;
		height: 35px;
		padding: 5px;
	}

	#lags-product-category-title {
		font-size: 18px !important;
	}
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
	#lags-all-products .lags-single-product-item-container,
	#lags-products-by-brand .lags-single-product-item-container {
		width: 48% !important;
	}

	.lags-single-product-item-container {
		margin-top: 15px !important;
	}

	#lags-all-products .lags-products-filter-container,
	#lags-products-by-brand .lags-products-filter-container {
		width: 50% !important;
	}

	#lags-pro-footer .lags-about-us-footer-description {
		font-size: 12px;
	}

	#lags-similar-product-section .product-image {
		max-height: 100px !important;
	}

	#lags-header-login-btn,
	#lags-header-register-btn,
	#lags-logout-top-header-btn {
		border: none !important;
		text-align: left;
		color: #505050 !important;
	}

	.lags-search-radio-btn-container .main_filter_label {
		font-size: 12px;
	}

	.pagination-sm .page-link {
		padding: 0.5rem 0.75rem;
		font-size: 20px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 585px) {
	.brand-img-container {
		width: 100%;
	}
}
@media (max-width: 375px) and (min-width: 320px) {
	.lags-single-product-item-container {
		margin-top: 20px !important;
	}
	.pagination-sm .page-link {
		padding: 0.25rem 0.58rem;
		font-size: 20px;
	}
}
@media only screen and (max-width: 320px) {
	.pagination-sm .page-link {
		padding: 0.1rem 0.39rem;
		font-size: 20px;
	}
}
@media (min-width: 412px) {
	.lags-single-product-item-container {
		margin-top: 15px !important;
	}
}

@media only screen and (max-width: 425px) {
	#lags-logo-image {
		padding: 15px 0px;
		height: auto;
	}

	.product-image-small-size {
		/* max-height: 100% !important; */
	}

	.form-control {
		width: 100%;
	}

	.lags-cart-badge {
		top: 12px !important;
		right: 3px !important;
	}

	#lags-header-login-btn,
	#lags-header-register-btn,
	#lags-logout-top-header-btn {
		border: none !important;
		text-align: left;
		color: #505050 !important;
	}

	#search-bar-container .form-group input {
		width: 80%;
	}

	#search-bar-container .form-group button {
		width: 20%;
	}

	.unsplitted-products {
		border: none !important;
	}

	.category_products_container .category_container {
		border-bottom-left-radius: 0px !important;
	}

	#lags-home .products_container {
		/* border-left: 1px solid #dee2e6 !important; */
		/* overflow: hidden; */
	}

	#lags-home .splitted-product_container {
		border-top: none !important;
		border-bottom: none !important;
	}

	/* Lags All Products Style */
	#lags-all-products .lags-products-filter-container,
	#lags-products-by-brand .lags-products-filter-container {
		width: 100% !important;
	}

	#lags-all-products .lags-single-product-item-container,
	#lags-products-by-brand .lags-single-product-item-container {
		width: 100% !important;
	}

	#lags-all-products .lags-single-product-item-container img,
	#lags-products-by-brand .lags-single-product-item-container img {
		max-height: 220px !important;
		width: auto;
	}

	#lags-all-products .pagination,
	#lags-products-by-brand .pagination {
		flex-wrap: wrap;
	}

	#lags-main-footer p,
	#lags-main-footer span {
		font-size: 12px;
	}

	.lags-cart-product-image {
		height: 200px;
		width: auto;
	}

	.lags-search-radio-btn-container .main_filter_label {
		font-size: 12px;
	}

	.footer-about-detail-container {
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
	.footer-about-detail-container p {
		font-size: 14px !important;
	}
	.bg-sm-transparent {
		background-color: transparent !important;
	}

	.footer-social-icons {
		position: absolute;
		top: -18px;
		/* background-color: #fff; */
		width: 100%;
		margin-left: 0 !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.footer-social-icons a {
		/* border: 1px solid #6bb522; */
		border-radius: 50px;
		background: #fff;
	}
	.footer-social-icons img {
		transform: scale(1.2);
	}
	.lags-yelp-icon-container {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		background-color: #6bb522;
		border-radius: 50%;
	}
	.dropdown:hover > .dropdown-menu {
		/* display: auto; */
		position: absolute !important;
		left: 8px !important;
		top: 59px;
		margin-top: 0;
		margin-left: 0.5rem;
		/* Adjust spacing between parent and sub-dropdown */
	}

	.brand-img-container {
		width: 100%;
	}
}

.update_inventory_number {
	color: #7bc533;
	/* font-family: "poppins"; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0.55px;
	border: 1px solid #dae0e5;
}
.update_inventory_number:hover {
	color: #7bc533;
}

@media screen and (max-width: 600px) {
	.update_inventory_number {
		color: #7bc533;
		/* font-family: "poppins"; */
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
		letter-spacing: 0.55px;
		padding: 3px;
	}
	.update_inventory_number:hover {
		color: #7bc533;
	}
}
#order-item-img {
	height: revert-layer !important;
}
.dropdown-menu-dark .dropdown-item:focus {
	color: #000000;
}
@media (max-width: 767px) {
	.nav-mobile-right-padding {
		padding-right: 16px !important;
	}
	.lags-cart-badge {
		right: 3px;
	}
}

.blog-minor-heading {
	font-size: "Poppins";
	font-weight: 400;
	font-size: 14px;
	color: #7cc633;
}

.blog-created-at-style {
	position: relative;
	top: 2.7rem;
	left: 2.6rem;
	z-index: 999;
	background-color: #fff;
}

.blog-date-font-style {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 24px;
}

.blog-day-font-style {
	font-family: "Poppins";
	font-weight: 600;
	font-size: 14px;
}

.blog-read-style {
	color: #7cc633;
	font-size: 14px;
	font-weight: 600;
}

.blog-read-more-btn {
	background-color: #7cc633;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.blog-read-more-btn:hover {
	background-color: #fff;
	color: #7cc633 !important;
	border: 1px solid #7cc633;
}

.h-90 {
	height: 90% !important;
}

.h-80 {
	height: 80% !important;
}

.search-suggestions-style {
    position: absolute; 
    z-index: 999;
    background-color: #F9F9F9;
    width: 66.8%;
    border: 1px solid rgb(219, 214, 214);
    border-top: 0px;
    border-radius: 5px;
	max-height: 50vh;
	min-height: auto; 
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.product-item {
	background-color: #F9F9F9;
	padding: 10px;
}

/* .product-item:hover {
	border: 1px solid #7BC533;
	border-radius: 6px;
	cursor: pointer;
	background-color: #FEFFFD;
	color: #fff;
} */
.custom_hover_style_quick_search {
	padding: 15px 20px;
	/* border: 1px solid #D1D1D1; */
	background-color: #fff;
	border-radius: 11px;
}
.custom_hover_style_quick_search:hover {
	border: 1px solid #7BC533;
	cursor: pointer;
	background-color: #FEFFFD;
	color: #fff;
}

.quick-search-name {
	font-weight: 400;
	font-size: 16px;
	color: #626262;
	/* font-family:'poppins'; */
}

.quick_search_image_div {
	border: 1px solid #D1D1D1;
    border-radius: 12px;
	padding: 5px 10px;
}
.quick-search-sku-head {
	font-weight: 500;
	font-size: 14px;
	color: #626262;
	/* color:#7C7C7C; */
	/* font-family:'poppins'; */
	text-align: right;
}
.quick-search-sku {
	font-weight: 400;
	font-size: 14px;
	/* color: #626262; */
	color:#7C7C7C;
	/* font-family:'poppins'; */
	text-align: right;
}
.quick-search-price {
	font-weight: 600;
	font-size: 16px;
	color: #7BC533;
	/* font-family:'poppins'; */
}
.quick-search-brand-name {
	font-weight: 600;
	font-size: 16px;
	color: #3B3B3B;
	/* font-family:'poppins'; */
}


@media (max-width: 768px) {
	.quick-search-brand-name {
		font-size: 12px;
	}

	.quick-search-name {
		font-size: 12px;
	}

	.quick-search-sku {
		font-size: 10px;
	}
	.quick-search-price {
		font-size: 12px;
	}
	.quick-search-sku-head {
		font-size: 10px;
	}
	.custom_hover_style_quick_search {
		padding: 5px 5px;
	}
}

@media (min-width: 2560px) {
	.search-suggestions-style {
		width: 67.5%;
	}
}

@media (min-width: 1440px) and (max-width: 1700px) {
	.search-suggestions-style {
		width: 65.5%;
	}
}

@media (max-width: 1024px) {
	.search-suggestions-style {
		width: 71.8%;
	}
}

@media (max-width: 988px) {
		.search-suggestions-style {
		width: 86.8%;
	}
}

@media (max-width: 768px) {
	.search-suggestions-style {
	width: 84.8%;
}
}

@media (max-width: 540px) {
	.search-suggestions-style {
	width: 90.8%;
}
}

@media (max-width: 470px) {
	.search-suggestions-style {
	width: 88.8%;
	font-size: 14px;
}
}

@media (max-width: 375px) {
	.search-suggestions-style {
	width: 85.8%;
}
}

@media (max-width: 767px) {

	.footer-social-icons a {
		background: #fff !important;
	  }
}

@media (min-width: 767px) {
	.border-start-md {
		border-left: 1px solid #dee2e6 !important;
	}
	.border-end-md {
		border-right: 1px solid #dee2e6 !important;
	 }
}

@media(max-width: 991px) {
	.padding-sm-10 {
		padding: 10px !important;
	}
}

.swal2-html-container {
	font-weight: 600 !important;
}

.cart-toast-text > p {
	text-align: center !important;
  	font-weight: 500 !important;
}

.personal-info-model-style {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}





