@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Handlee&amp;display=swap');

/* Varialbes */
:root {
	--font-default: 'Manrope', sans-serif;
	--font-secondary: 'Handlee', cursive;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #1f4e3d;
	--white: #ffffff;
	--color-primary: #00B207;
	--color-secondary: #f7c35f;
	--color-heading: #04000b;
	--color-paragraph: #787878;
	--box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
	--box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
	--box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
	--bg-gray: #eff2f5;
	--bg-gradient: linear-gradient(97deg, #49a760 50%, rgba(252, 197, 27, 1) 100%);
}



/* ============================================================== 
     # Reset Browsers
=================================================================== */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body,
html {
	height: 100%;
}

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	scroll-behavior: smooth;
}

html,
body,
div,
span,
img,
ol,
ul,
li,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
option,
legend,
label,
article,
aside,
caption,
figure,
footer,
header,
hgroup,
mark,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


/* Style for multi-column dropdown */
.multi-column-dropdown {
	list-style: none;
	padding: 0;
	margin: 0;
}

.multi-column-dropdown li a {
	display: block;
	padding: 10px 15px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: normal;
}

@media (max-width: 768px) {
	.multi-column-dropdown {
		width: 100%;
	}

	.multi-column-dropdown li a {
		padding: 10px;
	}

	.dropdown-menu.columns-2 .row {
		display: flex;
		flex-wrap: wrap;
	}

	.dropdown-menu.columns-2 .col-sm-6 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.dropdown-menu.columns-2 .row {
		flex-wrap: nowrap;
	}

	.dropdown-menu.columns-2 .col-sm-6 {
		width: auto;
	}
}







.wrapper {
	height: 100%;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}

label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}

a {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a img {
	border: none;
}

a:active {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
	opacity: 1;
}

a:focus {
	outline: none;
	text-decoration: none;
	color: var(--color-heading);
}

a:hover {
	outline: none;
	text-decoration: none;
	color: var(--color-primary);
	opacity: 1;
}

button {
	outline: medium none;
}

iframe {
	border: none;
}

hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #4d4b4b;
}

pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}

input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 50px;
	outline: none !important;
}

input:focus {
	outline: none !important;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	outline-color: transparent !important;
}


.top_endno i {
	position: relative;
	top: 16px;
	font-size: 25px;
	color: #000;
}

button.btn.btn-outline-secondary.search-btn {
	background: #00B207;
	color: #fff;
	width: 30%;
	border-radius: 0px;
}


textarea:focus {
	outline: none !important;
	-webkit-box-shadow: inherit;
	box-shadow: none !important;
	outline-style: none !important;
}

.form-control.search-input:focus {
	outline: none !important;
	box-shadow: none !important;
}

.quantity {
	background: none !important;

}

.form-control:disabled,
.form-control[readonly] {
	outline: none !important;
}

.quantity:focus {
	outline: none !important;
	border: none !important;
}

.forupp {
	position: relative;
	top: 20px;
}

select:focus {
	outline: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

ul {
	list-style-type: none;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

b {
	font-weight: 900;
}

strong {
	font-weight: 900;
}

.row {
	--bs-gutter-x: 30px;
}

.instagram_gallery {
	width: 328px;
}

.footerimgg {
	width: 350px;
	height: 272px;
}

.footer-item.contact li strong {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 16px;
}

.custom-col {
	height: auto;
	margin-bottom: 34px;
	padding: 6px;
	background-color: #fff;
	cursor: pointer;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}

a.customed-button.btn.btn-success.btn-block.disabled {
	padding: 15px 20px;
	margin-top: 20px;
	background: #00b207;
	cursor: pointer;
}

.custom-col img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.footer_loggo {
	margin-top: 20px;
	margin-left: 66px;
}

@media screen and (max-width: 500px) {
	/* .footer_widgets .widgets_container {
		text-align: center !important;
	} */


}


.widget.contact-icons ul {
	list-style: none;
	padding: 0;
}

@media (max-width: 460px) {
	#myBtnContainer {
		text-align: center;
		display: block;
		/* Change to block for full width on small screens */
	}
}

.widget.contact-icons li {
	display: inline-block;
	margin-right: 20px;
	/* Adjust the margin as needed */
	vertical-align: top;
}

.widget.contact-icons .content {
	text-align: left;
}

.widget.contact-icons img {
	max-width: 100%;
	/* Ensure images don't exceed their container */
}

.widget.contact-icons a {
	text-decoration: none;
	/* Remove underline from links */
	color: inherit;
	/* Inherit text color from parent */
}

.column {

	position: relative;
	text-align: center;
	color: white;
	width: 100%;
	/* Adjust width as needed */
	box-sizing: border-box;
	padding: 0 5px;
	/* Add a small space between columns */
}

.column img {
	width: 100%;
	height: 300px;
	border: 12px solid white;
}

img.our_product {
	width: 100%;
	height: 355px;
}

.footer-item.contact li i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 45px;
	/* margin-top: 18px; */
	border-radius: 50%;
	margin-right: 20px;
	background: #EDF2EE;
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 18px;
}

#bannerb {
	border-radius: 20px;
}

#show_bg_2 {
	background-image:
		linear-gradient(to bottom, rgb(186 187 193 / 52%), rgb(20 18 20 / 73%)),
		url('../img/blog/dealofthedaybg.png');
	width: 100%;

	background-size: cover;
	color: white;
	padding: 20px;
}

.deal_more_button {
	background-color: white;
	color: #00B207;
	border-radius: 5px;
	padding: 5px;
}

.filterDiv {
	margin-top: 20px;
	background-color: #f1f1f1;
	color: #ffffff;
	width: 100%;
	/* border-radius: 7px; */
	height: auto;
	line-height: 100px;
	text-align: center;
	display: none;
}

.show {
	display: block;
}


.small_blog_date {
	position: absolute;
	bottom: 8px;
	right: 26px;
	color: white;
}

.small_blog_datee {
	color: white;
}

.small_blog_user_content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: -75px;
}

/* Style the buttons */
.btnn {
	/* padding: 20px; */
	height: 79px;
	width: 250px;
	border: none;
	outline: none;
	padding: 21px 16px;
	background-color: #D9D9D9;
	cursor: pointer;
}

/* .d-flex.blog_user_info {
	margin-top: -82px;
} */

.btnn.active {
	background-color: #00B207;
	color: white;
}

.img-fluidd {
	width: 176px;
}

.services_gallery {
	padding-bottom: 28px;
}

.blog_thumb {
	margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
	.blog_thumb {
		margin-bottom: 18px;
	}
}

.services_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

.blog_thumb img {
	border-radius: 10px;
}

.blog_img {
	width: 100%;
	height: 350px;
}

.blog_user_info {
	margin-left: 20px;
}

.small_blog_content {
	margin-top: 12%;
	color: #fff;
	position: absolute;
	top: 0;
	/* margin-left: 5%; */
}

.small_blog_datee span {
	color: #fff !important;
	position: relative;
	right: 20px;
}

.d-flex.blog_user_info {
	align-items: center;
}

.services_content {
	padding: 5px;
	text-align: center;
}

.new_services_content {
	/* position: absolute; */
	margin-top: -25%;
	text-align: center;
	color: #fff;
}

.blog_thumb {
	margin-bottom: 24px;
}

.blog_user_name {
	margin-left: 12px;
	color: #fff;
}

.new_blog_content {
	position: absolute;
	margin-top: -15%;
	margin-left: 10%;
	color: #fff;
}

.deal_title {
	text-align: center;
	padding: 20px;
	color: #36B37E;
	font-weight: bolder;

	border-radius: 20px;
}

.buttonblog {
	margin-left: 51px;
	margin-top: -327px;
	/* margin: 20px; */
	border-radius: 77px;
	color: green;
	position: absolute;
	left: 18%;
	transform: translateX(5%);
}

.buttonblogg {
	margin-left: 51px;
	margin-top: -327px;
	/* margin: 20px; */
	border-radius: 77px;
	color: green;
	position: absolute;
	left: 18%;
	transform: translateX(5%);
}

.services_thumb img {
	border-radius: 10px;
}

.services_thumb {
	margin-bottom: 10px;
}

.feature_content {
	position: absolute;
	margin-top: -8%;
	margin-left: 25px;

}

.centerred {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.services_thumb img {
		width: 100%;
	}
}


.single_deals_product .product_content {
	width: 54%;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.single_deals_product .product_content {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
}

.product_name h3 {
	font-size: 17px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.price_box {
	margin-bottom: 17px;
}

.price_box span.current_price {
	font-size: 24px;
	line-height: 25px;
	color: #ea000d;
}

.price_box span.old_price {
	font-size: 13px;
	line-height: 25px;
	text-decoration: line-through;
	margin-left: 6px;
}

.product_name h3 {
	font-size: 17px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.footer_link:hover .fa-phone {
	color: #FFD700;
	/* Change the color on hover */
}

.footer_link:hover .contact-number {
	color: #FFD700;
	/* Change the color on hover */
}

.product_name h3 a:hover {
	color: #ea000d;
}

/* .product_rating {
  margin-bottom: 10px;
} */
.product_rating ul li {
	display: inline-block;
}

.product_rating ul li a {
	font-size: 16px;
	color: #f9bb00;
}

.price_box {
	margin-bottom: 17px;
}

.price_box span.current_price {
	font-size: 24px;
	line-height: 25px;
	color: #ea000d;
}

.price_box span.old_price {
	font-size: 13px;
	line-height: 25px;
	text-decoration: line-through;
	margin-left: 6px;
}

.blog_user {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.d-flex {
	display: flex !important;
}

.services_content {
	padding: 5px;
	text-align: center;
}

.zmdi {
	display: inline-block;
	font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size: inherit;
	text-rendering: auto;
}

.product_data {
	font-size: 15px;
	/* margin-top: 11px; */
	line-height: 20px;
	font-weight: 400;
	height: 85px;
	padding: 15px;
	color: #000;
	background-color: #f1f1f1;
}

.custom-column {
	text-align: center;
	margin-bottom: 20px;
	padding: 20px;
	background-color: white;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-image {
	max-width: 100%;
	height: auto;
	border: gray 8px solid;
}

.custom-text {
	color: black;
}

.footer_link:hover .fa-envelope {
	color: #FFD700;
	/* Change the color on hover */
}

.footer_link:hover .email {
	color: #FFD700;
	/* Change the color on hover */
}

.deal_of {
	background: linear-gradient(to right, #ffcc00, #ff6600);

}


/* our feature product*/


.center_data {
	color: white;
	font-size: 20px;
	margin-top: -112px
}

.centerr {
	margin-left: 30px;
	/* margin-right: -272px; */
	color: white;
	font-size: 20px;
	margin-top: -35px;
}

.bottom-right {
	position: absolute;
	bottom: 25px;
	right: 43px;
	color: white;
}

.bottom-left {
	position: absolute;
	bottom: 60px;
	left: 39px;
	color: white;
}

.bottom-leftt {
	position: absolute;
	bottom: 34px;
	left: 39px;
	color: white;
}

.bottom-lefttt {
	position: absolute;
	bottom: 5px;
	left: 38px;
}

/* ////////deals page ///////////
/////////////////////////////////////////// */

img.sellar-imeg {
	width: 250px;
	height: 90%;
}

.ht-deals {
	margin-bottom: 25px;
}

.product-titl {
	margin-bottom: 25px;
}

/* .best-sellaar {
	margin-top: 24px;
} */

.product-nm h5 {
	color: #4D4D4D;
}

.rading-product {
	padding: 10px;
	margin-top: -14px;

}

span.color-star {
	color: #FF8A00;
}

.stars-num.mt-2 {
	font-size: 16px;
}

.shop-btn {
	border-radius: 25px;
	position: relative;
	padding: 14px 32px 14px 32px;
	border: none;
	margin-bottom: 20px;
	margin-top: 10px;
	color: #00B207;
	background-color: white;
	font-weight: bold;
}

.shop-btn:hover {
	border: none;
}

.yello-card {
	position: relative;
	text-align: center;
	/* top: 60px; */
	padding: 20px;
}



.title-deal {
	margin-top: 20px;
	text-align: center;
	/* margin-bottom: 30px; */
}

.bigtext-deal {
	margin-top: 40px;
	/* margin-bottom: 50px; */
}








@media screen and (min-width: 320px) and (max-width: 480px) {

	.col-lg-3.col-md-12.mb-3.border.rounded.dataplace {
		height: 530px;
	}

	.breadcrumb.bc3x {
		margin-top: -4px !important;
	}

	img.sellar-imeg {
		width: 130px !important;
	}

	.small_blog_content {
		margin-top: 58%;
	}

	.rading-product {
		/* margin-left: 51px !important; */
	}

	.bottommm-right {
		bottom: 22px;
	}

	.col-mobile-4,
	.col-mobile-8 {
		flex: 0 0 auto;
		/* Reset flex to default behavior */
		max-width: none;
		/* Reset max-width */
	}

	.content {
		margin: 10px !important;
	}

	.custom-content {
		line-height: 16px;
		font-size: 16px;
	}

	span.close-icon {
		margin: 10px 14px 0px 10px;
	}

	span.whsihlistimg {
		font-size: 14px;
		line-height: 2px;
	}

	.nameblogt {
		font-size: 11px !important;
	}

	.breadcrumb.bc3x {
		font-size: 1.25em;
		padding: 10px;
		background: linear-gradient(to right, black, #040404) !important;
	}

	.widget.contact-icons .content {

		margin: 20px !important;
	}

	.text_form {
		text-align: justify;
	}

	.sendmebutton {
		text-align: center;
	}

	.contact-form-style-one .heading {
		text-align: center;
		font-size: 20px;
		margin-bottom: 30px;
	}

	.contact_infodeatil {
		margin-top: 20px;
	}

	.default-padding {
		padding-top: 4px !important;
		padding-bottom: 109px;
	}

	.yello-card {

		top: 0px !important;
	}

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

	nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {

		background: #1e1a1a none repeat scroll 0 0;
	}
}





/* ////////deals page End ///////////
/////////////////////////////////////////// */


.centeredd {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.rounded-button {
	background-color: white;
	/* White background */
	border: 1px solid #ffffff;
	/* Border color same as background for a clean look */
	border-radius: 20px;
	/* Adjust border-radius for a rounded shape */
	padding: 4px 23px;
	/* Adjust padding as needed */
	color: #00B207;
	margin-top: 20px;
	margin-bottom: 20px;
	/* Text color */
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
}

.rounded-button:hover {
	background-color: #f2f2f2;
	/* Light gray background on hover */
}

.right-arrow::after {
	content: '\2192';
	/* Unicode for right arrow */
	margin-left: 8px;
	/* Adjust space between text and arrow */
}

/* our feature product*/

















/* ============================================================== 
    # breadcrumbtop bar
=================================================================== */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0;
	margin-bottom: 0rem !important;
	list-style: none;
}

.breadcrumb.bc3x {
	font-size: 1.25em;
	padding: 10px;
	background: linear-gradient(to right, black, white);
}

.breadcrumb p {
	margin: 0;
}

.breadcrumb li {
	display: inline-block;
	margin-bottom: .2em;
}

.breadcrumb li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	max-height: 2em;
	padding: .5em 1em .5em 0.1em;
	position: relative;
	text-decoration: none;
	transition: .25s;
}

.breadcrumb li a:after {
	border-top: 1em solid transparent;
	border-bottom: 1em solid transparent;
	content: "";
	position: absolute;
	top: 0;
	right: -1em;
	transition: .25s;
	z-index: 1;
}

/* .breadcrumb li a:hover {
	background-color: #00B207;
} */

.breadcrumb li:last-child a {
	pointer-events: none;
	color: #00B207;


}

.page-item:first-child .page-link {
	border-radius: 50px !important;
}


.page-item:last-child .page-link {
	border-radius: 50px !important;
}

.breadcrumb li:last-child a:after {
	border-left-color: #0098d9;
}



body {
	font-family: var(--font-default);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.8;
	overflow-x: hidden;
	background-color: var(--white);
	color: var(--color-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--color-heading);
	font-weight: normal;
	line-height: 1.2;
	font-family: var(--font-heading);
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 15px;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 14px;
}

a,
.btn,
button {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	outline: medium none;
	text-decoration: none;
	font-weight: 800;
}

.with-bardeer {
	border-left: 1px solid;
}

.footer-item.contact {
	display: flex;
	align-items: center;
	justify-content: center;
}

.nexaaaaa i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	margin-right: 20px;
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
}

.all-aconss {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	right: 40px;
	top: -5px;
}

p {
	color: #000;
	margin: 0 0 15px;
	font-size: 15px;
	text-transform: none;
	font-weight: 500;
	font-family: var(--font-default);
}

/* Add this CSS to your stylesheet or within a <style> tag in your HTML file */

.services-style-one {

	position: relative;
}

.services-style-one .thumb {
	position: relative;
	background-color: #f0f0f0;
	/* Background color for the image */
	overflow: hidden;
}

.services-style-one .thumb img {
	width: 100%;
	height: auto;
	transition: transform 0.3s ease-in-out;
	/* Add a smooth transition effect */
}

.services-style-one:hover .thumb img {
	transform: scale(1.1);
	/* Scale the image on hover */
}

.services-style-one h5 {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	color: #333;
	/* Text color */
}

.services-style-one p {
	text-align: center;
	color: #666;
	/* Text color */
}

@media screen and (min-width: 381px) and (max-width: 480px) {

	.button-border {
		margin-bottom: 10px !important;
		margin-left: 6px !important;
	}

	.customize2-button {
		margin-right: 88px !important;
		width: 198px;
		font-size: 10px;
	}
}

@media screen and (min-width: 325px) and (max-width: 380px) {
	.customize2-button {
		margin-right: 57px !important;
		width: 198px;
		font-size: 10px;
	}

	.button-border {
		margin-bottom: 10px !important;
		margin-left: 6px !important;
	}

	.ourmissionn {
		text-align: justify;
	}

	.datavision {
		text-align: justify;
	}

	button.my-button {
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}

	.ourrvisionb {
		text-align: center;
	}

	.profile-photo img {
		width: 200px;
		margin: 52px !important;
	}
}

input#output_upload_member {
	padding: 15px 20px !important;
}

.commebt {
	margin-top: 50px !important;
}


span.ratingErr.text-danger {
	position: relative;
	top: 40px;
	right: 145px;
}

.rate.form-group {
	padding: 0 !important;
}

@media screen and (min-width: 325px) and (max-width: 480px) {

	button.my-button {
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}

	.profile-photo img {
		width: 200px;
		margin: 82px !important;
	}
}

/* Text color
@media screen and (min-width: 360px) and (max-width: 420px) {
    .bottom-right {
    position: absolute;
    bottom: 25px;
    right: 67px;
    color: white;
}
    .bottom-left {
    position: absolute;
    bottom: 60px;
    left: 73px;
    color: white;
}.bottom-leftt {
    position: absolute;
    bottom: 34px;
    left: 84px;
    color: white;
}.bottom-lefttt {
    position: absolute;
    bottom: 5px;
    left: 76px;
}
}
 */



















/* ============================================================== 
    # Helper CSS
=================================================================== */

@media (min-width: 1250px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1250px;
	}
}

.container-full {
	padding: 0 15px;
	margin: auto;
	max-width: 1400px;
}

@media (max-width: 576px) {
	.container-full {
		max-width: 100%;
		width: 100%;
	}
}

@media (min-width: 576px) {
	.container-full {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-full {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-full {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-full {
		max-width: 95%;
		width: 95%;
	}
}

.container-fill {
	padding: 0 15px;
	margin: auto;
	max-width: 100%;
}

@media (min-width: 576px) {
	.container-fill {
		max-width: 540px;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container-fill {
		max-width: 720px;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.container-fill {
		max-width: 960px;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container-fill {
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1199px) {
	.container-fill {
		padding: 0 15px;
		width: 100%;
	}
}

@media screen and (min-width: 319px) and (max-width: 480px) {
	.instagram_gallery {
		width: 370px;
	}

	a.btn.btn-theme.secondary.btn-md.radius.animation.addsbtn {
		display: none;
	}
}

@media only screen and (min-width: 1367px) {

	.iconns {
		margin-left: 101 !important;
	}

	.container-stage {
		margin-left: calc((100% - 1250px)/ 2);
		width: auto;
		min-width: auto;
		max-width: inherit;
		padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.row {
		--bs-gutter-x: 1.5rem;
	}
}

.bg-cover {
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fixed {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-size: cover !important;
}

.bg-fit {
	background-size: 100% 100% !important;
	background-position: center !important;
}

.bg-gray {
	background: var(--bg-gray);
}

.bg-gray-mixed {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, var(--white) 0%, var(--bg-gray) 100%) repeat scroll 0 0;
}

.bg-light {
	background-color: var(--white) !important;
}

.bg-dark {
	background-color: var(--dark) !important;
}

.bg-theme {
	background-color: var(--color-primary);
}

.bg-gradient {
	background-color: var(--color-primary);
	background: var(--bg-gradient) !important;
}

.text-light {
	color: var(--white);
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span,
.text-light a {
	color: var(--white);
}

.shadow {
	-webkit-box-shadow: inherit !important;
	box-shadow: inherit !important;
}

.shadow.dark {
	position: relative;
	z-index: 1;
}

.shadow.dark:after {
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.dark-hard {
	position: relative;
	z-index: 1;
}

.shadow.dark-hard:after {
	background: rgba(0, 4, 30, 0) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.65;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.theme {
	position: relative;
	z-index: 1;
}

.shadow.theme:after {
	background: var(--color-primary) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.shadow.light {
	position: relative;
	z-index: 1;
}

.shadow.light:after {
	background: var(--white) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
	position: relative;
}

.default-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.default-padding-big {
	padding: 250px 0;
}

@media only screen and (max-width: 767px) {
	.default-padding-big {
		padding: 50px 0;
	}
}

.default-padding-top {
	padding-top: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top {
		padding-top: 50px;
	}
}

.default-padding-bottom {
	padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom {
		padding-bottom: 50px;
	}
}

.default-padding.bottom-less {
	padding-top: 120px;
	padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.default-padding.bottom-less {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}

.default-padding-bottom.bottom-less {
	padding-bottom: 90px;
}

@media only screen and (max-width: 767px) {
	.default-padding-bottom.bottom-less {
		padding-bottom: 20px;
	}
}

.default-padding-top.bottom-less {
	margin-bottom: -30px;
}

@media only screen and (max-width: 767px) {
	.default-padding-top.bottom-less {
		margin-bottom: -20px;
	}
}

@media only screen and (min-width: 1200px) {
	.align-center {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.relative {
	position: relative;
}

.overflow-hidden {
	overflow: hidden;
}

.border-top {
	border-top: 1px solid #e7e7e7;
}

.border-bottom {
	border-bottom: 1px solid #e7e7e7;
}

.border-left {
	border-left: 1px solid #e7e7e7;
}

.border-right {
	border-right: 1px solid #e7e7e7;
}

.heading {
	font-weight: 800;
	margin-bottom: 25px;
	margin-top: -5px;
}

.heading span {
	font-weight: 500;
}

.site-heading {
	margin-bottom: 40px;
}

.title {
	font-weight: 800;
	padding-top: 30px;
}

.site-heading .title {
	margin-bottom: 0;
}

.sub-title {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 800;
	display: inline-block;
	position: relative;
	z-index: 1;
	font-family: var(--font-secondary);
}

.bg-gradient .sub-title {
	color: var(--white);
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	background: transparent;
}

.text-light .sub-title {
	color: var(--color-secondary);
}

.site-heading p {
	margin-bottom: 0;
	margin-top: 18px;
	padding: 0 10%;
}

.site-heading .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: var(--color-primary);
	position: relative;
	z-index: 1;
	left: 10px;
}

.site-heading.light .devider,
.bg-theme .site-heading .devider,
.bg-gradient .site-heading .devider,
.shadow .site-heading .devider,
.bg-dark .site-heading .devider {
	background: var(--color-secondary);
}

.site-heading .devider:before {
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
	height: 2px;
	width: 10px;
	background: var(--color-primary);
}

.site-heading.light .devider:before,
.bg-theme .site-heading .devider:before,
.bg-gradient .site-heading .devider:before,
.shadow .site-heading .devider:before,
.bg-dark .site-heading .devider:before {
	background: var(--color-secondary);
}

@media (max-width: 767px) {
	.site-heading p {
		padding: 0;
	}
}

@media only screen and (max-width: 767px) {
	.site-heading {
		margin-bottom: 30px;
	}
}

.heading-left {
	position: relative;
	z-index: 1;
	margin-bottom: 60px;
}


.btn-ctns {
	display: flex;
	/* gap: 45px; */
	justify-content: space-around;
	background: #ededed;
}

.heading-left .heading {
	font-weight: 800;
	margin-bottom: 0;
}

.selectt {
	padding: 10px 20px;
	color: #475156;
	border: 0.5px solid #e9e9e9;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.color-box {

		margin-right: 401px !important;
	}

	select.selectt {
		margin-right: 7px;
	}

	.color-boxx {

		margin-right: -84px;
	}

	span.nametitletable {
		font-size: 14px;
		text-align: center;
		margin-right: -77px;
	}

	.customize2-button {
		background-color: transparent;
		border: 2px solid #2DA5F3;
		color: #2DA5F3;
		padding: 12px 38px;
	}

	.apply-coupon {
		background-color: #2DA5F3;
		color: #ffffff;
		border: none;
		margin-bottom: 10px;
		padding: 10px 12px !important;
	}

	.content {
		margin: 2px;
	}

	.faq_sectionn {

		margin-top: 14px !important;
	}

	.track_order {

		padding: 5px 7px !important;
		font-size: 10px !important;
	}

	.heading-left .heading {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.heading-left .heading {
		margin-bottom: 15px;
	}
}

.heading-left p {
	margin-bottom: 0;
}

.heading-left .btn {
	margin-top: 25px;
}

@media only screen and (max-width: 767px) {
	.heading-left {
		margin-bottom: 30px;
	}

	.heading-left .left-info {
		padding: 0 !important;
		border: none !important;
		margin-bottom: 20px;
	}
}

.heading-left .left-info {
	padding-right: 50px;
	border-right: 1px solid #e7e7e7;
}

.bg-gray .heading-left .left-info {
	border-right: 1px solid #cccccc;
}

.bg-dark .heading-left p {
	opacity: 0.8;
}

.heading-left .content-left {
	border-right: 1px solid #e7e7e7;
	padding-right: 35px;
}

@media only screen and (max-width: 991px) {
	.heading-left .content-left {
		border: none;
		padding: 0;
		margin-bottom: 30px;
	}
}

.sub-heading {
	text-transform: uppercase;
	color: var(--color-primary);
	font-weight: 500;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 280% 150%;
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 20px;
}

.bg-gradient .sub-heading {
	color: var(--white);
	background: transparent;
	-webkit-background-clip: inherit;
	background-clip: inherit;
	-webkit-text-fill-color: inherit;
	opacity: 0.9;
}

/* ============================================================== 
    # Video Play Button 
=================================================================== */
.video-play-button {
	display: inline-block;
	background: var(--color-primary);
	height: 60px;
	width: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	color: var(--color-heading);
	position: relative;
}

.video-play-button i {
	font-weight: 500;
	font-size: 20px;
	position: relative;
	left: 3px;
	top: 2px;
}

.video-play-button .effect {
	position: absolute;
	width: 100px;
	height: 100px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
}

.video-play-button .effect::after {
	position: absolute;
	content: "";
	width: 70px;
	height: 70px;
	background: var(--color-primary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.video-play-button .effect::before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background: var(--color-secondary);
	opacity: 0;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	z-index: -1;
	-webkit-animation: video-play 1500ms ease-out infinite;
	animation: video-play 1500ms ease-out infinite;
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.video-play-button.with-text {
	width: auto;
	background: transparent;
}

.video-play-button.with-text span {
	position: relative;
	z-index: 1;
}

.video-play-button.with-text span i {
	margin-left: 25px;
	margin-right: 30px;
	color: var(--white);
	left: -1px;
}

.video-play-button.with-text .effect {
	height: 60px;
	width: 60px;
	left: 0;
	-webkit-animation: inherit;
	animation: inherit;
	background: var(--color-primary);
	top: 0;
	opacity: 1;
	z-index: 1;
}

.video-play-button.with-text .effect::before {
	display: none;
}

.video-play-button.with-text .effect::after {
	background: var(--color-primary);
	height: 100%;
	width: 100%;
	z-index: inherit;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.video-play-button.with-text.optional .effect {
	background: var(--white);
}

.video-play-button.with-text.optional .effect::after {
	background: var(--white);
}

.video-play-button.with-text.optional span i {
	color: var(--color-primary);
}


figure.snip1157 {
	font-family: 'Raleway', Arial, sans-serif;
	position: relative;
	overflow: hidden;
	margin: 55px;
	min-width: 177px;
	max-width: 329px;
	width: 100%;
	color: #333;
	text-align: left;
}

figure.snip1157 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

figure.snip1157 img {
	max-width: 100%;
	vertical-align: middle;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 40px 0 0 10px;
}

figure.snip1157 blockquote {
	display: block;
	border-radius: 8px;
	position: relative;
	background-color: #fafafa;
	padding: 25px 50px 30px 50px;
	font-size: 0.8em;
	font-weight: 500;
	margin: 0;
	line-height: 1.6em;
	font-style: italic;
}

figure.snip1157 blockquote:before,
figure.snip1157 blockquote:after {
	font-family: 'FontAwesome';
	content: "\201C";
	position: absolute;
	font-size: 50px;
	opacity: 0.3;
	font-style: normal;
}

figure.snip1157 blockquote:before {
	top: 25px;
	left: 20px;
}

figure.snip1157 blockquote:after {
	content: "\201D";
	right: 20px;
	bottom: 0;
}

figure.snip1157 .arrow {
	top: 100%;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fafafa;
	margin: 0;
	position: absolute;
}

figure.snip1157 .author {
	position: absolute;
	bottom: 45px;
	padding: 0 10px 0 120px;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

figure.snip1157 .author h5 {
	opacity: 0.8;
	margin: 0;
	font-weight: 800;
}

figure.snip1157 .author h5 span {
	font-weight: 400;
	color: white;
	text-transform: none;
	/* padding-left: 5px; */
}

.icon {
	margin-top: 10px !important;
}

/* ============================================================== 
    # Button Styles
=================================================================== */
.btn-sm {
	padding: 12px 25px;
}

.btnnn {
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 6px;
	border: 2px solid transparent;
	box-shadow: none !important;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #00B207;
	position: relative;
	z-index: 1;
}

.btnnn:hover {
	background-color: green;
	color: var(--white);
}

/* .btn {
	display: inline-block;
	font-weight: 700;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 6px;
	border: 2px solid transparent;
	box-shadow: none !important;
	font-size: 16px;
	letter-spacing: 0;
	padding: 13px 30px;
	background: #E7EDF8;
	position: relative;
	z-index: 1;
} */

.btn:focus,
.btn.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	border: 2px solid transparent;
}

/* .btn:hover {
	background-color: var(--color-primary);
	color: var(--white);
} */

.btn.radius {
	border-radius: 6px;
}

.btn.btn-border {
	border: 2px solid #e7e7e7;
	background: transparent;
}

.btn.btn-border:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: #e7e7e7;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border.animation:hover {
	border-color: #e7e7e7;
	color: var(--dark);
}

.btn.btn-border.animation:hover::after {
	width: 100%;
}

.btn.btn-border-dark {
	border: 2px solid var(--dark);
	background: transparent;
}

.btn.btn-border-dark:hover {
	background: var(--dark);
	border-color: var(--dark);
}

.btn.btn-border-dark.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-dark.animation:hover {
	border-color: var(--dark);
	color: var(--white);
}

.btn.btn-border-dark.animation:hover::after {
	width: 100%;
}

.btn.btn-border-theme {
	border: 2px solid var(--color-primary);
	background: transparent;
}

.btn.btn-border-theme:hover {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.btn.btn-border-theme.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-theme.animation:hover {
	border-color: var(--color-primary);
	color: var(--white);
}

.btn.btn-border-theme.animation:hover::after {
	width: 100%;
}

.btn.btn-border-light {
	border: 2px solid var(--white);
	background: transparent;
	color: var(--white);
}

.btn.btn-border-light:hover {
	background: var(--white);
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-border-light.animation:hover {
	border-color: var(--white);
	color: var(--dark);
}

.btn.btn-border-light.animation:hover::after {
	width: 100%;
}

.btn.btn-gradient {
	border: none;
	color: var(--white);
}

.btn.btn-gradient::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 100%;
	z-index: -1;
	background-image: var(--bg-gradient);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-gradient:hover::after {
	background-position: -70% 0;
}

.btn.btn-gradient.active {
	background-position: -70% 0;
}

.btn.btn-theme {
	color: var(--white);
	border: none;
	background-color: #36C63F;
}

.btn.btn-theme::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--color-secondary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-theme:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary {
	color: white;
	border: none;
	text-align: center;
	/* display: flex; */
	align-items: center;
	justify-content: center;
}

.btn.btn-theme.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: auto;
	/* width: 115%; */
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.text-light .btn.btn-theme.secondary::after {
	background-color: var(--white);
}

.btn.btn-theme.secondary:hover {
	color: var(--white);
}

.text-light .btn.btn-theme.secondary:hover {
	color: var(--color-heading);
}

.btn.btn-theme.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-theme.hover-light::after {
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover {
	color: var(--dark);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.btn.btn-theme.hover-light:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-light {
	color: var(--color-heading);
	border: none;
	background: var(--white);
	border: 2px solid transparent;
}

.btn.btn-light.btn-md {
	padding: 13px 52px;
}

.btn.btn-light:hover {
	color: var(--white);
	background: transparent;
	border: 2px solid var(--white);
}

.btn.btn-dark {
	color: var(--white);
	background: var(--dark);
	border: none;
}

.btn.btn-dark::after {
	position: absolute;
	top: 0;
	right: inherit;
	bottom: inherit;
	left: 0;
	content: "";
	height: 100%;
	width: 0;
	z-index: -1;
	background-color: var(--color-primary);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.shadow .btn.btn-dark::after {
	background-color: var(--white);
}

.shadow .btn.btn-dark:hover {
	color: var(--color-heading) !important;
}

.btn.btn-dark:hover::after {
	width: 100%;
}

.btn.btn-dark.secondary {
	color: var(--white);
	border: none;
	background: var(--dark-optional);
}

.btn.btn-dark.secondary::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background-color: var(--white);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	-webkit-transform: translateY(-45%) skew(25deg) scale(0);
	transform: translateY(-45%) skew(25deg) scale(0);
}

.btn.btn-dark.secondary:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
}

.btn.btn-dark.secondary:hover {
	color: var(--color-heading);
}

.btn i {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.btn.text-slide {
	min-width: 150px;
	height: 55px;
	line-height: 55px;
}

.btn.text-slide span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.btn.animate-border {
	overflow: inherit;
	z-index: inherit;
	width: 200px;
	height: 55px;
	line-height: 55px;
	padding: 0;
}

.btn.animate-border:hover {
	background: transparent;
	color: var(--dark);
}

.btn.animate-border:hover .hover-border::after,
.btn.animate-border:hover .hover-border::before {
	opacity: 1;
	-webkit-animation: open 0.4s;
	/* Chrome, Safari, Opera */
	animation: open 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border:hover .hover-border-bottom::after,
.btn.animate-border:hover .hover-border-bottom::before {
	opacity: 1;
	-webkit-animation: openB 0.4s;
	/* Chrome, Safari, Opera */
	animation: openB 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.btn.animate-border .hover-border {
	position: absolute;
	left: 0;
	top: -1px;
	height: 100%;
	width: 100%;
}

.btn.animate-border .hover-border::before {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-left: solid 2px var(--color-primary);
	right: 98px;
	top: -1px;
}

.btn.animate-border .hover-border::after {
	position: absolute;
	content: "";
	height: 0;
	width: 0;
	display: block;
	opacity: 0;
	border-top: solid 2px var(--color-primary);
	border-right: solid 2px var(--color-primary);
	left: 98px;
	top: -1px;
}

.btn.animate-border .hover-border-bottom {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
}

.btn.animate-border .hover-border-bottom::before {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 55px;
	border-bottom: solid 2px var(--color-primary);
	right: -1px;
	bottom: -2px;
}

.btn.animate-border .hover-border-bottom::after {
	position: absolute;
	content: "";
	width: 0;
	display: block;
	opacity: 0;
	height: 100%;
	border-bottom: solid 2px var(--color-primary);
	left: 0;
	bottom: -2px;
}

.btn.animated-arrow {
	border: none;
	background: transparent;
	min-width: 14rem;
	height: auto;
	padding: 0;
}

.btn.animated-arrow .circle {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: relative;
	display: block;
	margin: 0;
	width: 3.5rem;
	height: 3.5rem;
	background: var(--color-primary);
	border-radius: 2rem;
}

.btn.animated-arrow .circle .icon {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	left: 15px;
	width: 1.125rem;
	height: 0.125rem;
	background: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.btn.animated-arrow .circle .icon::before {
	position: absolute;
	content: "";
	top: -0.25rem;
	right: 0.0625rem;
	width: 0.625rem;
	height: 0.625rem;
	border-top: 0.125rem solid var(--white);
	border-right: 0.125rem solid var(--white);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn.animated-arrow .button-text {
	-webkit-transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px 0;
	margin: 0 0 0 70px;
	color: var(--dark);
	line-height: 2;
	text-align: left;
	width: 100%;
	font-size: 14px;
}

.btn.animated-arrow:hover {
	color: var(--white);
}

.btn.animated-arrow:hover .circle {
	width: 100%;
}

.btn.animated-arrow:hover .circle .icon.arrow {
	background: var(--white);
	-webkit-transform: translate(1.5rem, 0);
	transform: translate(1.5rem, 0);
}

.btn.animated-arrow:hover .button-text {
	color: var(--white);
}

.btn.circle {
	border-radius: 30px !important;
}

.btn-simple {
	line-height: 1;
	text-transform: uppercase;
	display: inline-block;
	color: var(--color-paragraph);
}

.btn-simple i {
	transform: rotate(-45deg);
	display: inline-block;
	margin-left: 2px;
}

.btn-simple:hover {
	color: var(--color-primary);
}

.video-btn i {
	display: inline-block;
	height: 55px;
	width: 55px;
	text-align: center;
	line-height: 55px;
	background: var(--color-primary);
	border-radius: 50%;
	position: relative;
	margin-right: 20px;
	color: var(--white);
}

.text-light .video-btn i {
	background: var(--white);
	color: var(--color-primary);
}

.video-btn i::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: var(--color-primary) repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	z-index: -1;
}

.text-light .video-btn i::after {
	background: var(--white) repeat scroll 0 0;
}

.text-shine {
	background: linear-gradient(to right, var(--dark) 0, var(--white) 10%, var(--color-primary) 20%);
	background-position: 0;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-animation: shine 3s infinite linear;
	animation: shine 3s infinite linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-text-size-adjust: none;
	font-weight: 800;
	font-size: 16px;
	text-decoration: none;
	white-space: nowrap;
	padding: 12px 48px;
}

.animate-inout {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
	color: var(--white);
	font-size: 12px;
	text-transform: capitalize;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
	border: solid 2px var(--color-primary);
	cursor: pointer;
}

.btn-icon {
	position: relative;
	padding-left: 20px;
}

.btn-icon:hover {
	color: var(--color-primary);
}

.btn-icon::after {
	position: absolute;
	right: 10px;
	top: 50%;
	content: "";
	height: 2px;
	left: 0;
	background: var(--color-heading);
	transform: translateY(-50%);
	margin-top: -1px;
	transition: all 0.35s ease-in-out;
}

.btn-icon:hover::after {
	background: var(--color-primary);
}

.btn-icon i {
	font-weight: 500;
}

.btn-icon:hover {
	padding-left: 40px;
}

.animate-inout span {
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	line-height: 20px;
}

.animate-inout::before,
.animate-inout::after {
	width: 0%;
	height: 0%;
	position: absolute;
	content: "";
	border-radius: 100%;
}

.animate-inout:after {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: var(--white);
}

.animate-inout:before {
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: var(--color-primary);
}

.animate-inout.animate-inout-borde {
	background: transparent;
	color: var(--dark);
}

.animate-inout.animate-inout-borde::after {
	background: -webkit-gradient(linear, left top, right top, from(#8A6552), to(#472d20));
	background: linear-gradient(90deg, #8A6552 0%, #472d20 100%);
}

.animate-inout.animate-inout-borde:hover {
	color: var(--white);
}

.animate-inout.animate-inout-borde:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout.animate-inout-borde:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.animate-inout:hover {
	color: var(--dark);
}

.animate-inout:hover::before,
.animate-inout:hover::after {
	width: 200px;
	height: 200px;
	border-radius: 4px;
}

.animate-inout:hover::before {
	-webkit-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}

.animate-inout:hover::after {
	-webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}

.btn-md {
	padding: 16px 52px;
	font-size: 17px;
}

.btn-sm {
	padding: 16px 50px;
	font-size: 14px;
}

/* ============================================================== 
    # Breadcrumb Styles
=================================================================== */
.breadcrumb-area {
	padding: 150px 0;
	padding-top: 160px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.breadcrumb-area .top-pad-extra {
	padding-top: 240px;
}

.breadcrumb-area .row {
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb {
	background: transparent none repeat scroll 0 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.breadcrumb-area .breadcrumb>li+li::before {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	padding: 0 5px;
	color: var(--white);
	display: none;
}

.breadcrumb-area .breadcrumb li {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	z-index: 1;
	font-weight: 600;
	font-size: 16px;
}

.breadcrumb-area .breadcrumb li a {
	font-weight: 700;
}

.breadcrumb-area .breadcrumb li a:hover {
	color: var(--color-primary);
}

.breadcrumb-area .breadcrumb li.active {
	color: var(--color-secondary);
}

.breadcrumb-area .breadcrumb li::after {
	content: "\f105";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	right: -5px;
	position: absolute;
	line-height: 0;
	top: 50%;
	font-size: 14px;
	color: var(--white);
}

.breadcrumb-area .breadcrumb li i {
	margin-right: 3px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
	display: none;
}

.breadcrumb-area h1 {
	display: block;
	font-weight: 800;
	margin-top: -10px;
}

@media only screen and (max-width: 767px) {
	.breadcrumb-area {
		padding: 80px 0 !important;
	}
}



/* ============================================================== 
    # Topbar Styles
=================================================================== */
.top-bar-area .flex-item {
	display: flex;
	align-items: center;
}

.top-bar-area.fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.top-bar-area ul li {
	display: inline-block;
	margin-right: 25px;
}

.top-bar-area p {
	margin: 0;
	margin-right: 30px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	padding-right: 30px;
}

.top-bar-area .text-end ul li {
	margin-right: 13px;
	margin-left: 13px;
}

.top-bar-area .social {
	display: inline-block;
	padding: 15px 30px;
}

.top-bar-area {
	overflow: hidden;
}

.top-bar-area .flex-item i {
	margin-right: 5px;
	font-weight: 100;
	position: relative;
}

.top-bar-area .container {
	position: relative;
	z-index: 1;
}

.top-bar-area .container::after {
	position: absolute;
	right: 15px;
	top: 0;
	content: "";
	height: 100%;
	width: 400%;
	background: var(--dark);
	z-index: -1;
}

.top-style-one .logo img {
	height: 60px;
}

.top-style-one .social li {
	display: inline-block;
}

.top-style-one {
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e7e7e7;
}

.top-style-one.transparent {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .logo {
	text-align: center;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 15px 0;
}

.top-style-one.transparent .logo {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.top-style-one .social li a {
	display: inline-block;
	height: 43px;
	width: 43px;
	text-align: center;
	line-height: 45px;
	background: var(--bg-gradient);
	color: var(--white);
	border-radius: 50%;
	font-size: 15px;
}

.top-style-one .text-end.social li {
	margin-left: 3px;
}

.top-style-one .info i {
	font-weight: 100;
	font-size: 20px;
	position: relative;
	top: 2px;
	margin-right: 3px;
	color: var(--color-primary);
}

.top-style-one .info li {
	font-weight: 500;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}

.top-style-one .info li i {
	display: inline-block;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	margin-right: 20px;
}

.top-style-one .info li span {
	display: block;
	font-weight: 500;
	line-height: 1.1;
	font-size: 15px;
}

.top-style-one .info li a {
	font-size: 18px;
	text-transform: lowercase;
}

.top-style-one .info li .content {
	margin-bottom: -8px;
}

.top-style-one .text-end li {
	justify-content: right;
	text-align: left;
}

.top-style-one.bg-dark .logo {
	border-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 1024px) {
	.top-style-one.transparent {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
	}
}

/* Navbar */

nav.navbar.validnavs.inc-shape::after {
	position: absolute;
	left: 0;
	bottom: -10px;
	content: "";
	height: 100px;
	width: 100%;
	background: url(../img/shape/brush-down.png);
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom;
}



/* ============================================================== 
    # Banner Styles
=================================================================== */
.banner-area {
	height: 100%;
	width: 100%;
	position: relative;
}

@media (max-width: 1023px) {
	.banner-area {
		height: auto;
	}
}

.banner-area div {
	height: 100%;
}

.banner-area div.swiper-slide .row div {
	height: auto;
}

.banner-area.top-pad-80 .content {
	padding-top: 80px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-80 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-80 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-90 .content {
	padding-top: 90px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-90 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-90 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-100 .content {
	padding-top: 100px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-100 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-100 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-110 .content {
	padding-top: 110px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-110 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-110 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-120 .content {
	padding-top: 120px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-120 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-120 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-130 .content {
	padding-top: 130px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-130 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-130 .content {
		padding-top: 140px;
	}
}

.banner-area.top-pad-150 .content {
	padding-top: 150px;
}

@media (max-width: 1023px) {
	.banner-area.top-pad-150 .content {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area.top-pad-150 .content {
		padding-top: 140px;
	}
}

.banner-area.auto-height {
	height: auto;
}

.banner-area.auto-height div {
	height: auto;
}

.banner-area.auto-height .content {
	padding: 200px 0;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height .content {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height .content {
		padding: 120px 0;
	}
}

.banner-area.auto-height .content .thumb {
	padding-left: 35px;
}

@media (max-width: 991px) {
	.banner-area.auto-height .content .thumb {
		padding-left: 0;
		margin-top: 50px;
	}
}

.banner-area.auto-height.inc-header-transparent .content {
	padding-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 140px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent .content {
		padding-top: 220px;
	}
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .info {
	padding-top: 80px;
}

.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
	margin-top: 250px;
}

@media only screen and (max-width: 767px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.auto-height.inc-header-transparent.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area .content {
	position: relative;
	z-index: 9;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

@media (max-width: 1023px) {
	.banner-area .content {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.banner-area .content {
		padding: 60px 0;
	}
}

.banner-area h4 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translate3d(-15%, 0, 0);
	transform: translate3d(-15%, 0, 0);
	opacity: 0;
	visibility: hidden;
}

.banner-area h2 {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}

.banner-area p,
.banner-area ul {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	padding-right: 25%;
	margin: 0;
	visibility: hidden;
}

@media (max-width: 1023px) {
	.banner-area p {
		padding-right: 0;
	}
}

.banner-area.text-center p {
	padding-left: 13%;
	padding-right: 13%;
}

@media (max-width: 1023px) {
	.banner-area.text-center p {
		padding: 0;
	}
}

.banner-area .thumb {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.banner-area .button {
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
	border-radius: 20px;
	margin-top: 30px;
}

.banner-area .banner-slide h4 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide h2 {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide p,
.banner-area .banner-slide ul {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide .button {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active p,
.banner-area .banner-slide .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .banner-slide .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1800ms;
	transition-delay: 1800ms;
}

.banner-area.double-items .thumb {
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.banner-area.double-items .swiper-slide.swiper-slide-active .thumb {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 500ms;
	transition-delay: 500ms;
	visibility: visible;
	opacity: 1;
}

.banner-area.double-items.bottom-thumb .content {
	padding: 0;
}

.banner-area.double-items.bottom-thumb .content .thumb {
	margin-top: 120px;
}

@media only screen and (max-width: 767px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 50px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.banner-area.double-items.bottom-thumb .content {
		padding: 120px 0;
	}

	.banner-area.double-items.bottom-thumb .content .thumb {
		margin-top: 50px;
	}
}

.banner-area.zoom-effect .banner-thumb {
	-webkit-transition: 10s ease-out;
	transition: 10s ease-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
}

.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.banner-area .swiper-notification {
	display: none;
}

.banner-area .swiper-slide.swiper-slide-active h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	transition-delay: 800ms;
}

.banner-area .swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	transition-delay: 1600ms;
}

.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 2400ms;
	transition-delay: 2400ms;
}

.banner-area .swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 3200ms;
	transition-delay: 3200ms;
}

.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
	-webkit-transition-delay: 2900ms;
	transition-delay: 2900ms;
}

.banner-area .banner-style-three.swiper-slide.swiper-slide-active h2 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	text-align: left;
	font-size: 45px;
	visibility: visible;
	-webkit-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-area .banner-style-three.swiper-slide.swiper-slide-active .button {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	text-align: left;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-area .banner-items {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.banner-area:hover .swiper-button-prev,
.banner-area:hover .swiper-button-next {
	opacity: 1;
}

.banner-area:hover .swiper-button-prev {
	left: 30px;
	right: auto;
}

.banner-area:hover .swiper-button-next {
	right: 30px;
	left: auto;
}

.banner-area .swiper-button-prev,
.banner-area .swiper-button-next {
	height: auto;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 0;
}

.banner-area .swiper-button-prev::after,
.banner-area .swiper-button-next::after {
	font-size: 28px;
	color: var(--white);
}

.banner-area.navigation-circle .swiper-button-prev,
.banner-area.navigation-circle .swiper-button-next {
	height: 60px;
	width: 60px;
	line-height: 60px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.banner-area.navigation-circle .swiper-button-prev::after,
.banner-area.navigation-circle .swiper-button-next::after {
	font-size: 16px;
}

.banner-area.navigation-right-bottom .swiper-button-prev,
.banner-area.navigation-right-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 50px;
	border-radius: inherit;
}

.banner-area.navigation-right-bottom .swiper-button-prev {
	right: 92px;
}

.banner-area.navigation-between-bottom .content {
	padding-bottom: 105px;
}

@media only screen and (min-width: 829px) and (max-width: 1023px) {
	.banner-area.navigation-between-bottom .content {
		padding-bottom: 220px;
	}
}

.banner-area.navigation-between-bottom .swiper-button-prev,
.banner-area.navigation-between-bottom .swiper-button-next {
	left: auto;
	right: 30px;
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	bottom: 30px;
	border-radius: inherit;
}

.banner-area.navigation-between-bottom .swiper-button-prev {
	left: 30px;
	right: auto;
}

@media only screen and (max-width: 830px) {

	.banner-area .swiper-button-prev,
	.banner-area .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-custom .swiper-button-prev::after {
	font-family: 'ElegantIcons';
	content: "\23";
	font-size: 22px;
}

.banner-area.navigation-custom .swiper-button-next::after {
	font-family: 'ElegantIcons';
	content: "\24";
	font-size: 22px;
}

.banner-area.navigation-text .swiper-button-prev,
.banner-area.navigation-text .swiper-button-next {
	opacity: 1;
	top: auto;
	-webkit-transform: inherit;
	transform: inherit;
	left: auto;
	right: 0;
	bottom: 0;
	display: inline-block;
	width: 150px;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	height: 100px;
	line-height: 100px;
}

@media only screen and (max-width: 830px) {

	.banner-area.navigation-text .swiper-button-prev,
	.banner-area.navigation-text .swiper-button-next {
		display: none;
	}
}

.banner-area.navigation-text .swiper-button-prev {
	right: 151px;
}

.banner-area.navigation-text .swiper-button-prev::after {
	font-family: var(--font-heading);
	content: "Prev";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.6px;
}

.banner-area.navigation-text .swiper-button-next::after {
	font-family: var(--font-heading);
	content: "Next";
	text-transform: uppercase !important;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.6px;
}

.banner-area.navigation-icon-solid .swiper-button-prev::after,
.banner-area.navigation-icon-solid .swiper-button-next::after {
	font-size: 30px;
}

.banner-area.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-custom-large .swiper-button-next {
	min-width: 65px;
	height: 30px;
	margin: 0;
}

.banner-area.navigation-custom-large .swiper-button-prev::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f104";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	left: 8px;
}

.banner-area.navigation-custom-large .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	right: inherit;
	bottom: inherit;
	left: 12px;
	content: "";
	height: 2px;
	width: 50px;
	z-index: -1;
	background-color: var(--white);
	margin-top: -1px;
}

.banner-area.navigation-custom-large .swiper-button-next::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f105";
	font-weight: 100;
	font-size: 30px;
	position: absolute;
	right: 8px;
}

.banner-area.navigation-custom-large .swiper-button-next::before {
	position: absolute;
	top: 50%;
	right: 12px;
	bottom: inherit;
	left: inherit;
	content: "";
	height: 2px;
	width: 50px;
	z-index: -1;
	background-color: var(--white);
	margin-top: -1px;
}

.banner-area.navigation-right-botom .swiper-button-prev,
.banner-area.navigation-right-botom .swiper-button-next {
	position: absolute;
	left: auto;
	right: 30px;
	top: auto;
	bottom: 40px;
	opacity: 1;
	-webkit-transform: inherit;
	transform: inherit;
}

.banner-area.navigation-right-botom .swiper-button-prev {
	right: 60px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev,
.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-next {
	bottom: 30px;
}

.banner-area.navigation-right-botom.navigation-custom-large .swiper-button-prev {
	right: 100px;
}

.banner-area .swiper-pagination {
	height: auto;
	bottom: 35px;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet {
	height: 4px;
	width: 50px;
	background: rgba(255, 255, 255, 0.5);
	opacity: 1;
	border-radius: inherit;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: white;
	height: 7px;
}

@media only screen and (max-width: 767px) {
	.banner-area.include-pagination .content {
		padding-bottom: 100px;
	}
}

.banner-area .swiper-pagination-fraction span {
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

.banner-area .swiper-pagination-fraction span.swiper-pagination-current {
	font-size: 30px;
	font-family: var(--font-heading);
	font-weight: 800;
}



/* ============================================================== 
    # Services 
=================================================================== */
.area-box {
	position: relative;
	max-width: 90%;
	margin: auto;
}

.shape-left-top {
	position: absolute;
	left: 0;
	top: 0;
}

.area-box .shape-left-top {
	max-width: 15%;
}

.services-style-one-area {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.services-style-one {
	/*padding: 50px 30px;*/
	background: var(--white);
	position: relative;
	z-index: 1;
}

.services-style-one p {
	margin: 0;
}

.services-style-one i {
	display: inline-block;
	font-size: 80px;
	margin-bottom: 20px;
	color: var(--color-primary);
	font-weight: 800;
	background: var(--bg-gradient);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.services-style-one a:hover {
	color: var(--color-primary);
}


.services-style-one .thumb {
	display: inline-block;
	position: relative;
	z-index: 1;
	margin-bottom: 4px;
	margin-top: 20px;
}

.services-style-one .thumb::after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: "";
	height: 150px;
	width: 150px;
	background: var(--color-secondary);
	z-index: -1;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.services-style-one .overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.2;
}

.services-style-one .overlay img {
	margin: 0;
}

.half-bg-theme {
	position: relative;
	z-index: 1;
}

.half-bg-theme::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	height: 30%;
	width: 100%;
	background: var(--dark);
	z-index: -1;
}

.shape-extra {
	position: absolute;
	left: 0;
	bottom: 30%;
	max-width: 40%;
	opacity: 0.1;
	z-index: -1;
}




.services-details-area .faq-style-one button.accordion-button {
	background: #fbfbfb !important;
	border: 1px solid #f3ecec !important;
	padding: 20px 25px !important;
	padding-right: 60px !important;
}

.services-details-items .faq-style-one button.accordion-button::after {
	top: 15px;
}

.faq-style-one button.accordion-button {
	background: var(--white);
	color: var(--color-heading);
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	font-size: 18px;
	font-weight: 600;
	padding: 25px !important;
	background: var(--white) !important;
	border-radius: 10px !important;
	padding-right: 60px !important;
	position: relative;
}

.faq-style-one button.accordion-button::after {
	background: transparent;
	content: "\f107";
	font-family: "Font Awesome 5 Pro";
	font-weight: 100;
	font-size: 25px;
	position: absolute;
	top: 20px;
	right: 25px;
}

.faq-style-one button.accordion-button:not(.collapsed)::after {
	-webkit-transform: inherit;
	transform: inherit;
	content: "\f106";
}

.faq-style-one button.accordion-button:focus {
	background: transparent;
	color: var(--color-heading);
	border: none;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	padding-left: 0;
	font-weight: 600;
}

.faq-style-one .accordion-item {
	background: transparent;
	border: none;
	margin-top: 15px;
}

.faq-style-one .accordion-item h2 {
	margin: 0;
}

.faq-style-one .accordion-body {
	padding-left: 0;
}

.faq-style-one .accordion-body p {
	margin: 0;
}

.faq-style-one button.accordion-button strong {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	margin-right: 12px;
	border: 1px solid #e7e7e7;
}



/* ============================================================== 
    # Fun Factor 
=================================================================== */

.mask-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
	font-size: 110px;
	font-weight: 900;
	margin: 0;
	line-height: 1;
	text-transform: capitalize;
	font-family: var(--font-secondary);
}

.product-list-item a {
	background: #2c5848;
	padding: 40px 30px;
	border-radius: 10px;
	display: block;
	font-weight: 700;
	margin-bottom: 30px;
}

.product-list-box {
	display: grid;
	grid-column-gap: 30px;
	grid-auto-columns: minmax(0, 1fr);
	grid-auto-flow: column;
}

.product-list-item h5 {
	font-weight: 700;
	margin: 0;
}

.product-list-item a:hover {
	background: var(--color-secondary);
}

.product-list-item a:hover h5 {
	color: var(--color-heading);
}

.product-list-item a h5 {
	transition: all 0.35s ease-in-out;
}

.bg-gray .product-list-item a:hover {
	background: var(--color-primary);
}

.bg-gray .product-list-item a:hover h5 {
	color: var(--white);
}

.bg-gray .product-list-item a h5 {
	transition: all 0.35s ease-in-out;
}

.product-list-item img {
	height: 60px;
	margin-bottom: 17px;
}

.product-list-item h4 {
	margin: 0;
}

.shape-bottom-right {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 40%;
	z-index: -1;
	opacity: 0.1;
}

.shape-bottom-right img {
	max-width: 120%;
}

.product-list-area {
	position: relative;
	z-index: 1;
}

.bg-gray .product-list-item a {
	background: var(--white);
	border-radius: inherit;
	padding-top: 40px;
}

.product-list-box.colums-5 {
	grid-template-columns: 2fr 2fr 2fr 2fr 2fr;
}

.product-list-box.colums-4 {
	grid-template-columns: 2fr 2fr 2fr 2fr;
}

.product-list-box.colums-3 {
	grid-template-columns: 2fr 2fr 2fr;
}

.product-list-box.colums-2 {
	grid-template-columns: 2fr 2fr;
}

.product-list-area {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.bg-gray .product-list-item .thumb {
	display: inline-block;
	position: relative;
	z-index: 1;
}

.bg-gray .product-list-item .thumb::after {
	position: absolute;
	left: 0;
	top: -3px;
	content: "";
	height: 60px;
	width: 60px;
	background: var(--color-secondary);
	z-index: -1;
	border-radius: 50%;
}

@media (min-width: 1350px) {
	.box-layout {
		max-width: 95%;
		margin: auto;
	}
}


/* ============================================================== 
    # Blog 
=================================================================== */

.blog-grid .meta {
	margin-bottom: 10px;
}

.blog-grid .thumb img {
	border-radius: inherit;
	margin-bottom: 35px;
}

.blog-grid .info .title {
	margin-bottom: 0;
}

.blog-grid .info .title {
	line-height: 1.4;
	font-size: 22px;
}

.blog-area .date {
	display: inline-block;
	background: var(--white);
	color: var(--color-heading);
	font-size: 24px;
	text-align: center;
}

.blog-area .thumb .date {
	position: absolute;
	right: 0;
	bottom: 8px;
	margin: 0;
	padding: 0;
	font-weight: 900;
}

.blog-area .thumb .date strong {
	padding: 10px 5px;
	display: inline-block;
	line-height: 1;
	font-weight: 700;
}

.blog-area .date span {
	display: block;
	font-size: 13px;
	background: var(--dark);
	color: var(--white);
	padding: 2px 10px;
	min-width: 70px;
	font-weight: 500;
}

.blog-area.full-blog .date {
	border: 1px solid var(--color-primary);
	margin-bottom: 30px;
}

.blog-area.full-blog .date strong {
	font-size: 42px;
	font-family: var(--font-default);
	font-weight: 700;
}

.blog-area.full-blog .date span {
	padding: 5px 15px;
}

.blog-area.full-blog .thumb .date {
	right: auto;
	left: 50px;
	bottom: -32px;
	margin: 0;
	border: none;
}

.blog-area.full-blog .info {
	padding-top: 60px;
}

.blog-area.full-blog.thumb-less .info,
.blog-area.full-blog .thumb-less .info,
.thumb-less .info {
	padding-top: 50px;
}

.blog-area.single .thumb .date {
	right: auto;
	left: 0;
	background: var(--color-secondary);
}

.blog-area.full-blog.single .info {
	margin-top: 60px !important;
}

.blog-area.full-blog.single.thumb-less .info,
.blog-area.full-blog.single .thumb-less .info,
.blog-area .thumb-less .info {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.blog-area.full-blog .thumb .date {
		background: var(--color-secondary);
	}
}

.blog-area.full-blog.blog-grid .thumb .date {
	background: var(--color-secondary);
	left: 0 !important;
}

.blog-area.full-blog.blog-grid .thumb .date span {
	padding: 5px 20px;
}

.blog-area.full-blog.blog-grid .info {
	padding: 0 !important;
	box-shadow: inherit;
	padding-top: 55px !important;
}

/* ============================================================== 
    # Contact Us
=================================================================== */
.col-tact-stye-one {
	padding: 20px;
	background: linear-gradient(to bottom, #ffffff, #f5f5f5);
	/* White gradient background */
	border-radius: 10px;
	text-align: center;
	/* Center align content */
}

.contact-style-one-info {
	display: inline-block;
	/* Set to inline-block to center align */
	text-align: left;
	/* Reset text-align */
}

.contact-style-one-info .icon {
	font-size: 24px;
	margin-bottom: 10px;
	color: #555;
	/* Icon color */
}

.contact-style-one-info .info {
	margin-bottom: 10px;
}

.contact-style-one-info hr {
	border: 0;
	border-top: 1px solid #ddd;
	/* Horizontal line color */
	margin: 10px auto;
	/* Center horizontal line */
	width: 50%;
	clear: both;
	/* Place each horizontal line on a new line */
}

.contact-area {
	background-size: 20%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.contact-area .shape-left-top {
	max-width: 30%;
	top: 60px;
	opacity: 0.1;
}

.contact-style-one-info li {

	margin-top: 30px;
}

.contact-style-one-info li i {
	display: inline-block;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	background: var(--color-primary);
	border-radius: 50%;
	color: var(--white);
	font-size: 25px;
	margin-right: 20px;
}

.contact-style-one-info li:nth-child(2) i {
	background: var(--color-secondary);
}

.contact-style-one-info li:nth-child(3) i {
	background: var(--dark);
}

.contact-style-one-info li p {
	margin: 0;
}

.contact-style-one-info li h5 {
	font-weight: 700;
	margin-bottom: 5px;
}

.contact-style-one-info li a {
	font-weight: 400;
}

.contact-style-one-info h2 {
	font-size: 36px;
	font-weight: 800;
	margin-bottom: 15px;
	line-height: 1;
}

.contact-style-one-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 50px;
}

.contact-form-style-one {
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding: 65px 80px;
	border-radius: 10px;
	position: relative;
	background: var(--white);
}

p.text_form.kon-tact {
	margin-bottom: 25px;
}

.contact-form-style-one .illustration {
	position: absolute;
	left: -130px;
	bottom: -60px;
	z-index: -1;
}

.contact-form-style-one .sub-heading {
	margin-bottom: 15px;
}

.contact-form-style-one .heading {
	margin-bottom: 30px;
}

.contact-form-style-one input,
.contact-form-style-one textarea {
	margin-bottom: 15px;
	padding: 15px 20px;
	border: none;
	background: #f8f8f8;
	font-size: 14px;
}

.contact_infodeatil {
	box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
	padding: 44px 80px;
	border-radius: 10px;
}

.carousel-inner img {
	width: 1400px;
}


.info_block {
	margin: 0 auto;
	/* Center the block horizontally */
	text-align: center;
	/* Center align text inside the block */
}


.info_block p {
	margin-top: 10px;
	text-align: center;
	/* Add space between image and text */
}

.col-lg-4 hr {
	border: 0;
	border-top: 1px solid #ccc;
	/* Horizontal line color */
	margin: 20px 0;
	/* Add space above and below the line */
}

a.contact_textt {
	display: block;
	margin: 0;
	padding: 5px 0;
}

.sendmebutton {
	margin-top: 25px;
}

.rounded-sendme {
	display: inline-block;
	padding: 15px 40px;
	background-color: #00B207;
	color: #fff;
	border-radius: 30px;
	/* Adjust the border-radius to control the roundness */
	border: none;
	cursor: pointer;
}

img.loader {
	margin-left: 8px;
}

.contact-style-one-info h2 span {
	position: relative;
	z-index: 1;
}

.contact-style-one-info h2 span svg {
	position: absolute;
	top: auto;
	left: 50%;
	width: 80%;
	height: 100%;
	transform: translate(-50%);
	overflow: visible;
	bottom: 0;
	z-index: -1;
}

.contact-style-one-info h2 span path {
	stroke: var(--color-secondary);
	stroke-width: 10;
	stroke-dasharray: 1500;
	fill: none;
}

.maps-area iframe {
	min-height: 550px;
	margin-bottom: -10px;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.error-box h1 {
	font-size: 200px;
	font-weight: 900;
	line-height: 150px;
	margin-bottom: 30px;
}

.error-box h2 {
	font-weight: 800;
	margin-bottom: 20px;
}

.alert-notification {
	margin-top: 30px;
}

.alert-notification .alert {
	margin: 0;
}

.alert-notification h3 {
	font-weight: 700;
	margin-bottom: 8px;
	font-size: 22px;
	color: red;
}

.alert-notification p {
	margin: 0;
}

.alert-notification p strong {
	color: #232323;
}

.alert-notification .alert.alert-success h3 {
	color: green;
}


/* ============================================================== 
    # Footer 
=================================================================== */
footer {
	position: relative;
	z-index: 1;
	background-color: #F2F2F2;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	overflow: hidden;
	margin-top: -10px;
}

.shape-right-bottom {
	position: absolute;
	right: 0;
	width: 200px;
	background-repeat: no-repeat;
	bottom: 0;
	background-position: right bottom;
	z-index: -1;
	background-size: contain;
}

.shape-left-bottom {
	position: absolute;
	left: 0;
	width: 50%;
	background-repeat: no-repeat;
	bottom: 0;
	background-position: left bottom;
	z-index: -1;
	background-size: contain;
}

.footer-item .logo,
.footer-item .widget-title {
	margin-bottom: 30px;
}

.footer-item .logo {
	height: 60px;
}

.footer-item .widget-title {
	font-weight: 800;
}

.footer-item.link li {
	margin-top: 12px;
}

.footer-item.link li:first-child {
	margin: 0;
}

.footer-item.link li a {
	font-weight: 500;
	color: #dedede;
}

.footer-item.link li a:hover {
	color: var(--color-secondary);
}

.footer-item.recent-post li {
	display: flex;
	margin-top: 30px;
}

.footer-item.recent-post li img {
	width: 80px;
	max-width: 80px;
	margin-right: 20px;
	border-radius: 10px;
}

.footer-item.recent-post li:first-child {
	margin: 0;
}

.footer-item.recent-post li .meta-title span {
	color: var(--color-secondary);
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}

.footer-item.recent-post li a {
	line-height: 1;
	font-weight: 600;
	color: #dedede;
	font-size: 16px;
}

.footer-item.recent-post li a:hover {
	color: var(--color-secondary);
}

.footer-item.recent-post li h5 {
	margin: 0;
	line-height: 1.3;
}

.footer-item.about {
	padding-right: 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	margin-right: 20px;
}

.footer-item.about p {
	color: #dedede;
}

.footer-item.about form {
	margin-top: 30px;
	position: relative;
}

.footer-item.about form button {
	position: absolute;
	right: 8px;
	top: 8px;
	border-radius: 50%;
	background: var(--color-secondary);
	border: none;
	height: 50px;
	width: 50px;
	text-transform: uppercase;
	font-weight: 900;
}

.footer-item.about form input {
	min-height: 66px;
	padding-left: 30px;
	border-radius: 50px;
	border: none;
}

.footer-item.contact li {
	display: flex;
	margin-top: 20px;
}

.footer-item.contact li strong {
	display: block;
	text-transform: uppercase;
	color: var(--white);
	font-size: 14px;
}

.author h5 {
	color: #fff;
}

.footer-item.contact li i {
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	/* margin-top: 18px; */
	margin-right: 20px;
	background: rgba(255, 255, 255, 0.1);
	color: var(--white);
	border: 1px dashed rgba(255, 255, 255, 0.3);
	font-weight: 300;
	font-size: 18px;
}

.footer-item.contact li {
	color: #dedede;
}

.footer-item.contact li p {
	margin: 0;
	color: #dedede;
}

.footer-item.contact li a {
	color: #dedede;
	font-weight: 500;
}

.footer-item.contact li a:hover {
	color: var(--color-secondary);
}

/* Footer Bottom */

.footer-bottom li {
	display: inline-block;
}

.footer-bottom .text-end li {
	margin-left: 25px;
}

.footer-bottom .text-end li a {
	font-weight: 500;
}

.footer-bottom p {
	margin: 0;
	color: #dedede;
}

.footer-bottom {
	padding: 20px 0;
	background: var(--dark);
	position: relative;
	z-index: 1;
	padding-right: 30px;
}

.footer-bottom a:hover {
	color: var(--color-secondary);
}

.footer-bottom a {
	font-weight: 500;
	color: #dedede;
}

.footer-bottom::after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 500%;
	background: #1a4133;
	z-index: -1;
	border-radius: 0 30px 0 0;
}

/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../img/preloader.gif) center no-repeat #fff;
	text-align: center;
}


/* ============================================================== 
     # Responsive CSS  
=================================================================== */


/* Custom Layout */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.top-bar-area .text-end ul li {
		margin-right: 10px;
		margin-left: 10px;
	}

	.top-bar-area .align-center,
	.top-bar .align-center {
		align-items: center;
	}
}


/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {

	.heading-left .left-info {
		border: none !important;
		padding: 0;
		margin-bottom: 25px;
	}

	/* Topbar */
	.top-bar-area .text-end {
		text-align: center !important;
	}

	.top-bar-area .social {
		width: 100%;
		padding: 10px 30px;
		display: none;
	}

	.top-bar-area .container::after {
		right: -50%;
	}

	.top-bar-area .flex-item {
		padding: 10px 0;
		justify-content: center;
	}

	.top-bar .align-center {
		align-items: center;
	}

	.top-style-one .logo {
		display: none;
	}

	.top-style-one .align-center {
		justify-content: center;
	}

	.top-style-one .align-center>div {
		border-left: 1px solid rgba(255, 255, 255, 0.2);
	}

	.top-style-one .align-center>div:first-child {
		border: none;
		padding-right: 0;
	}

	.top-style-one .info li {
		justify-content: center;
		padding-left: 5px;
	}

	.top-bar.top-style-one {
		padding: 15px 0;
	}

	/* Banner */
	.banner-area.banner-style-two .content {
		padding-top: 100px;
		padding-bottom: 150px;
	}

	.banner-style-two .content h2 {
		font-size: 60px;
	}

	.banner-area .content p {
		font-size: 16px;
	}

	.banner-area.text-center .content p,
	.banner-area .text-center .content p {
		padding: 0 10% !important;
	}

	.banner-style-two .swiper-slide.swiper-slide-active .shape-animation .item:nth-child(3) {
		display: none;
	}

	.banner-style-two .swiper-slide.swiper-slide-active .shape-animation .item:first-child {
		left: 0;
		text-align: left;
	}

	.banner-style-three h2 {
		font-size: 60px;
	}




	/* About */
	.banner-style-one .content::after {
		top: 60px !important;
	}

	.about-style-one .thumb>img {
		margin: auto;
		max-width: 100%;
		border-radius: inherit;
	}

	.about-style-one .thumb {
		text-align: center;
	}

	.about-style-one .thumb .sub-item {
		left: auto;
		right: 0;
		display: none;
	}

	.about-style-two .info {
		margin: 0;
		right: 0;
	}

	.about-style-two {
		margin: 0;
	}

	.about-style-two ul.counter-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
		float: none;
		padding: 0;
		margin: 0;
		grid-column-gap: 30px;
		padding-bottom: 50px;
		text-align: center;
	}

	ul.counter-list li {
		margin: 0;
	}

	.counter-list .fun-fact .counter {
		justify-content: center;
	}

	.top-product-item {
		float: left;
		width: 48%;
		margin: 0;
		margin-right: 4% !important;
		margin-top: 30px !important;
	}

	.top-product-item:last-child {
		margin-right: 0 !important;
	}

	/* Why Choose Us */
	.choose-us-style-one .thumb {
		margin-left: 20px;
		margin-bottom: 50px;
	}

	.choose-us-style-one .thumb>img {
		padding: 0;
	}

	/* Services */
	.services-style-one-area {
		text-align: center;
	}

	/* Farmer */
	.farmer-single-area .farmer-content-top .right-info {
		padding: 0 15px;
		margin-top: 30px;
		padding-bottom: 120px;
	}

	.farmer-single-area .bottom-info .skill-items {
		margin-top: 50px;
		padding-left: 0;
	}


	/* Product Features */
	.product-features-style-one::after {
		left: -50%;
		top: 0;
	}

	.product-feature-style-one {
		text-align: center;
	}

	.product-features-style-one .organic-badge {
		display: none;
	}


	/* Choose us Style Two */
	.choose-us-style-two .fun-fact-style-one {
		text-align: left;
	}

	.half-bg-light::after {
		height: 100%;
	}


	/* Product list */
	.product-list-box {
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-columns: inherit;
		grid-auto-flow: inherit;
	}

	.mask-text {
		font-size: 80px;
		line-height: 1.1;
	}

	/* Testimonials */
	.testimonial-info {
		margin-bottom: 90px;
		margin-left: -30px;
	}

	.testimonials-area {
		text-align: center;
	}

	/* Fun Factor */
	.fun-fact-style-one {
		text-align: center;
	}

	.fun-fact-style-one .heading {
		border: none;
		padding: 0;
		margin-bottom: 40px;
	}

	.fun-fact-style-one .fun-fact .counter {
		font-size: 60px;
	}

	.fun-facts-area .item-inner .shape-right {
		right: 0;
		max-width: 160px;
		top: -90px;
	}

	/* Project */

	.project-info .project-basic-info {
		display: block;
	}

	.project-info {
		top: 0;
		margin: 0;
		bottom: 0;
		margin-top: 30px;
		padding: 50px;
		overflow: hidden;
	}

	.project-info .project-basic-info li a {
		float: none;
		margin-top: 15px;
	}

	.project-info .project-basic-info li {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.project-info .project-basic-info li:first-child {
		margin: 0;
		padding: 0;
		border: none;
	}

	.project-details-area .top-info .left-info {
		padding-right: 15px;
	}

	li.project-feature-list {
		display: block;
	}

	li.project-feature-list i {
		margin-bottom: 30px;
	}


	/* Order Process */
	.order-process-tab-navs {
		margin-top: 50px;
		float: left;
		width: 100%;
		margin-bottom: 40px;
	}

	.order-process-tab-navs .nav-link {
		border-radius: inherit;
		display: inline-block;
		width: 48%;
		float: left;
		margin: 0;
		margin-right: 4%;
	}

	.order-process-tab-navs .nav-link:last-child {
		margin: 0;
	}

	.process-style-one .shape {
		left: auto;
		right: 0;
		top: -120px;
		display: none;
	}

	.process-style-one {
		text-align: center;
	}

	.call-to-action {
		justify-content: center;
	}

	.order-process-tab-content {
		text-align: left;
	}


	/* Footer */
	footer .f-items {
		padding-top: 70px;
	}

	.footer-item {
		margin-top: 11px;
	}

	.footer-bottom::after {
		right: -50%;
	}

	.footer-bottom {
		text-align: center;
		padding-right: 0;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 8px;
	}

	.footer-bottom .text-end li {
		margin: 0 15px;
		position: relative;
		z-index: 1;
	}

	.footer-bottom .text-end li::after {
		position: absolute;
		right: -20px;
		top: 12px;
		content: "";
		height: 6px;
		width: 6px;
		background: var(--white);
		border-radius: 50%;
		opacity: 0.5;
	}

	.footer-bottom .text-end li:last-child::after {
		display: none;
	}
}


/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {

	.bg-fixed {
		background-attachment: inherit !important;
	}

	/* Topbar */
	.top-bar-area .text-end {
		text-align: center !important;
	}

	.top-bar-area .social {
		display: block;
	}

	.top-bar-area .container::after {
		right: -50%;
	}

	.top-bar-area .flex-item {
		text-align: center;
		display: block;
		padding: 15px 0;
	}

	.top-bar-area p {
		margin: 0;
		padding: 0;
		border: none;
		margin-bottom: 10px;
	}

	.top-bar-area .flex-item ul li {
		margin: 0 15px;
	}

	.top-bar-area {
		display: none;
	}

	.top-style-one .text-end li {
		justify-content: center;
		border: none;
		padding: 15px 0;
	}

	.top-style-one .logo {
		border: none;
		border-top: 1px solid;
		border-bottom: 1px solid;
	}

	.top-style-one .info li {
		justify-content: center;
		padding: 20px 0;
	}

	.top-style-one {
		display: none;
	}


	/* Navbar */
	nav.navbar.validnavs.inc-shape::after {
		bottom: -4px !important;
	}

	.navbar.navbar-common .attr-right {
		display: none;
	}

	/* Banner */
	.banner-area h2 {
		font-size: 36px !important;
	}

	.banner-area .content p {
		padding: 0 !important;
		font-size: 15px;
		line-height: 1.7;
	}

	.banner-style-two.content {
		padding-bottom: 90px;
	}

	.banner-style-two .content {
		padding-bottom: 100px;
	}

	.banner-style-one h2 strong::after {
		display: none;
	}

	.banner-style-one .content::after {
		top: 20px;
		display: none;
	}

	.banner-style-two .shape-animation {
		display: none;
	}

	/* About */
	.about-style-two .info {
		right: 0;
		margin: 0;
		padding: 30px;
	}

	.about-style-one .thumb .sub-item {
		left: 50%;
		transform: translateX(-50%);
		display: none;
	}

	.about-style-one .thumb {
		margin-bottom: 30px;
		text-align: center;
	}

	.about-style-one .thumb>img {
		max-width: 100%;
		margin: auto;
		border-radius: inherit;
	}

	.check-solid-list {
		display: inline-block;
		text-align: left;
	}

	.top-product-item {
		text-align: center;
	}

	.top-product-item:first-child {
		margin-top: 30px;
	}

	.about-style-two {
		margin: 0;
	}

	.about-style-two ul.counter-list {
		display: block;
		bottom: 0;
	}

	ul.counter-list li {
		margin: 0;
		width: 100%;
		margin-top: 30px;
		text-align: center;
	}

	.counter-list .fun-fact .counter {
		justify-content: center;
	}

	.about-style-two .thumb img {
		top: 0;
		margin: 0;
		margin-top: 30px;
	}


	/* Product Feature */
	.product-features-style-one .organic-badge {
		display: none;
	}

	.product-offer-item .counter-class .item-list {
		display: block;
	}

	.product-offer-item {
		padding: 50px;
	}

	.product-offer-item .counter-class .item-list .counter-item::after {
		display: none;
	}

	.product-offer-carousel {
		text-align: center;
		background-color: var(--dark);
	}

	.product-offer-item .counter-class .item-list .counter-item {
		margin: 0;
	}

	.shop-category-style-one.bg-cover {
		padding-top: 200px;
		background-position: top !important;
		background-size: contain !important;
		background-repeat: no-repeat;
		background-color: var(--dark);
	}

	.product-offer-carousel-pagination {
		display: none;
	}


	/* Product Features */
	.product-features-style-one::after {
		left: -50%;
		top: 0;
	}

	.product-features-style-one {
		display: block;
	}

	.product-feature-item {
		padding-top: 60px;
	}

	.product-feature-style-one {
		text-align: center;
	}


	/* Choose Us Style Two */

	.choose-us-style-two .fun-fact-style-one .fun-fact {
		text-align: left;
	}

	.choose-us-style-two .fun-fact-style-one .fun-fact {
		justify-content: left;
		margin: 0;
		margin-top: 30px;
	}

	.choose-us-style-two .fun-fact-style-one .fun-fact .counter {
		justify-content: left;
	}

	.half-bg-light::after {
		height: 100%;
	}


	/* Services */
	.services-style-one {
		text-align: center;
	}

	.services-style-one-area .heading-left {
		text-align: center;
	}

	.shape-box-right-top-animated {
		display: none;
	}

	/* Order Process */
	.process-style-one {
		text-align: center;
	}

	.call-to-action {
		justify-content: center;
		margin-bottom: 50px;
	}

	.order-process-tab-navs .nav-link {
		text-align: center;
		border-radius: inherit;
		margin-bottom: 30px;
	}

	.order-process-tab-content {
		text-align: left;
	}


	/* Product List */
	.product-list-box {
		grid-template-columns: 1fr 1fr;
		grid-auto-columns: inherit;
		grid-auto-flow: inherit;
	}

	.mask-text {
		font-size: 40px;
		line-height: 1.2;
	}

	.shape-bottom-right {
		display: none;
	}

	/* Fun Fact */
	.fun-fact-style-one .heading {
		border: none;
		margin: 0;
		padding: 0;
		margin-bottom: 30px;
	}

	.fun-facts-area {
		text-align: center;
	}

	.fun-fact-style-one .fun-fact .counter {
		justify-content: center;
		font-size: 50px;
	}

	.fun-fact-style-one .fun-fact {
		display: block;
		text-align: center;
	}

	.fun-fact-style-one .item {
		margin-top: 30px;
	}

	.fun-fact-style-one .item:first-child {
		margin: 0;
	}

	.fun-facts-area .item-inner .shape-right {
		right: 0;
		top: 0;
		max-width: 100px;
	}

	/* Project */
	.display-grid.colum-two {
		display: block;
	}

	.project-info .project-basic-info {
		display: block;
	}

	.project-info {
		top: 0;
		margin: 0;
		bottom: 0;
		margin-top: 30px;
		padding: 30px;
		overflow: hidden;
	}

	.project-info .project-basic-info li a {
		float: none;
		margin-top: 15px;
	}

	.project-info .project-basic-info li {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}

	.project-info .project-basic-info li:first-child {
		margin: 0;
		padding: 0;
		border: none;
	}

	.project-details-area .top-info .left-info {
		padding-right: 15px;
	}

	li.project-feature-list {
		margin-top: 30px;
	}


	/* Farmer */
	.farmer-style-one-item .info {
		float: none;
		width: 100%;
		text-align: center;
	}

	.farmer-single-area .farmer-content-top .right-info {
		padding: 0 15px;
		margin-top: 30px;
		padding-bottom: 50px;
	}

	.farmer-single-area .bottom-info .skill-items {
		margin-top: 40px;
		padding-left: 0;
	}

	/* Why Choose us */
	.choose-us-style-one .thumb>img {
		padding: 0;
	}

	.choose-us-style-one .thumb .shape {
		display: none;
	}

	.choose-us-style-one .thumb {
		margin-left: 20px;
		margin-bottom: 40px;
	}

	/* Testimonials */
	.testimonial-info {
		max-width: 100%;
		max-height: 100%;
		min-width: 300px;
		min-height: 300px;
		height: auto;
		margin: 0;
		margin-bottom: 30px;
		width: auto;
	}

	.testimonial-info img:first-child {
		left: 0;
		top: 0;
		height: 100px;
	}

	.testimonial-info img:nth-child(2) {
		left: 0;
		height: 80px;
	}

	.testimonial-info img:nth-child(3) {
		right: 0;
		height: 70px;
		top: 50px;
	}

	.testimonial-info img:nth-child(4) {
		bottom: 0;
		height: 80px;
	}

	.testimonial-info::after {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}

	.testimonials-area {
		text-align: center;
	}

	/* Contact Form */



	.info_block {
		margin: 0 auto;
		/* Center the block horizontally */
		text-align: center;
		/* Center align text inside the block */
	}

	.image_contact {
		text-align: center;
		max-width: 100%;
		/* Ensure image doesn't overflow container */
	}

	.contact-form-style-one {
		padding: 60px 50px;
		margin-bottom: 30px;
	}

	/* Footer */
	.footer-item {
		margin-top: 50px;
		border: none !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}

	footer .item:first-child .footer-item {
		margin-top: 0;
	}

	.footer-bottom::after {
		right: -50%;
	}

	.footer-bottom {
		text-align: center;
		padding-right: 0;
	}

	.footer-bottom .text-end {
		text-align: center !important;
		margin-top: 8px;
	}

	.footer-bottom .text-end li {
		margin: 0 15px;
		position: relative;
		z-index: 1;
	}

	.footer-bottom .text-end li::after {
		position: absolute;
		right: -20px;
		top: 12px;
		content: "";
		height: 6px;
		width: 6px;
		background: var(--white);
		border-radius: 50%;
		opacity: 0.5;
	}

	.footer-bottom .text-end li:last-child::after {
		display: none;
	}
}


/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 767px) {

	/* Portfolio */
	.gallery-items.colums-2 .pf-item,
	.gallery-items.colums-3 .pf-item {
		width: 50%;
	}
}

/* Max Wide Mobile Layout: 600px. */
@media only screen and (min-width: 600px) and (max-width: 1200px) {

	/* Portfolio */
	.gallery-items.colums-4 .pf-item {
		width: 50%;
	}
}



/* Custom Layout */
@media only screen and (max-width: 480px) {

	/* Navbar */
	nav.navbar.validnavs.inc-shape::after {
		display: none;
	}

	.breadcrumb-area h1 {
		font-size: 36px;
	}

	/* Product Item */
	.product-list-item a {
		padding: 40px 5px;
	}

	.product-list-item h5 {
		font-size: 15px;
	}

	/* Why Choose Us */
	.choose-us-style-one .thumb {
		margin: 0;
		margin-bottom: 30px;
	}

	.choose-us-style-one .thumb::after {
		display: none;
	}

	.product-produce {
		display: none;
	}

	.shop-category-style-one.bg-cover {
		padding-top: 140px;
	}

	.product-offer-item {
		padding: 50px 30px;
	}

	.list-grid {
		grid-template-columns: 1fr;
	}

	/* Contact Form */
	.contact-form-style-one {
		padding: 30px;
		margin-bottom: 30px;
	}

	/* Blog */
	.blog-area.full-blog .info {
		padding: 30px !important;
		padding-top: 60px !important;
	}

	.blog-area.full-blog .thumb .date {
		left: 30px !important;
	}

	.blog-area.full-blog.single .thumb .date {
		left: 0 !important;
	}

	/* Error */
	.error-box h1 {
		font-size: 120px;
		line-height: 90px;
	}
}

/* Custom Layout */
@media only screen and (max-width: 1199px) {

	/* Blog */
	.blog-area.home-blog .thumb .date {
		background: var(--color-secondary);
		right: auto;
		left: 0;
		bottom: 25px;
	}

	.blog-area.home-blog .thumb img {
		margin-bottom: 53px;
	}
}

/* Desktop Mini */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-style-one .pl-50 {
		padding-left: 15px;
		margin-top: 30px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 30px;
	}

	.top-product-item {
		margin: 0;
	}

	.testimonial-style-one.swiper {
		margin-left: 50px;
	}
}

/*-----------------------------------------------------------------------------------

    
    CSS INDEX
    =========================================
    01. header css here
    02. slider area css here
    03. product section css here
    04. banner section css here 
    05. blog area css here
    06. newsletter area css here
    07. footer area css here
    08. shop page css here
    09. error page css heer 
    10. about page css here
    11. blog page css here 
    12. blog details css here
    13. cart page css here
    14. checkout page css here
    15. contact page css here
    16. faq page css here
    17. login page css here
    18. my account css here
    19. portfolio page css here
    20. services page css here
    21. shipping css here
    22. wishlist css here
    23. newsletter popup css here
    24. modal css here
    25. portfolio css here
    
    

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,900,900i");

* {
	box-sizing: border-box;
}

/* transition */
/* flex */
/* transform */
/* opacity */
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
/*-- Common Style --*/
*,
*::after,
*::before {
	box-sizing: border-box;
}

html,
body {
	height: 100%;
}

a,
button {
	color: inherit;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

button,
input[type="submit"] {
	cursor: pointer;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

/*-- 
    - Common Classes
-----------------------------------------*/
.fix {
	overflow: hidden;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.container {
	max-width: 1200px;
}

@media only screen and (min-width: 992px) and (max-width:1600px) {

	.btnn {
		margin: 6px !important;
		/* padding: 20px; */
		height: 79px;
		width: 250px;
		border: none;
		outline: none;
		padding: 21px 16px;
		background-color: #D9D9D9;
		cursor: pointer;
	}

	/* .container {
		max-width: 970px;
	} */
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* .container {
		max-width: 750px;
	} */
}

@media only screen and (max-width: 767px) {
	/* .container {
		width: 450px;
	} */
}

@media only screen and (max-width: 479px) {
	/* .container {
		width: 100%;
	} */
}

.capitalize {
	text-transform: capitalize;
}

.uppercase {
	text-transform: uppercase;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
	margin: 0;
}

/*-- 
   
----
    Scroll Up 
-----------------------------------------*/
#scrollUp {
	background: #ea000d none repeat scroll 0 0;
	bottom: 85px;
	color: #ffffff;
	cursor: pointer;
	display: none;
	font-size: 20px;
	height: 45px;
	line-height: 39px;
	position: fixed;
	right: 12px;
	text-align: center;
	width: 45px;
	z-index: 9999;
	border-radius: 50%;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

#scrollUp:hover i {
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
}

/*-- 
    - Main Wrapper
-----------------------------------------*/
.main-wrapper.header-transparent {
	padding: 0 !important;
	margin: 0 !important;
}

/*-- 
    - Section Padding
-------------------------------------*/
.section-ptb {
	padding: 100px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-ptb {
		padding: 90px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-ptb {
		padding: 80px 0;
	}
}

@media only screen and (max-width: 767px) {
	.section-ptb {
		padding: 70px 0;
	}
}

@media only screen and (max-width: 479px) {
	.section-ptb {
		padding: 60px 0;
	}
}

.section-pt {
	padding-top: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pt {
		padding-top: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pt {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pt {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pt {
		padding-top: 60px;
	}
}

.section-pt-70 {
	padding-top: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pt-70 {
		padding-top: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pt-70 {
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pt-70 {
		padding-top: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pt-70 {
		padding-top: 30px;
	}
}

.section-pb-70 {
	padding-bottom: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pb-70 {
		padding-bottom: 60px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pb-70 {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pb-70 {
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pb-70 {
		padding-bottom: 30px;
	}
}

.section-pb {
	padding-bottom: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-pb {
		padding-bottom: 90px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-pb {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pb {
		padding-bottom: 70px;
	}
}

@media only screen and (max-width: 479px) {
	.section-pb {
		padding-bottom: 60px;
	}
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-17 {
	margin-top: 17px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-23 {
	margin-top: 23px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-32 {
	margin-top: 32px;
}

.mt-47 {
	margin-top: 47px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-57 {
	margin-top: 57px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-42 {
	margin-bottom: 42px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-47 {
	margin-bottom: 47px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-53 {
	margin-bottom: 53px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-57 {
	margin-bottom: 57px;
}

.mb-60 {
	margin-bottom: 60px;
}


@media only screen and (max-width: 767px) {
	.hover_category .select_option::after {
		right: 6px;
	}
}

.section_title {
	margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section_title {
		margin-bottom: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.section_title {
		margin-bottom: 22px;
	}
}

.section_title h2 {
	font-size: 18px;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 0;
	margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section_title h2 {
		font-size: 16px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section_title h2 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.section_title h2 {
		font-size: 15px;
		line-height: 15px;
	}
}

.section_title h2 span {
	padding: 8px 15px 8px 3px;
	color: #ea000d;
	border-color: #ea000d;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	position: relative;
}

.section_title h2 span::before {
	content: "";
	border-left: 1px solid #ea000d;
	height: 5px;
	width: 1px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.section_title h2 span::after {
	content: "";
	border-left: 1px solid #ea000d;
	height: 5px;
	width: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.product_thumb {
	position: relative;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

@media only screen and (max-width: 767px) {
	.product_thumb {
		text-align: center;
	}
}

.single_deals_product {
	display: flex;
	border-bottom: 1px solid #e5e5e5;
	align-items: center;
	padding: 23px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single_deals_product {
		padding: 32px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_deals_product {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.single_deals_product {
		flex-direction: column;
	}
}

.single_deals_product:hover .quick_button {
	opacity: 1;
	visibility: visible;
}

.single_deals_product:last-child {
	border-bottom: 0;
}

.single_deals_product .product_thumb {
	width: 46%;
	padding: 0 12px;
}

@media only screen and (max-width: 767px) {
	.single_deals_product .product_thumb {
		width: 100%;
		margin-bottom: 19px;
	}
}

.single_deals_product .product_content {
	width: 54%;
	padding-left: 20px;
}

@media only screen and (max-width: 767px) {
	.single_deals_product .product_content {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
}

.product_name h3 {
	font-size: 17px;
	line-height: 24px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.product_name h3 a:hover {
	color: #ea000d;
}

/* .product_rating {
  margin-bottom: 10px;
} */
.product_rating ul li {
	display: inline-block;
}

.product_rating ul li a {
	font-size: 16px;
	color: #f9bb00;
}

.price_box {
	margin-bottom: 17px;
}

.price_box span.current_price {
	font-size: 24px;
	line-height: 25px;
	color: #ea000d;
}

.price_box span.old_price {
	font-size: 13px;
	line-height: 25px;
	text-decoration: line-through;
	margin-left: 6px;
}

.action_links ul li {
	display: inline-block;
	margin-right: 4px;
}

.action_links ul li:last-child {
	margin-right: 0;
}

.action_links ul li.wishlist a,
.action_links ul li.compare a {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	text-align: center;
}

.action_links ul li a {
	text-transform: capitalize;
	border: 1px solid #e5e5e5;
	line-height: 39px;
	display: block;
	font-size: 14px;
	background: #fff;
}

.action_links ul li a:hover {
	background: #ea000d;
	border-color: #ea000d;
	color: #ffffff;
}

.action_links ul li.add_to_cart a {
	padding: 0 20px;
	border-radius: 30px;
	word-spacing: 1px;
}

.action_links ul li.add_to_cart a i {
	margin-right: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.action_links ul li.add_to_cart a {
		padding: 0 15px;
	}
}

.product_timing {
	background: rgba(220, 220, 220, 0.9);
	border-radius: 4px;
	padding: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
}


/*small product css here*/
.small_product_wrapper {
	background: #ffffff;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

.small_product_wrapper button {
	position: absolute;
	top: -63px;
	right: 40px;
	width: 32px;
	height: 32px;
	border: 1px solid #e5e5e5;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.small_product_wrapper button:hover {
	background: #ea000d;
	border-color: #ea000d;
	color: #ffffff;
}

.small_product_wrapper button.next_arrow {
	right: 0;
}

.small_product_items {
	display: flex !important;
	padding: 17px 0;
	border-top: 1px solid #e5e5e5;
}

.small_product_items .product_thumb {
	width: 40%;
}

.small_product_items .product_content {
	width: 55%;
	margin-left: 20px;
}

.small_product_items .product_name h3 {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 8px;
}

.small_product_items .price_box {
	margin-bottom: 0;
}

.small_product_items .price_box span.current_price {
	font-size: 15px;
	line-height: 18px;
}

.small_product_items .product_rating {
	margin-bottom: 5px;
}

/*new product area css here*/
.product_carousel:hover .owl-nav>* {
	opacity: 1;
	visibility: visible;
}

.product_carousel .owl-nav>* {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: 10px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #e5e5e5 !important;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.product_carousel .owl-nav>*:hover {
	background: #ea000d !important;
	border-color: #ea000d !important;
	color: #fff !important;
}

.product_carousel .owl-nav>*.owl-next {
	right: 10px;
	left: auto;
}

@media only screen and (max-width: 767px) {

	.product_carousel .action_links ul li.wishlist a,
	.product_carousel .action_links ul li.compare a {
		width: 35px;
		height: 35px;
		line-height: 33px;
	}
}

@media only screen and (max-width: 767px) {
	.product_carousel .action_links ul li.add_to_cart a {
		padding: 0 10px;
		word-spacing: 0px;
		line-height: 33px;
	}
}

.product_carousel .product_thumb a img {
	width: inherit;
}

@media only screen and (max-width: 767px) {
	.product_carousel .product_thumb a img {
		margin: 0 auto;
	}
}

.new_product_wrapper {
	border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.new_product_wrapper {
		border: 0;
	}
}

.new_product_wrapper .single_product {
	padding: 0 10px 20px;
}

@media only screen and (max-width: 767px) {
	.new_product_wrapper .single_product.product_center {
		border-top: 1px solid #e5e5e5;
		border-bottom: 1px solid #e5e5e5;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.new_product_wrapper .action_links ul li.wishlist a,
	.new_product_wrapper .action_links ul li.compare a {
		width: 36px;
		height: 36px;
		line-height: 34px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.new_product_wrapper .action_links ul li.add_to_cart a {
		padding: 0 12px;
		word-spacing: 0;
		font-size: 12px;
		line-height: 34px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_right_sidebar {
		display: flex;
		border-left: 0;
		border: 1px solid #e5e5e5;
	}
}

.single_product_right_sidebar .single_product {
	border-bottom: 1px solid #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single_product_right_sidebar .single_product {
		border-bottom: 0;
		width: 500%;
		border-right: 1px solid #e5e5e5;
	}

	.single_product_right_sidebar .single_product:last-child {
		border-right: 0;
	}
}

.single_product_right_sidebar .single_product:last-child {
	border-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_center {
		border: 1px solid #e5e5e5;
		margin-bottom: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_center .product_thumb {
		text-align: center;
	}
}

.product_center .product_content {
	margin-top: 40px;
}

.product_center .product_name h3 {
	font-size: 17px;
	line-height: 24px;
}

.product_center .price_box span.current_price {
	font-size: 24px;
}

.product_header {
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.product_header {
		flex-direction: column;
	}
}

/* .product_carousel {
  border: 1px solid #e5e5e5;
} */
/* .product_carousel .single_product {
  border-right: 1px solid #e5e5e5;
} */
.product_carousel .single_product {
	padding: 20px 0;
}

.label_product {
	position: absolute;
	top: 20px;
	right: 20px;
}

.label_product span {
	line-height: 20px;
	padding: 0 10px;
	text-transform: uppercase;
	background: #ea000d;
	color: #ffffff;
	display: block;
	font-size: 10px;
}

/*custom paroduct css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.custom_product_area {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.custom_product_area {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.custom_product_area .small_product_area {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.custom_product_area .small_product_area {
		margin-bottom: 50px;
	}
}

.custom_product_area .small_product_items {
	padding: 17px 15px;
}

.custom_product_area .product_thumb {
	width: 35%;
}

.custom_product_area .product_content {
	width: 58%;
}

/*home two css here*/
.deals_product_carousel .single_deals_product {
	flex-direction: column;
	border-right: 1px solid #e5e5e5;
	padding: 29px 0;
}

.deals_product_carousel .product_thumb {
	width: 100%;
	padding-top: 40px;
}

.deals_product_carousel .product_thumb a img {
	width: inherit;
	margin: 0 auto;
}

.deals_product_carousel .product_content {
	width: 100%;
	padding-left: 0;
	padding: 0 25px;
	position: relative;
}

.deals_product_carousel .product_timing {
	top: 0;
	bottom: auto;
}

.deals_product_carousel .action_links {
	position: absolute;
	right: 25px;
	bottom: 0;
}

@media only screen and (max-width: 767px) {
	.deals_product_carousel .action_links {
		position: inherit;
		right: 0;
	}
}

.deals_product_carousel .price_box {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.deals_product_carousel .price_box {
		margin-bottom: 17px;
	}
}

.deals_product_carousel .owl-nav>* {
	position: absolute;
	top: -63px;
	right: 40px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e5e5e5 !important;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.deals_product_carousel .owl-nav>*:hover {
	background: #ea000d !important;
	border-color: #ea000d !important;
	color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
	.deals_product_carousel .owl-nav>* {
		display: none;
	}
}

.deals_product_carousel .owl-nav>*.owl-next {
	right: 0;
}

.deals_product_carousel .product_timing {
	max-width: 350px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.deals_product_carousel .product_timing {
		max-width: 260px;
	}
}

@media only screen and (max-width: 479px) {
	.deals_product_carousel .label_product {
		display: none;
	}
}

.deals_tab_two ul.nav li a {
	padding: 11px 0;
}

.deals_tab_two ul.nav li a i {
	font-size: 20px;
	margin-bottom: 6px;
}

.alarm_icone {
	width: 50px;
	float: left;
	border-right: 1px solid #ffffff;
	padding-right: 15px;
	margin-right: 15px;
}

.alarm_icone i {
	font-size: 38px;
	line-height: 48px;
	color: #ea000d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_column3 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.product_column3 {
		margin-bottom: 30px;
	}
}

.product_column3 .owl-nav>* {
	top: -50px;
	right: 40px;
	opacity: inherit;
	visibility: inherit;
	left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_column3 .owl-nav>* {
		top: -55px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product_column3 .owl-nav>* {
		top: -49px;
	}

	.custom-icon {
		height: 45px !important;
		width: 55px !important;
	}

	.custom-content span {
		top: -10px !important;
	}
}

@media only screen and (max-width: 767px) {
	.product_column3 .owl-nav>* {
		top: -49px;
	}
}

.product_column3 .owl-nav>*.owl-next {
	right: 0;
}

.product_column3 .single_product {
	padding: 23px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_column3 .single_product {
		padding: 5px 0 15px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_column3 .product_thumb a img {
		max-width: 196px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_column3 .action_links ul li.add_to_cart a {
		padding: 0 17px;
	}
}

.new_product_two_container .banner_thumb {
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.new_product_two_container .row {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.new_product_two_container .row {
		flex-direction: column-reverse;
	}
}

/*home three css here*/
.section_title_two h2 {
	padding: 0 0 14px;
	position: relative;
}

.section_title_two h2::before {
	position: absolute;
	content: "";
	width: 80px;
	height: 2px;
	background: #00B207;
	bottom: 0;
	left: 0;
}


.small_product_four button {
	top: -52px;
}

@media only screen and (max-width: 767px) {
	.small_product_four button {
		top: -42px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.deals_container_four {
		margin-top: 48px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.deals_container_four {
		margin-top: 48px;
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.new_product_reverse {
		flex-direction: column-reverse;
	}
}

@media only screen and (max-width: 767px) {
	.new_product_reverse {
		flex-direction: column-reverse;
	}
}

.home_section_right_sidebar .product_column3 .owl-nav *> {
	top: -39px;
}

@media only screen and (max-width: 767px) {
	.home_section_right_sidebar .product_column3 .owl-nav *> {
		top: -30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.deals_sidebar_product {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.deals_sidebar_product {
		margin-top: 20px;
	}
}

.product_style7 {
	border: 0;
}

.product_style7 .single_product {
	border: 1px solid #e5e5e5;
}

.product_style7 .owl-item.last .single_product {
	border-right: 1px solid #e5e5e5;
}


.product_version_eight .section_title_two h2::before {
	background: #02a8f3;
}

.product_version_eight .owl-nav>* {
	top: -42px;
}

.product_version_eight .owl-nav>*:hover {
	background: #02a8f3 !important;
	border-color: #02a8f3 !important;
}

.product_version_eight .single_product {
	padding: 8px 0 18px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product_version_eight .single_product {
		padding: 10px 0 21px;
	}
}

.product_version_eight .price_box {
	margin-bottom: 0px;
}

.product_version_eight .label_product span {
	background: #02a8f3;
}

.product_version_eight .quick_button a:hover {
	background: #02a8f3;
	border-color: #02a8f3;
}

.product_version_eight .product_name h3 a:hover {
	color: #02a8f3;
}

.home_product_eight .section_title_two h2::before {
	background: #02a8f3;
}

.home_product_eight .label_product span {
	background: #02a8f3;
}

.home_product_eight .quick_button a:hover {
	background: #02a8f3;
	border-color: #02a8f3;
}

.home_product_eight .owl-nav>*:hover {
	background: #02a8f3 !important;
	border-color: #02a8f3 !important;
}

.home_product_eight .product_name h3 a:hover {
	color: #02a8f3;
}

.home_product_eight .action_links ul li a:hover {
	background: #02a8f3;
	border-color: #02a8f3;
}

.home_product_eight .small_product_wrapper button:hover {
	background: #02a8f3;
	border-color: #02a8f3;
}

.blog_carousel_seven .col-lg-4 {
	flex: 0 0 100%;
	width: 100%;
}

.blog_carousel_seven.owl-carousel .owl-nav {
	display: block;
}

.blog_carousel_seven.owl-carousel .owl-nav>* {
	position: absolute;
	top: -53px;
	right: 54px;
	width: 32px;
	height: 32px;
	border: 1px solid #e5e5e5 !important;
	background: #fff;
	border-radius: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
	line-height: 30px;
}


/*06. newsletter area css here*/
.newsletter_inner {
	display: flex;
	justify-content: space-between;
	padding: 20px;
	/* border: 2px solid #fff; */
	border-radius: 20px 20px 0 0;
	/* max-width: 970px; */
	margin: 0 auto;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.newsletter_inner {
		flex-direction: column;
	}
}

.newsletter_content {
	position: relative;
	/* padding-left: 33px; */
	display: flex;
	align-items: center;
	justify-content: center;
}

/* .footer_top {
    padding: 20px;
} */

.somethingscc img {
	width: 471px;
	height: auto;
	position: absolute;
	top: 20px;
}

li.text-centerccc {
	margin-left: 8px;
}

@media only screen and (min-width: 1190px) and (max-width: 1800px) {
	.dhasjnj img {
		width: 650px;
	}
}

@media only screen and (min-width: 1400px) and (max-width: 2600px) {
	.dvshaah img {
		margin-top: 0px !important;
	}

	.footer-item.contact {
		position: relative;
		right: 40px;
	}

	.hot-sale-pachaaas {
		margin-top: 0 !important;
	}

	li.text-centerccc {
		margin-left: 8px;
	}


	p.green-check {
		margin: 15px 20px 1px !important;
	}
}


@media only screen and (min-width: 1800px) and (max-width: 2600px) {
	.somethingscc img {
		width: 471px;
		height: auto;
		position: absolute;
		top: -32px;
	}

	.dvshaah img {
		margin-top: -40px;
	}

	.dhasjnj img {
		width: 700px;
		height: auto;
	}


	.contact-form-style-one {
		padding: 40px 80px;
	}

	.footer_top {
		padding: 20px;
	}

}

.newsletter_content h2 {
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	color: #fff;

}

.our_product {
	margin-bottom: 10px;
	height: 390px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter_content h2 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter_content h2 {
		font-size: 13px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter_form {
		margin-top: 18px;
		width: 100%;
	}
}

.newsletter_form form {
	/* display: flex; */
	/* width: 550px; */
	background: #fff;
	position: relative;
	border-radius: 30px;
}

.text-end {
	text-align: end !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter_form form {
		width: 300px;
		position: relative;
		right: 41px;
	}

	.icon_css {
		color: #fff;
		font-size: 14px !important;
	}

	.all-aconss {
		position: relative;
		left: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.newsletter_form form {
		justify-content: center;
		width: 100%;
	}
}

.newsletter_form form input {
	height: 50px;
	width: 100%;
	font-size: 14px;
	padding: 0 60px 0 20px;
	border: 0;
	border-radius: 30px;
}

@media only screen and (max-width: 767px) {
	.newsletter_form form input {
		height: 43px;
	}
}

.newsletter_form form button {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	height: 100%;
	border: 0;
	font-size: 14px;
	color: #fff;
	background: #00b207;
	/* text-transform: uppercase; */
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-left: 8px;
	border-radius: 30px;
}

/* .newsletter_form form button:hover {
  color: #262626;
} */

@media only screen and (max-width: 767px) {
	.newsletter_form form button {
		font-size: 13px;
	}
}

.newsletter_form form input[type="text"]::placeholder {
	color: #444444;
	opacity: 0.5;
}

/*home three css here*/
.newsletter_three .newsletter_form form button {
	color: #00B207;
}

.newsletter_three .newsletter_form form button:hover {
	color: #262626;
}

/*home five css here*/
.newsletter_five {
	border: 1px solid #e5e5e5;
	padding: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.newsletter_five {
		padding: 15px 8px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter_five {
		padding: 25px 20px 30px;
	}
}


@media only screen and (min-width: 1022px) and (max-width: 2700px) {
	nav.mobile-bottom-nav {
		display: none;
	}
}

.newsletter_five .newsletter_content {
	padding-left: 0;
}

.newsletter_five .newsletter_content::before {
	display: none;
}

.newsletter_five .newsletter_content h2 {
	font-size: 14px;
	margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.newsletter_five .newsletter_content h2 {
		font-size: 12px;
		margin-bottom: 10px;
	}
}

.newsletter_five .newsletter_form form {
	width: 100%;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
}

.newsletter_five .newsletter_form form input {
	height: 41px;
}

.newsletter_five .newsletter_form form button {
	border-left: 1px solid #e5e5e5;
	width: 50px;
	font-size: 20px;
}

/*home six css here*/
.newsletter_six_area {
	background: #f3f3f3;
	padding-top: 50px;
}

.newsletter_six_area .newsletter_form form button {
	color: #00B207;
}

.newsletter_six_area .newsletter_form form button:hover {
	color: #262626;
}

/*home seven css here*/
.newsletter_seven .newsletter_form form button {
	color: #20a385;
}

.newsletter_seven .newsletter_form form button:hover {
	color: #262626;
}

/*home eight css here*/
/* .newsletter_eight .newsletter_form form button {
  color: #02a8f3;
} */
/* .newsletter_eight .newsletter_form form button:hover {
  color: #262626;
} */

/*testimonial css here*/
.testimonial_area {
	/* background: url(../img/bg/banner10.jpg) no-repeat scroll center center/cover; */
	background: url(../img/client_back.png) no-repeat scroll center center/cover;
	position: relative;
	padding: 70px 0;
}

.testimonial_area::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
}

.testimonial_area:hover .owl-nav>* {
	opacity: 1;
	visibility: visible;
}

.testimonial_thumb {
	width: 100px;
	float: left;
}

@media only screen and (max-width: 767px) {
	.testimonial_thumb {
		float: inherit;
		margin: 0 auto;
		margin-bottom: 20px;
		width: fit-content;

	}
}

.testimonial_thumb a img {
	border-radius: 50%;
	height: 125px;
	width: 125px !important;
	text-align: center;
	margin-top: 56px;
	margin-left: 50px;
}

.testimonial_body {
	/* background: #fff;
  border-radius: 4px;
  padding: 30px;
  padding-left: 60px;
  margin-left: 115px;
  position: relative; */
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	padding-left: 60px;
	margin-left: 198px;
	position: absolute;
	margin-top: 55px;
	width: 600px;

}

@media only screen and (max-width: 767px) {
	.testimonial_body {
		background: #fff;
		border-radius: 4px;
		padding: 30px;
		padding-left: 60px;
		margin-left: 115px;
		position: relative;
		margin-left: 0;

		padding-left: 50px;
		width: auto;
		margin-top: 0px;
		margin-bottom: 40px;
	}

}

.testimonial_body::before {
	content: "\f10d";
	font-family: FontAwesome;
	position: absolute;
	left: 28px;
	top: 16px;
	z-index: 11;
	font-size: 22px;
	color: #ea000d;
}

@media only screen and (max-width: 767px) {
	.testimonial_body::before {
		left: 20px;
	}
}

.testimonial_body p {
	color: #000;
	line-height: 22px;
}

.testimonial_body p a {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
}

.testimonial_body p a:hover {
	color: #ea000d;
}

.testimonial_body p span {
	text-transform: capitalize;
	font-style: italic;
}

.testimonial_Carousel .owl-nav>* {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	left: -40px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #e5e5e5 !important;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hottitle {
	font-size: 24px;
	color: #000;
	font-weight: 800;
}

.hottitlle {
	font-size: 24px;
	color: #000;
	font-weight: 800;
}

.pic-cdrd-yelllo {
	margin-top: 10px;
	margin-bottom: 50px;
}

@media only screen and (min-width: 1601px) and (max-width: 2200px) {

	.top_endno {
		margin-left: -36px;
		margin-right: -75px;
		/* margin: 20px; */
	}

	img.logo {
		margin-left: 75px !important;
	}

	.top-bar-area .text-end ul li {
		margin-right: 13px;
		margin-left: 224px !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	img.logo {
		margin-left: 53px !important;
	}

	.top_endno {
		margin-right: -75px;
		/* margin: 20px; */
	}

	.top-bar-area .text-end ul li {
		margin-right: 13px;
		margin-left: 131px;
	}

	.testimonial_Carousel .owl-nav>* {
		left: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial_Carousel .owl-nav>* {
		left: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial_Carousel .owl-nav>* {
		left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial_Carousel .owl-nav>* {
		left: 0;
	}
}

.testimonial_Carousel .owl-nav>*:hover {
	background: #ea000d !important;
	color: #fff !important;
	border-color: #ea000d !important;
}

.testimonial_Carousel .owl-nav>*.owl-next {
	right: -40px;
	left: auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.testimonial_Carousel .owl-nav>*.owl-next {
		right: 0;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial_Carousel .owl-nav>*.owl-next {
		right: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial_Carousel .owl-nav>*.owl-next {
		right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.testimonial_Carousel .owl-nav>*.owl-next {
		right: 0;
	}
}

/*brand css here*/
.brand_newsletter_area {
	background: #1A1A1A;
}

.brand_container {
	padding: 30px 0;
}

@media only screen and (max-width: 767px) {
	.brand_container {
		padding: 20px 0;
	}
}



.brand_container .single_brand img {
	width: inherit;
	margin: 0 auto;
}

.footer_contact {
	/* margin-left: -12px; */
	margin-bottom: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_contact {
		margin-bottom: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_contact {
		margin-bottom: 18px;
	}
}

.footer_contact ul li {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.footer_contact ul li {
		line-height: 26px;
		margin-bottom: 5px;
	}
}

.footer_contact ul li:last-child {
	margin-bottom: 0;
}

.footer_contact ul li i {
	font-size: 20px;
	/* margin-right: 15px; */
}

.insta_css {
	background-color: #F56040;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	position: absolute;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer_contact ul li i {
		/* margin-right: 12px; */
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer_contact ul li i {
		/* margin-right: 7px; */
	}
}

@media only screen and (max-width: 767px) {
	.footer_contact ul li i {
		/* margin-right: 6px; */
	}
}

.footer_contact ul li a:hover {
	color: #ea000d;
}

.footer_contact ul li span {
	font-weight: 700;
	margin-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.footer_contact ul li span {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.footer_contact ul li span {
		margin-right: 10px;
	}
}

.social_icone {
	overflow: hidden;
	border-top: 1px solid #e5e5e5;
}

.social_icone ul li {
	width: 50%;
	float: left;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.social_icone ul li {
		margin-top: 21px;
	}
}

@media only screen and (max-width: 767px) {
	.social_icone ul li {
		margin-top: 24px;
		justify-content: center;
	}

	.col-md-3.yello-wala {
		margin-top: 50px;
	}
}

.social_icone ul li.share a {
	background: #ffb15a;
}

.social_icone ul li.twitter a {
	background: #00bff3;
}

.social_icone ul li.facebook a {
	background: #1b78c6;
}

.social_icone ul li.google_plus a {
	background: #f75a53;
}

.social_icone ul li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	display: block;
	text-align: center;
	color: #fff;
}

.social_title {
	margin-left: 10px;
}

.social_title p {
	text-transform: capitalize;
	margin-bottom: 4px;
	line-height: 13px;
}

.social_title h3 {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.footer_menu ul li {
	margin-bottom: 5px;
}

.footer_menu ul li:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.footer_menu ul li {
		margin-bottom: 4px;
	}
}

.footer_menu ul li a {
	font-size: 14px;
	line-height: 28px;
}

@media only screen and (max-width: 767px) {
	.footer_menu ul li a {
		line-height: 27px;
	}
}

.footer_menu ul li a:hover {
	color: #ea000d;
}

.footer_menu ul li a i {
	margin-right: 6px;
}

.footer_tag {
	padding: 49px 0;
}

@media only screen and (max-width: 767px) {
	.footer_tag {
		padding: 44px 0 48px;
	}
}

.footer_tag_menu {
	margin-bottom: 18px;
	display: flex;
	align-items: center;
}

.footer_tag_menu:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.footer_tag_menu {
		flex-direction: column;
		align-items: inherit;
	}
}

.footer_tag_menu h3 {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 18px;
	margin-right: 20px;
}

@media only screen and (max-width: 767px) {
	.footer_tag_menu h3 {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

.footer_tag_menu ul {
	line-height: 16px;
}

.footer_tag_menu ul li {
	display: inline-block;
}

.footer_tag_menu ul li a {
	text-transform: capitalize;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #262626;
	line-height: 16px;
}

.footer_tag_menu ul li a:hover {
	color: #ea000d;
}

.footer_tag_menu ul li:last-child a {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}

.footer_bottom {
	padding: 15px 0;
	background: white;
	color: #000;
}

@media only screen and (max-width: 767px) {
	.footer_bottom {
		padding: 17px 0 23px;
	}
}

@media only screen and (max-width: 767px) {
	.copyright_area {
		text-align: center;
		margin-bottom: 10px;
	}
}

.copyright_area p {
	color: #bcbcbc;
	text-transform: capitalize;
}

.copyright_area p a {
	color: #ffffff;
}

.copyright_area p a:hover {
	color: #ea000d;
}

.footer_payment {
	text-align: right;
}

@media only screen and (max-width: 767px) {
	.footer_payment {
		text-align: center !important;
	}
}

/*home three css here*/
.footer_three .footer_menu ul li a:hover {
	color: #00B207;
}

.footer_three .Latest_Posts_content h3 a:hover {
	color: #00B207;
}

.footer_three .footer_tag_menu ul li a:hover {
	color: #00B207;
}

.footer_three .copyright_area p a:hover {
	color: #00B207;
}


.footer_eight .copyright_area p a:hover {
	color: #02a8f3;
}

/*categories section css here*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.categories_area {
		margin-top: 68px;
	}
}

/* 20. services page css here */
.services_gallery {
	padding-bottom: 28px;
}

.services_content h3 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 11px;
	line-height: 20px;
}

.services_content p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
}

.services_thumb {
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.services_thumb img {
		width: 100%;
	}
}

.single_services {
	margin-bottom: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	background-color: #E6E6E6;
}

.our_services {
	padding: 50px 0 25px;
	background: url(../img/about/service1-img1.jpg) no-repeat scroll center center/cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.our_services {
		margin-bottom: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.our_services {
		margin-bottom: 60px;
	}
}

.services_item {
	margin-bottom: 27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.services_title {
	text-align: center;
	margin-bottom: 35px;
}

.services_title h2 {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 11px;
	color: #fff;
}

.services_title p {
	color: #999;
}

.services_icone {
	margin-right: 15px;
}

.services_icone i {
	font-size: 35px;
	line-height: 46px;
	color: #4fc1f0;
}

.services_desc h3 {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

.services_desc p {
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 0;
	color: #999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.services_section_thumb {
		margin-bottom: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.services_section_thumb {
		margin-bottom: 28px;
	}
}


.new_services_content {
	/* position: absolute; */
	margin-top: -25%;
	text-align: center;
	color: #fff;
}

.new_blog_content {
	position: absolute;
	margin-top: -15%;
	margin-left: 10%;
	color: #fff;
}

.blog_user_content {
	position: absolute;
	margin-top: -100px;
}

.deal_title {
	text-align: center;
	padding: 20px;
}

.services_img {
	height: 350px;
	width: 100%;
	padding: 10px;
}

.new_services_thumb {
	background-color: #fff;
	border-radius: 5px;
}

.deal_container {
	/* background-image:url(/assets/img/day_back.png) ; */
	height: 530px;
}

.btnn:hover {
	background-color: #45a049;
	/* Change background color on hover */
	color: white;
}

.deal_moree_button {
	margin-top: 1%;
	/* position: absolute; */
}

.deal_moree {
	background-color: #fff;
	padding: 10px;
	margin-top: 29px;
	border-radius: 5px;
}

.deal_more_button {
	margin-top: 2%;
	position: absolute;
}

.deal_more {
	background-color: #fff;
	padding: 10px;
	margin-top: 29px;
	border-radius: 5px;
}

.services_thumb img {
	border-radius: 10px;
}

.services_content {
	padding: 5px;
	text-align: center;
}

.square_img {
	margin-left: 14px;
}

.ul_row {
	background-color: #D9D9D966;
	/* padding: 20px; */
}

.blog_container {
	padding: 20px;
}

.blog_thumb img {
	border-radius: 10px;
}

.blog_img {
	width: 100%;
	height: 350px;
}

.mt-80 {
	margin-top: 80px;
}

.blog_user {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.blog_user_info {
	margin-left: 20px;
}

.blog_user_name {
	margin-left: 10px;
	color: #fff;
}

.blog_date {
	margin-top: -20%;
	color: #fff;
	margin-left: 140%;
	width: 220px;
}


.drip_single_services {
	margin-bottom: 25px;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
}

.drip_sec_img {
	height: 200px;
}

.feature_content {
	position: absolute;
	margin-top: -8%;
	margin-left: 25px;

}

.trend_prod_img {
	height: 200px;
}

.category_content {
	padding: 5px;
}

.footer_text {
	color: #808080;
	margin-bottom: 5px;
}

.news_small_text {
	color: #9E9E9E;
}

.facebook_css {
	color: #fff;
	background-color: #57a2fe;
	border-radius: 50%;
	margin-right: 10px;
	height: 30px;
	width: 30px;
	position: absolute;
	margin-left: -70px;
}

.facebook_css:hover {
	color: white !important;
}

.icon_css {
	color: #fff;
	font-size: 18px;
	/* margin-right: 10px; */
}

.new_facebook {
	margin-top: 7px;
}

.client_img_back {
	height: 235px;
	width: 235px;
	border: 1px solid #e8e8e7;
	border-radius: 20px;
	background: linear-gradient(45deg, #E8E8E8, #04040424);
}

.testimonial_thumb_right {
	float: left;
	margin-left: 62%;
}

@media only screen and (max-width: 767px) {
	.testimonial_thumb_right {
		float: left;
		margin-left: 14%;
	}
}

.newsletter_width {
	width: 815px;
}

.subscribe_left {
	margin-left: 35px;
}

.client_rating {
	float: right;
}


/* ///////////////////////////Dashboards payment page start/////////////////////////
///////////////////////////////////////////////////////////////////////////////// */

.w3-red,
.w3-hover-red:hover {
	color: #fff !important;
	background-color: #00B207 !important;
}


.w3-bar-block .w3-bar-item {
	width: 100%;
	display: block;
	font-size: 14px;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0;
}




/* ============================================================== 
    check_out page
=================================================================== */



@media (min-width: 318px) and (max-width: 320px) {
	.custom-width-button {

		font-size: 16px;
		width: 218px !important;
	}

	img.shoppincartt {
		margin-left: -12px !important;
	}

	.sidebar .sidebar-itemm {
		float: left;
		margin-bottom: 9px;
		width: 100%;
		background: #ffffff;
		padding: 104px;
	}

	.view-order-button {
		margin-bottom: 20px;
	}

	.ourmissionn {
		text-align: justify;
	}

	.datavision {
		text-align: justify !important;
	}

	button.my-button {
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}

	.ourrvisionb {
		text-align: center;
	}

	.faq_title {
		color: #000;
		/* text-align: center!important; */
		font-size: 12px !important;
		padding: 0px 0px 0px 0px !important;
	}

	.sortedby {
		margin-left: 58px;
		margin-top: 20px;
	}

	/* footer */
	.col-md-3.news_icon.text-center {
		margin: 20px;
	}

	.newsletter_content {
		position: relative;
		padding-left: 7px;
	}


	.button-border {
		margin-bottom: 10px !important;
		margin-left: 6px !important;
	}


}

@media (min-width: 321px) and (max-width: 480px) {
	.custom-width-button {

		font-size: 16px;
		width: 262px !important;
	}

	.for-yy img {
		padding: 1px !important;
		height: 100px;
	}

	.footer_six_inner {
		margin-bottom: 65px;
	}

	.product-purchase-list button {

		padding: 9px 14px !important;
		font-size: 12px !important;
	}

	button.decrement-btn {
		height: 30px;
	}

	.product-details .product-thumb img {
		margin: auto;
		width: 300px !important;
		margin-right: 105px;
		/* margin-left: -111px; */
	}

	.product-purchase-list a.btn {
		font-size: 10px !important;
		padding: 14px 10px !important;
	}

	.radio-inlinee input[type="radio"] {
		margin-right: 23px !important;
	}

	.radio-inlineee input[type="radio"] {
		margin-right: 23px !important;
	}

	.sidebar .sidebar-itemm {
		float: left;
		margin-bottom: 25px;
		width: 100%;
		background: #ffffff;
		padding: 30px !important;
	}

	.sidebar .sidebar-item:last-child {
		margin-bottom: 26px;
	}

	.view-order-button {
		margin-bottom: 20px;
	}

	#ourmiss {
		text-align: center;
	}

	.sortedby {
		margin-left: 89px;
		margin-top: 20px;
	}

	/* Adjust button styles for smaller screens */

	/* footer */
	.col-md-3.news_icon.text-center {
		margin: 20px;
	}

	.newsletter_content {
		position: relative;
		padding-left: 7px;
	}



}


@media screen and (min-width: 319px) and (max-width: 440px) {

	.image-text-container {
		font-size: 10px;
	}

	.services-style-one p {
		/* margin: 0; */
		text-align: center !important;
		padding: 1px 2px 2px 10px;
	}

	.title {
		font-size: 25px;
		font-weight: 500;
	}

	.all-aconss {
		margin-top: 44px;
		margin-bottom: 27px;
		align-items: center;
		justify-content: center;
		display: flex;
		right: auto !important;
	}



	.bottommm-right {
		position: absolute;
		bottom: 20px !important;
	}
}

.promo-content {
	display: block;
}

@media (min-width: 768px) and (max-width: 900px) {
	p.green-check {
		margin: 15px 0 -10px !important;
	}

	.view-order-button button {
		padding: 10px;
		width: 135px !important;
	}

	img.about_img2 {
		height: 386px;
	}

	.our_product_detaiil {
		padding: 40px !important;
	}

	form .btn {
		width: 100%;
	}

	button.sub-comm.btn.btn-primary.disabled {
		width: 30% !important;
	}

	span.data_about {
		font-size: 8px;
	}

	.custom-content {
		line-height: 20px;
		font-size: 8px !important;
	}

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

	p.datavision {
		font-size: 10px;
	}

	img.about_img11 {
		margin-top: 20px;
		height: 300px;
	}

	.iconn-container .nameblogt {
		margin-right: 10px;
		/* Adjust this value as needed */
	}

	.save_changes {

		font-size: 14px !important;
		padding: 9px 28px !important;

	}

	.content {
		margin: 4px 10px !important;
	}

	.navbar.navbar-common .attr-right {
		display: none;
		/* margin-left: 30px !important; */
	}

	.services-style-one p {
		/* margin: 0; */
		text-align: center !important;
		padding: 1px 2px 2px 10px;
	}

	.btnn {
		/* padding: 20px; */
		height: 68px;
		width: 145px !important;
		font-size: 10px;
		border: none;
		outline: none;
		padding: 26px 15px !important;
		background-color: #D9D9D9;
		cursor: pointer;
	}

	.deal_oftheday {
		font-size: 29px;
		font-weight: bold;
		/* margin-right: -33px; */
		margin-left: 37% !important;
	}

	.sidebar-info {
		margin: -21px;
	}

	.radio-inlinee {
		/* padding: 20px; */
		/* margin: -5px; */
		/* display: inline-flex; */
		align-items: center;
		margin-right: 424px !important;
	}

	.radio-inlineee {
		/* padding: 20px; */
		/* margin: -5px; */
		/* display: inline-flex; */
		align-items: center;
		margin-right: 420px !important;
	}

	.sortedby {
		margin-top: 20px;
		margin-left: -216px !important;
	}

	nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {

		background: #1e1a1a none repeat scroll 0 0;
	}

	.button-border {
		width: 180px !important;
		border: 2px solid #2DB224;
		background: none;
		color: #2DB224;
		padding: 2px 22px !important;
		font-size: 12px !important;
		cursor: pointer;
		height: 50px;
		margin-left: 0px !important;
		border-radius: 5px;
	}

	/* footer */
	.newsletter_content {
		position: relative;
		padding-left: 4px;
	}

	.newsletter_inner {
		/* padding: -52px; */
		border-radius: -4px 20px 0 0;
		/* max-width: 725px !important */
	}

}

.pro-tm h5 {
	margin-bottom: 6px;
}

.button-border {
	width: 200px;
	border: 2px solid #2DB224;
	background: none;
	color: #2DB224;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
	/* margin-left: 20px; */
	border-radius: 5px;
}

.button-border:hover {
	background-color: #1d7417;
	;
	/* Background color on hover */
	color: #fff;
	/* Text color on hover */
}

.view-order-button button {
	padding: 10px;
	width: 170px;
	height: 52px;
	background-color: #2DB224;

	color: #fff;
	border: none;
	cursor: pointer;
}

.view-order-button button:hover {
	background-color: #1d7017;
}


/* index */
.side.on {
	left: -7px !important;
}

.side {
	position: fixed;
	overflow-y: auto;
	top: 0;
	left: -500px;
	/* Change right to left */
	width: 500px;
	padding: 50px;
	padding-top: 0;
	height: 100%;
	display: block;
	background-color: var(--white);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9;
	box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}

/* Adjust the position of the close button if needed */
.close-side {
	right: auto;
	left: 10px;
}

.widget {
	/* Add any necessary styles here */
}

@media screen and (min-width: 1700px) and (max-width: 2500px) {

	.shopping_cartt {
		text-align: center;
		font-weight: bolder;
		margin: 30px;
		font-size: 35px;
	}

	/* input#quantity {
		width: 155px !important;
	} */



	.leeeft-section {

		gap: 10px;
		/* Space between child elements */
	}

	/* Right section */
	.right-section {

		gap: 10px;
		/* Space between child elements */
	}

	.single-product-contents {
		margin-top: 40px !important;
		padding-left: 30px;
	}

	.profile-photo img {
		width: 200px;
		margin: 72px !important;
		height: 200px;
		border-radius: 50% !important;
		/* object-fit: cover; */
	}

	.btnn {
		margin: 6px !important;
		height: 79px;
		width: 363px !important;
		border: none;
		outline: none;
		padding: 21px 16px;
		background-color: #D9D9D9;
		cursor: pointer;
	}
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {

	#searcch-input {
		display: block;
		height: 40px;
		color: #758A88;
		width: 100%;
		border: 1px solid #E3E8E7;
		padding: 19px;
		padding-left: 50px;
	}

	.sidebar button[type="submit"] {
		background: var(--color-primary);
		position: absolute;
		right: 2px !important;
	}

	p.paymentoname {
		font-size: 12px !important;
	}
}

@media screen and (min-width: 1000px) and (max-width: 2500px) {

	.outeeeer-div {
		display: flex;
		justify-content: flex-start;
		/* border: 1px solid #000; */
		/* padding: 10px; */
		border-radius: 10px;
		width: 617px !important;
	}

	.sidebar button[type="submit"] {
		background: var(--color-primary);

		position: absolute;
		right: 31px !important;
	}

	p.green-check {
		margin: 15px 20px 1px;
	}

	.data_about {
		font-size: 15px !important;
	}

	.no-padding {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.whsihlistimg {
		margin-top: 5px;
		margin-left: 10px;
	}

	.payfooter {
		margin-top: 10px;
	}

	.copyright_area {
		margin-top: 10px;
	}

	.widgets_container.widget_menu {
		text-align: center;
	}

	.widgets_container.contact_us {
		margin-left: 20px;
	}

	#ourmiss {
		margin-left: 17px;
	}

	.ourmissionn {
		margin-left: 17px;

	}

	img.about_img2 {
		height: 421px;
		width: 715px;
	}

	.order_soppingg {
		margin-left: -16px;
	}

	.iconn-container .nameblogt {
		margin-right: 10px;
		/* Adjust this value as needed */
	}

	.content {
		margin: 15px;
	}

	.deal_oftheday {
		font-size: 36px !important;
		font-weight: bold;
		/* margin-right: -33px; */
		margin-left: 43% !important;
	}

	.track_order {

		margin-left: -10px !important;
	}

	.sortedby {
		/* margin-left: 171px; */
		float: right;
	}

	.centerred {

		width: 301px !important;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.attr-nav {
		padding: 20px;
	}

	.navbar-header {
		order: 2;
		/* Move the navbar header to the right */
	}

	.navbar-collapse {
		order: 1;
		/* Move the navbar collapse to the left */
	}

	.centered {
		font-size: 35px;
		font-weight: bolder;
		position: absolute;
		color: #00B207;
		left: 16%;
		margin-top: -181px;
		/* top: -538px; */
		transform: translate(-80%, -80%);
	}
}




.widgets_container.widget_menu {
	text-align: center;
	margin-top: 45px;
}

.icon {
	background-color: #EDF2EE;
	border-radius: 50px;
	padding: 6px;
	/* margin: 5px; */
	height: 56px;
	width: 60px;
}

.topleft {
	color: #000;
	font-size: 15px;
}

a.topright {
	color: #000;
	font-size: 15px;
}

.top_number {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}


.search-input-container {
	position: relative;
	display: inline-block;
}

.search-input {
	padding-right: 30px;
	/* Adjust as needed based on the icon size */
	width: calc(100% - 30px);
	/* Adjust based on the padding */
}

.search-btn {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	/* Adjust as needed */
	border: none;
	background: none;
	color: #000;
	/* Adjust color as needed */
	cursor: pointer;
}





/* blog */
.read-more-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #28a745;
	/* Green border color */
	color: #28a745;
	/* Green text color */
	text-decoration: none;
	position: relative;
}

.read-more-btn::after {
	content: '→';
	/* Right arrow character */
	margin-left: 8px;
}

/* Hover effect */
.read-more-btn:hover {
	background-color: #28a745;
	/* Green background color on hover */
	color: #fff;
	/* White text color on hover */
}

.read-more-btn:hover::after {
	content: '→';
	/* Right arrow character on hover */
	margin-left: 8px;
}


.custom-border {
	border: 0.5px solid #E4E7E9;
	/* Gray border */
	padding: 15px;
	/* Add padding for spacing */
}

.title_customblock {
	font-size: 22px;
	font-weight: 500;
}

.radio-inlinee {
	display: flex;
	align-items: center;
	margin-right: 80px;
	/* Adjust as needed */
}

.radio-inlineee {
	display: flex;
	align-items: center;
	margin-right: 180px;
}

.radio-inlinee input[type="radio"] {
	margin-right: 15px;
	/* Adjust as needed */
}

.radio-inlineee input[type="radio"] {
	margin-right: 5px;
	/* Adjust as needed */
}


.post-dateee {
	color: #000;
}

.sidebar .sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0;
}

.sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	background: #ffffff;
	padding: 0px;
}

.sidebar .sidebar-item.gallery ul li img {
	border-radius: 20px;
	min-height: 70px;
	width: 100%;
}

.sidebar .sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.sidebar .sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 800;
	color: #00B207;
}

.sidebar .sidebar-item.recent-post li .thumb img {
	width: 100%;
	border-radius: 13px;
	/* border-radius: inherit; */
}


.sidebar .sidebar-itemm {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	background: #ffffff;
	padding: 0 40px 0 40px;
}

.pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 42px;
	margin: 5px 8px;
	color: var(--color-heading);
	font-weight: 800;
	line-height: 19px;
	box-shadow: inherit;
}

.breadcrumb li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	max-height: 2em;
	font-weight: 400;
	padding: 0.5em 1em 0.5em 0.1em;
	position: relative;
	text-decoration: none;
	transition: .25s;
}

/* Additional styling for the dropdown */
.dropdown select {
	padding: 5px 20px;
	border: 1px solid #ccc;
	/* Adding border for better visibility */
	border-radius: 5px;
	/* Adding rounded corners */
	background-color: #fff;
	/* Background color */
	cursor: pointer;
	/* Change cursor on hover */
	font-size: 14px;
	/* Font size */
	color: #333;
	/* Text color */
	appearance: none;
	/* Remove default arrow icon */
}

.dropdown select:focus {
	outline: none;
	/* Remove default focus outline */
	border-color: #007bff;
	/* Change border color on focus */
}

.default-padding {
	padding-top: 59px;
	padding-bottom: 120px;
}



.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
	justify-content: center;
	align-items: center;
}

.popup-contentt {
	position: relative;
}

.popup-contentt img {
	max-width: 90%;
	max-height: 90%;
	border: 5px solid #fff;
	border-radius: 10px;
}

.popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #fff;
	color: #000;
	border: none;
	padding: 5px 10px;
	border-radius: 5px;
	cursor: pointer;
}

@media (max-width: 768px) {
	.dropdown {
		/* Adjust margin or padding for smaller screens */
		margin-right: 0;
	}

	.dropdown select {
		/* Adjust font size or padding for smaller screens */
		font-size: 12px;
	}
}




/* dashboard setting */

.sidebarr {

	top: 0;
	border: #E4E7E9 0.5px solid;
	border-radius: 10px;

	left: 0;
	background-color: #fff;
	padding-top: 20px;
}

.sidebarr a {

	font-weight: 400;
	padding: 11px 5px 10px 60px;
	text-decoration: none;

	text-decoration: none;
	font-size: 20px;
	color: gray;
	display: block;
	transition: 0.3s;
}

.sidebarr a:hover {
	background-color: #00B207;
	color: white;
}


.sidebar a.active {
	background-color: #4CAF50;
	/* Change the background color for active link */
}

.profile-photo img {
	border-radius: 50%;
}

.profile-photo img {
	width: 200px;
	margin: 50px;
	height: 200px;
	/* object-fit: cover; */
}

.custom-border {
	border: 0.5px solid #E4E7E9;
	/* Gray border */
	padding: 15px;
	/* Add padding for spacing */
}

.save_changes {
	background-color: #00B207;
	color: white;
	border: none;
	padding: 19px 69px;
	border-radius: 0px;
	cursor: pointer;
}

.setting_names {
	color: #000;
	margin-top: 10px;
}

.optional_s {
	color: #E4E7E9;
}

.go-back-button,
.go-home-button {
	background-color: white;
	color: #00B207;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	border: 0.5px #00B207 solid;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.go-back-button:hover,
.go-home-button:hover {
	background-color: #00B207;
	color: white;
}

@media screen and (min-width: 768px) and (max-width: 900px) {

	.go-back-button,
	.go-home-button {
		background-color: white;
		color: #00B207;
		border: none;
		border: 0.5px solid #00B207;
		border-radius: 5px;
		padding: 13px 17px;
		font-size: 14px;
		margin-right: -84px;
	}

	.no-padding {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.icon {
		margin-top: 2px !important;
	}

	.payfooter {
		margin-top: -39px !important;
	}

	.contact-form-style-one {
		box-shadow: 0px 15px 60px -10px rgb(109 117 143 / 33%);
		padding: 81px 42px 14px 73px !important;
		border-radius: 10px !important;
	}

	.contact-form-style-one .heading {
		text-align: center;
		margin-bottom: 30px;
	}

	p.text_form {
		text-align: center;
	}

	.profile-photo img {
		width: 137px !important;
		margin: 35px 15px 5px 16px !important;
		height: 137px !important;
	}

	.sidebarr a {
		font-size: 0px;
		font-weight: 400;
		padding: 9px 5px 7px 16px;
		text-decoration: none;
		font-size: 10px !important;
		color: gray;
		display: block;
		transition: 0.3s;
	}

	.heading_dash {
		font-size: 15px;
	}
}

@media screen and (min-width: 320px) and (max-width: 480px) {
	.color-box {
		width: 20px;
		height: 20px;
		background-color: #4DA595;
		border-radius: 50%;
		display: inline-block;
		margin-right: -62px !important;
	}

	.color-boxx {
		width: 20px;
		height: 20px;
		background-color: #DDD487;
		border-radius: 50%;
		display: inline-block;
		margin-right: -117px !important;
	}

	.product-details .product-thumb .product-item {
		/* padding: 37px !important; */
		position: relative;
		width: 454px !important;
	}

	.save_changes {
		background-color: #00B207;
		color: white;
		border: none;
		padding: 10px 57px;
		border-radius: 0px;
		cursor: pointer;
	}
}


.product-tags.last-one-tim span {
	margin-left: 20px;
	font-size: 12px;
}


p.for-last-last span {
	/* margin-left: 10px; */
	font-size: 12px;
}




span.nametitletable {
	margin-left: 10px;
}


/* about us
	 */

.icon-container {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.custom-icon {
	color: green;
	background-color: #daf5da;
	height: 47px;
	width: 47px;
	border-radius: 50%;
	display: flex;
	border: #4CAF50 0.5px dotted;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.custom-content {
	font-size: 16px;
	position: relative;
	top: 12px;
}

.custom-content p {
	font-weight: 700;
}

.my-button {
	background-color: #007bff;
	/* Blue background */
	color: white;
	/* White text */

	margin: 33px 6px 20px 1px;
	padding: 8px 20px;
	/* Padding around text */
	border: none;
	/* No border */
	border-radius: 5px;
	/* Rounded corners */
	cursor: pointer;
	/* Cursor on hover */
	font-size: 16px;
	/* Font size */
}

/* .my-button:hover {
	background-color: #4CAF50;
	
} */

.rounded-button {
	display: inline-flex;
	align-items: center;
	padding: 10px 26px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	background-color: #4CAF50;
	/* Green background color */
	color: white;
	/* White text color */
	border: none;
	/* Remove border */
	border-radius: 25px;
	/* Add border radius for rounded corners */
	cursor: pointer;
	position: relative;
}

/* Style for the arrow icon */
.arrow-icon {
	position: absolute;
	right: 2px;
	/* Adjust the distance of the arrow from the left */
}

.tick_img {
	width: 32px;
	height: 32px;
}

i.fa.fa-check {
	color: green;
	background-color: #f3fbf3;
	/* height: 50px; */
	padding: 13px;
	border-radius: 46px;
	/* width: 50px; */
}


@media screen and (min-width: 500px) and (max-width: 768px) {
	img.about_img2 {
		padding: 30px;
		/* margin: 30px; */
		height: 375px;
	}

	button.my-button {
		margin-bottom: 10px;
	}

	img.about_img11 {
		height: 400p;
		height: 400px;
	}

	img.about_img3 {
		padding: 20px;
		height: 441px;
	}
}

@media screen and (min-width: 2400px) and (max-width: 2600px) {
	a.topright {

		margin-left: 262px !important;

	}

	.deal_oftheday {
		font-size: 32px;
		font-weight: 800;
		margin-left: 42%;
	}
}

@media screen and (min-width: 760px) and (max-width: 900px) {

	.sendmebutton {
		text-align: center;
	}

	.data_about {
		color: #000;
		font-size: 8px;
	}

	.bottom-left_productt {
		left: 25px !important;
	}

	.bottom-left_producttt {
		left: 25px !important;
	}


	img.about_img2 {
		margin-top: 20px;
		padding: 30px;
		/* margin: 30px; */
		height: 375px;
	}

	button.my-button {
		margin-bottom: 10px;
	}

	img.about_img11 {
		margin-top: 20px;
		height: 400p;
		height: 400px;
	}

	img.about_img3 {
		margin-top: 30px;

		padding: 20px;
		height: 441px;
	}
}

.data_about {
	color: #000;

}

@media screen and (min-width: 1900px) and (max-width: 2500px) {
	.sidebar button[type="submit"] {
		background: var(--color-primary);
		position: absolute;
		right: 8px !important;
	}

	.radio-inlinee {
		display: flex;
		align-items: center;
		margin-right: 139px !important;
	}

	.custom-width-button {
		display: inline-block;
		padding: 10px;
		color: white;
		background-color: #00B207;
		text-align: center;
		text-decoration: none;
		font-size: 16px;
		width: 445px !important;
	}

	.navbar.validnavs.navbar-default .navbar-nav li a {

		/* padding: 17px 40px !important; */
		font-size: 14px;
	}

	.icon-container {
		display: flex;
		align-items: center;
		margin-bottom: 31px !important;
	}

	.footerimgg {
		margin-left: 139px !important;
		width: 426px !important;
		height: 277px !important;
	}
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
	.hot-sale-pachas {

		top: 6px;
		left: 60px;
	}
}

@media screen and (min-width: 319px) and (max-width: 324px) {
	p.order_soppingg {
		margin-left: -21px !important;
	}

	.footer_loggo {
		margin-top: 20px;
		margin-left: 25px !important;
	}

	.pagination li a {
		display: inline-block;
		padding: 4px 4px !important;
		border-radius: 42px;
		margin: 0px 8px !important;
		color: var(--color-heading);
		font-weight: 800;
		line-height: 19px;
		box-shadow: inherit;
	}

	.trackkk_order {
		padding: 11px 20px !important;
		margin-right: -10px;
		font-size: 8px !important;

		/* Add rounded corners */
	}

	.track_order {

		padding: 10px 20px;
		margin-right: -10px;
		font-size: 10px;

		/* Add rounded corners */
	}
}

@media only screen and (max-width: 500px) {
	.comments-area .comment-item {
		display: block;
		text-align: center;
		padding-bottom: 17px !important;
	}
}

button.my-button {
	margin-bottom: 20px;
}

/* button.my-button:hover{
background-color:transparent !important;
} */

@media screen and (min-width: 325px) and (max-width: 490px) {

	.comments-area {
		margin-top: -44px !important;
	}

	.comments-area .comments-list {
		margin-bottom: 8px;
	}

	.product-nm {
		margin: 10px 1px 2px 1px;
		/* padding: 10px; */
		margintop: 10px;
	}

	a.deal_moree_button {
		margin-left: -61px;
	}

	.payfooter {

		margin-right: 48px !important;
	}

	.pagination li a {
		display: inline-block;
		padding: 3px 8px !important;
		border-radius: 42px;
		margin: 0px 7px !important;
	}

	.data_about {
		font-size: 8px;
	}

	.trackkk_order {
		background-color: #00B207;
		color: #fff;
		padding: 9px 30px !important;
		font-size: 10px !important;
	}

	button.my-button {
		margin-bottom: 20px;
		margin-top: 20px;
	}

}


.trackkk_order {
	background-color: #00B207;
	color: #fff;
	padding: 16px 51px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-align: left;
	border-radius: 5px;
	/* Add rounded corners */
}

.trackkk_order i {
	margin-left: 5px;
	/* Adjust the margin between text and arrow */
}

.track_order {
	background-color: #00B207;
	color: #fff;
	padding: 16px 51px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-align: left;
	border-radius: 5px;
	/* Add rounded corners */
}

.track_order i {
	margin-left: 5px;
	/* Adjust the margin between text and arrow */
}

.sidebarr {

	top: 0;
	border: #E4E7E9 0.5px solid;
	border-radius: 10px;

	left: 0;
	background-color: #fff;
	padding-top: 20px;
}

.sidebarr a {

	font-weight: 400;
	padding: 11px 5px 10px 60px;
	text-decoration: none;
	text-decoration: none;
	font-size: 20px;
	color: gray;
	display: block;
	transition: 0.3s;
}

.sidebarr a:hover {
	background-color: #00B207;
	color: white;
}


.sidebar a.active {
	background-color: #4CAF50;
	/* Change the background color for active link */
}

.faq_title {
	font: 500;
	text-align: center;
	font-weight: bolder;
	color: #000;
	text-align: left;
	font-size: 30px;

	padding: 10px 48px 26px 0px
}

.accordion-button:not(.collapsed) {
	color: #e7f1ff;
	background-color: #00B207;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-item {
	margin-top: 25px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .125);

}



/* order-history page */

th,
td {

	padding: 8px;
	text-align: center;
}

thead {
	background-color: #f2f2f2;
}

.table td,
.table th {
	padding: 0.75rem;
	vertical-align: middle;
	border-top: 0px solid #dee2e6;
}

table {
	border-collapse: collapse;
	width: 100%;
}

@media (max-width: 768px) {
	table {
		overflow-x: auto;
		display: block;
	}
}

@media (max-width: 400px) {
	table {
		overflow-x: auto;
		display: block;
	}
}

.datar {
	color: red;
}

.datag {
	color: green;
}

/* .table-responsive {
	border: 0.5px solid #c5acac;
} */

.datao {
	color: #FA8232;

}

/* For mobile view */
@media (max-width: 768px) {
	.table-responsive {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		width: 100%;
		margin-bottom: 15px;
	}
}

table.table th,
table.table td {
	text-align: left;
}








/*index */

.deal-container {
	display: flex;
	justify-content: space-between;
	/* Ensures space between items */
	align-items: center;
	/* Aligns items vertically */
}

.deal-container h4 {
	margin: 0;
	/* Reset margin to remove default spacing */
}

.deal-container .deal_moree {
	display: flex;
	align-items: center;
}

.custom_deal {
	/* Add your custom styling here */
	background-color: #EDF2EE;
	/* Blue color, change as needed */
	color: #00B207;
	/* White text color, change as needed */
	padding: 10px 20px;
	/* Adjust padding as needed */
	border: none;
	/* Remove default button border */
	border-radius: 12px;
	/* Rounded corners */
	cursor: pointer;
	/* Show pointer cursor on hover */
}

.custom_deal .fa-arrow-right {
	margin-left: 5px;
	/* Adjust arrow position as needed */
}

.deal_oftheday {

	font-size: 32px;
	font-weight: 800;
}




.image-containered {
	position: relative;
	display: inline-block;
}

.blog_buttondeal {
	position: absolute;
	top: 10px;
	left: 10px;
}

.overlayed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.image-containered:hover .overlay {
	opacity: 1;
}

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

.profile-deal {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.profile-pic {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.profile-name {
	font-weight: bold;
}

.arrow-deal {
	margin-top: 10px;
}


h6.centerr_data {
	font-size: 12px;
	width: 266px !important;
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
	.prod-vekt {
		background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, rgba(22, 49, 70, 0.453847) 45.38%, #152532 100%);
		height: 450px !important;
	}

	.our_product_detaiil {
		top: -50px !important;
	}

	.common-tyle {

		top: 25px !important;
	}

	.bottom-right_detail {
		bottom: 6px !important;
	}

	.bottom-left {

		bottom: 75px !important;

	}
}

@media screen and (min-width: 318px) and (max-width: 323px) {
	.breadcrumb.bc3x {
		font-size: 1.25em;
		padding: 10px;
		background: linear-gradient(to right, black, #4a4545) !important;
	}

	.account_title {
		text-align: center;
	}

	.profile-photo img {
		width: 200px;
		margin: 33px !important;
	}

	.user-icons {
		display: none !important;
	}

	h6.centerr_data {
		font-size: 12px;
		width: 198px !important;
	}

	.deal_moree {
		background-color: #fff;
		padding: 11px;
		margin-left: -54px !important;
	}

	.centerred {
		position: absolute;
		top: 70%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.centerr {
		margin-left: 18px;
		/* margin-right: -272px; */
		color: #ffffff;
		font-size: 12px !important;
		margin-top: -170px !important;
	}

	h6.centerr_data {
		font-size: 12px;
		width: 274px;
		/* margin-top: -1px; */
	}
}

@media screen and (min-width: 319px) and (max-width: 320px) {
	.track_order {
		padding: 10px 20px !important;
		margin-right: -10px;
		font-size: 10px;
	}

	.track_order {
		font-size: 9px !important;
	}
}

@media screen and (min-width: 321px) and (max-width: 500px) {
	h5.Commends_t {
		text-align: center;
	}

	.leavethec {
		text-align: center;
	}

	.copyright_area {
		text-align: left;
	}

	.somethingscc img {
		display: none;
	}

	.summary-top-box {
		display: flex !important;
		/* align-items: center; */
		justify-content: space-between;
		margin-bottom: 15px;
	}

	.brand_newsletter_area {
		margin-top: 0px !important;
	}

	.newsletter_form form button {
		width: 120px;
	}

	.table thead th {
		vertical-align: middle;
	}

	.product-tags.last-one-tim span {
		margin-left: 0px;
	}

	.single-product-bottom-info {
		margin-top: 50px !important;
	}


	p.for-last-last span {
		margin-left: 0px;
	}

	.widgets_container.contact_us a img {
		margin-left: 0px !important;
	}

	.footer_widgets .widgets_container {
		text-align: left;
		padding: 0 20px;
		margin-top: 25px;
	}

	.footer-item.contact {
		display: contents;
	}

	.bottommm-right {
		bottom: 25px;
	}

	button.increment-btn {
		height: 30px;
	}

	.hot-sale-pachaaas {
		top: auto;
	}

	.form-group.full-width.submit {
		text-align: center;
	}

	.sidebar .sidebar-item {
		float: left;
		margin-bottom: 25px;
		width: 100%;
		background: #ffffff;
		padding: 25px !important
	}

	.track_order {
		background-color: #00B207;
		color: #fff;
		padding: 5px 27px !important
	}

	.faq_title {
		color: #000;
		text-align: center !important;
		font-size: 13px !important;
		padding: 0px 0px 0px 0px !important;
	}

	.account_title {
		text-align: center;
	}

	.user-icons {
		display: none !important;
	}


	.track_order {
		font-size: 12px !important;
	}

	.centerr {
		margin-left: 18px;
		color: white;
		font-size: 12px !important;
		margin-top: -170px !important;
	}

	.both-ours-o {
		display: grid !important;
	}

	h6.centerr_data {
		font-size: 12px;
		width: 274px;
		/* margin-top: -1px; */
	}
}

h6.centerr_data {
	font-size: 12px;
	width: 324px;
}

@media screen and (min-width: 768px) and (max-width: 900px) {

	.sendmebutton {
		text-align: center;
	}

	.table thead th {
		vertical-align: middle !important;
	}


	.sidebar .sidebar-item:last-child {
		margin-bottom: 30px !important;
	}

	.track_order {
		padding: 11px 32px !important;
		font-size: 10px !important;
	}

	.sidebar .sidebar-item.recent-post li:last-child {
		margin-bottom: 20px !important;
	}

	.sidebar input[type="text"] {
		margin-bottom: 20px !important;
	}

	.dvshaah img {
		margin-top: 0px !important;
		width: 100%;
		height: auto;
		margin-bottom: 20px !important;
	}

	.trackkk_order {
		background-color: #00B207;
		color: #fff;
		padding: 9px 10px !important;
		font-size: 10px !important;
	}

	.faq_title {
		margin-top: -5px;
		text-align: center !important;
		font-size: 25px !important;
	}

	.user-icons {
		display: none !important;
	}

	.centerr {
		margin-left: 22px;
		/* margin-right: -272px; */
		color: white;
		font-size: 12px !important;
		margin-top: -107px !important;
	}
}

.user-icons {
	display: flex;
	color: white;
	font-size: 20px;
	justify-content: center;
	align-items: center;
}

.user-icons i {
	margin-right: 10px;
	/* Adjust as needed for spacing */
}

.both-ours-o {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* Equal space */
.user-icons i:last-child {
	margin-right: 0;
}

/* Color hover effect */
.user-icons i:hover {
	color: #2DA5F3;
	/* Change to your desired hover color */
}



.widgets_container.contact_us a img {
	margin-left: 54px;
}




.bottommm-right {
	position: absolute;
	bottom: 25px;
	color: black;
	cursor: pointer;
	width: 50px;
	height: 50px;
	right: 40px;
	padding: 5px;
	border-radius: 36px;
	background-color: #fff;
}

.bottoom-left {
	position: absolute;
	bottom: 77px;
	left: 22px;
	color: white;
}

button.btn.now-sohpp.btn-primary {
	border-radius: 45px;
	font-size: 16px;
	padding: 14px 34px !important;
	color: #00B207;
	background-color: #FFFFFF;
	border: 0px;
}

.bottoom-lefttd {
	position: absolute;
	bottom: 41px;
	left: 20px;
	color: white;
	padding: 5px;
}

.bottoom-lefttdt {
	position: absolute;
	bottom: 11px;
	left: 20px;
	color: white;
	padding: 5px;
}

.our_product {
	width: 100%;
	height: auto;
}


@media screen and (min-width: 768px) and (max-width: 900px) {
	.bottoom-left {
		left: 24px;
		font-size: 12px;
	}

	.bottoom-lefttd {

		left: 21px;
		font-size: 12px;
	}

	.bottoom-lefttdt {
		left: 19px;
	}

	.bottommm-right {
		right: 22px;
	}
}




/* blog-index */
.Commends_t {
	font-size: 20px;
	color: #000;
	text-align: left;
}

img.blog_userrr {
	height: 35px !important;
	width: 35px !important;
	border-radius: 50% !important;
}

button.btn.golb-blog.btn-primary {
	color: #36B37E;
	background-color: #fff;
	border-radius: 35px;
	border: none;
	padding: 8px 50px !important;
}



.start-0 {
	left: 20px !important;
}

.top-0 {
	top: 23px !important;
}

.serviiices_conteent.small_blog_content {
	top: 36%;
	padding: 28px;
}

p.centtterr {
	color: #fff;
	font-weight: 800;
}

.smaaall_blog_datee {
	position: absolute;
	bottom: 22px;
	right: 20px;
	color: white;
}

.serviiices_conteent.small_blog_content h4 {
	color: #fff;
	font-weight: 800;
}


h3.deaaal_title {
	background-clip: border-box;
	background-color: white;
	border-radius: 50px;
	width: 120px;
	padding: 4px;
	text-align: center;
	left: 45%;
	margin-top: 35px;
	margin-bottom: 25px;
	position: relative;
	color: #36B37E;
	font-weight: 900;
}



@media screen and (min-width: 319px) and (max-width: 400px) {


	h3.deaaal_title {
		left: 30%;
	}


	.serviiices_conteent.small_blog_content {
		top: 50%;
	}

}

@media screen and (min-width: 319px) and (max-width: 320px) {
	.namerev {}

	.daterev {
		margin-top: -3px;
	}

	.product-nm {
		margin: 10px 1px 2px 1px;
		/* padding: 10px; */
		margintop: 10px;
	}

	a.deal_moree_button {
		margin-left: -20px;
	}

	.deal_oftheday {
		margin-left: 28px !important;
		margin-right: 20px;
		font-size: 18px !important;
		font-weight: bold;
	}

	.custom_deal {
		font-size: 13px;
		padding: 6px 4px;
		margin-right: 28px;
	}

	.serviiices_conteent.small_blog_content {
		top: 40%;
	}

	.payfooter {

		margin-right: 23px !important;
	}


}

@media screen and (min-width: 768px) and (max-width: 900px) {
	.custom-go-home-button {
		padding: 15px 22px !important;
		font-size: 11px !important;
	}

	.top-bar-area {
		display: none;
	}

	span.whsihlistimg {
		font-size: 15px !important;
	}

	.bottom-left_product {

		font-size: 10px !important;
		left: 24px !important;
	}

	.bottom-right_product {
		position: absolute;
		bottom: 42px !important;
		right: 44px !important;
	}

	.hot-sale-pachaaas {
		top: auto !important;
	}


	.topicons {
		margin-bottom: 30px;
	}

	.agent-jack {
		padding: 20px !important;
	}


	a.customed-button.btn.btn-success.btn-block {
		font-size: 10px !important;
		margin-left: 0px;
	}

	/* .ourrvisionb {
		margin-top: 33px;
	} */

	.custom-width-button {

		font-size: 10px !important;
		width: 159px !important;
	}

	button.btnnn.btn-Success.btn-sm {
		font-size: 10px;
	}

	.paymentoname {
		font-size: 10px;
	}

	.breadcrumb.bc3x {
		font-size: 1.25em;
		padding: 10px;
		background: linear-gradient(to right, black, #665e5e) !important;
	}

	.comments-area .comments-list {
		margin-bottom: -34px;
	}

	.comments-area .comment-item {
		margin-top: -7px !important;
	}

	span.daterev {
		margin-top: -3px;
	}

	.footer_loggo {
		margin-top: 50px !important;
		margin-left: 66px;
	}

	img.sellar-imeg {
		margin: -5px !important;
		width: 132px !important;
		height: 114px !important;
	}

	.rading-product {
		padding: -5px !important;
		margin-top: 7px;
		line-height: 16px !important;
	}

	.attr-nav {
		display: none;
	}

	/* .custom-col {
		height: 325px !important;

	} */

	.services-style-one .thumb img {
		width: 328px !important;
	}

	.stars {
		font-size: 17px;
		text-align: center !important;
	}

	.star {
		margin-right: 5px;
		text-align: center !important;

	}

	.services_conteent.small_blog_content {
		top: 82% !important;
	}

	h3.deaaal_title {
		left: 40%;
		margin-top: 0px;
		margin-bottom: 12px;
	}

}


.button .btn {
	border-radius: 30px;
	/* Adjust the value as needed for the desired roundness */
	padding-right: 30px;
	/* Add padding to accommodate the arrow */
	position: relative;
}

.button .btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	/* Adjust the position of the arrow */
	transform: translateY(-50%);
	border: solid black;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
}




/* drip irrigation -index */
.custom-container {
	background-color: #B8D6DD2E;
	padding: 20px;
}

.swippertext {
	text-align: left;
	color: #000;
}

.custom-col {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	/* Adjust the value for rounded corners */
}

.custom-col img {
	width: 100%;
	height: auto;
	/* display: block; */
}

.text-overlay {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	/* Adjust the opacity or color as needed */
	padding: 10px;
	/* Adjust the padding as needed */
	color: #000;
	/* Text color */
}




/* more category-index */
.custom-container {
	padding: 20px;
}

.custom-col {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	/* Gray border */
}

.custom-col img {
	width: 100%;
	height: 260px;
}

.texxat-overlay {
	background-color: white;
	padding: 10px;
	color: #000;
	position: relative;
	top: 15px;
	height: 100px;
}

.categorytext {
	text-align: left;
}

.stars {
	font-size: 24px;
}

.star {
	margin-right: 5px;
}

.services-style-one p {
	/* margin: 0; */
	text-align: left;
	padding: 1px 2px 2px 10px;
}











.read-more-btn {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #28a745;
	/* Green border color */
	color: #28a745;
	/* Green text color */
	text-decoration: none;
	position: relative;
}

.read-more-btn::after {
	content: '→';
	/* Right arrow character */
	margin-left: 8px;
}

/* Hover effect */
.read-more-btn:hover {
	background-color: #28a745;
	/* Green background color on hover */
	color: #fff;
	/* White text color on hover */
}

.read-more-btn:hover::after {
	content: '→';
	/* Right arrow character on hover */
	margin-left: 8px;
}


.custom-border {
	border: 0.5px solid #E4E7E9;
	/* Gray border */
	padding: 15px;
	/* Add padding for spacing */
}

.title_customblock {
	font-size: 22px;
	font-weight: 500;
}

.radio-inline {
	display: inline-flex;
	align-items: center;
	margin-right: 80px;
	/* Adjust as needed */
}

.radio-inline input[type="radio"] {
	margin-right: 5px;
	/* Adjust as needed */
}

.post-date {
	color: #000;
}

.sidebar .sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700;
	font-size: 14px;
	margin-top: 0;
}

.sidebar .sidebar-item {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	background: #ffffff;
	padding: 40px;
}

.sidebar .sidebar-item.gallery ul li img {
	border-radius: 20px;
	min-height: 70px;
	width: 100%;
}

.sidebar .sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.sidebar .sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 800;
	color: #00B207;
}

.sidebar .sidebar-item.recent-post li .thumb img {
	width: 100%;
	border-radius: 13px;
	/* border-radius: inherit; */
}

.footer_bottom {
	padding: 5px 12px 5px 0px;
	background: white;
	color: #000;
}

.sidebar .sidebar-item {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	background: #ffffff;
	padding: 0 21px;
}

.sidebar .sidebar-itemm {
	float: left;
	margin-bottom: 25px;
	width: 100%;
	background: #ffffff;
}

.pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 42px;
	margin: 0 2px;
	color: var(--color-heading);
	font-weight: 800;
	line-height: 19px;
	box-shadow: inherit;
}





.blog_d {
	margin-top: 20px;
	width: 100%;
	height: auto;
}

.container-fluid {

	padding-right: 10px;
	padding-left: 10px;
	/* margin-right: auto; */
	/* margin-left: auto; */
}

.breadcrumb li a {
	box-sizing: border-box;
	color: #fff;
	display: block;
	font-weight: 400;

	max-height: 2em;
	padding: 0.5em 1em 0.5em 0.1em;
	position: relative;
	text-decoration: none;
	transition: .25s;
}

.default-padding {
	padding-top: 37px;
	padding-bottom: 120px;
}

.iconn-container {
	display: flex;
	align-items: left;
}

.blog_content {
	padding: 20px;
	padding-bottom: 0px;
	text-align: justify;
}

.comments-area .comment-item {
	margin-top: -28px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 37px;
	-webkit-box-shadow: 0px 0px 0px 0px #e7e7e7 !important;
	/* box-shadow: 0 0 25px rgb(0 0 0 / 8%); */
	/* background: var(--white); */
	position: relative;
	border-radius: 8px;
}

.comments-area .comment-item {
	margin-top: -27px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 9px;
	-webkit-box-shadow: 0px 0px 0px 0px #e7e7e7 !important;
	/* box-shadow: 0 0 25px rgb(0 0 0 / 8%); */
	/* background: var(--white); */
	position: relative;
	border-radius: 8px;
}

.contentt {
	margin-top: -10px;
}

.iconns ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	/* Display the list items in the same line */
}

.iconns {
	margin-left: 107px;
}

.iconns li {
	display: inline-block;
	margin-right: 15px;
	border-radius: 50%;
	background-color: #ccc;
	padding: 6px 13px;
}

.iconns li a {
	color: #fff;
	/* Set icon color */
	text-decoration: none;
}

li.linkedin {
	background: #0077B5 !important;
}

li.pinterest {
	background: #E60023 !important;
}

li.twitter {
	background: #1DA1F2 !important;
}

li.facebook {
	background: #3B5998 !important;
}

li.whatsapp {
	background: #28a745 !important;
}

.person-info {
	display: flex;
	align-items: center;
	margin-left: 18px;
}

.person-info .avatar {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 10px;
}

.person-info .avatar img {
	width: 50px;
	/* Adjust size of the photo */
	height: 50px;
	/* Adjust size of the photo */
	object-fit: cover;
}

.person-info .name {
	margin: 0;
}

.button-with-icon {

	display: inline-block;
	padding: 10px 20px;
	/* Adjust padding as needed */
	border: 1px solid #25D366;
	background-color: white;
	color: #25D366;
	/* Adjust text color as needed */
	border-radius: 5px;
	/* Adjust border radius as needed */
	cursor: pointer;
	/* margin-top: 10px; */
}

.button-with-icon .icon {
	margin-right: 5px;
	/* Adjust spacing between icon and text */
}


.title_c {

	font-weight: 800;
	padding-top: 30px;
}

@media screen and (min-width: 325px) and (max-width: 480px) {
	.customize-button {
		margin-left: 80px !important;
	}

	.iconns {
		margin-left: 32px;
		/* Adjust margin-left for smaller screens */
		margin-top: 20px;
		/* Adjust margin-top for smaller screens */
	}

	h3.blog_detailt {
		text-align: justify;
		font-size: 22px;
	}

	button.shop-ro-ret.btn.btn-primary {

		margin: 7px !important;
		padding: 10px 10px !important;

	}

	.bytony.d-flex.justify-content-between {
		margin-bottom: 5px !important;
	}

	.person-info {
		margin: 25px;
	}

	p.comment_section {
		font-size: 10px;
		text-align: justify;

	}

	/* img.blog_d {
		height: 200px;
	} */

	.person-info {
		margin-left: 25px !important;
	}


}

@media screen and (min-width: 319px) and (max-width: 324px) {


	.person-info {
		margin-left: 2px !important;
	}


	.customize-button {
		margin-left: 50px !important;
	}

	.customize2-button {
		margin-right: 57px !important;
		width: 185px;
		font-size: 10px;
	}

	.iconns li {
		display: inline-block;
		margin-right: 17px;
		border-radius: 50%;
		padding: 7px 12px;
	}

	.iconns {
		margin-left: 5px;
		/* Adjust margin-left for smaller screens */
		margin-top: 20px;
		/* Adjust margin-top for smaller screens */
	}

	h3.blog_detailt {
		text-align: justify;
		font-size: 22px;
	}

	.person-info {
		margin: 5px
	}

	;

	p.comment_section {
		font-size: 10px;
		text-align: justify;
	}

	/* img.blog_d {
		height: 200px;
	} */
}


@media screen and (min-width: 500px) and (max-width: 768px) {
	.iconns {
		margin-left: 40px;
	}

	h3.blog_detailt {
		text-align: justify;
		margin-bottom: 26px;
	}

	.radio-inline {
		display: inline-flex;
		align-items: center;
		margin-right: 245px;
	}

	.sidebar .sidebar-itemm {
		float: left;
		margin-bottom: 9px;
		width: 100%;
		background: #ffffff;
		padding: 85px !important;
	}
}


@media screen and (min-width: 769px) and (max-width: 900px) {
	.iconns {
		margin-left: 40px;
	}

	h3.blog_detailt {
		text-align: justify;
		margin-bottom: 26px;
	}

	.radio-inline {
		display: inline-flex;
		align-items: center;
		margin-right: 245px;
	}

	.sidebar .sidebar-itemm {
		float: left;
		margin-bottom: 27px;
		width: 100%;
		background: #ffffff;
		padding: 69px;
	}
}


.person-info {
	display: flex;
	align-items: center;
	margin-left: 15px;
}


.posstcomment {

	background-color: #00B207;
	color: white;
	margin: 20px;
	border: 0px solid;
	font-size: 13px;
	padding: 9px;

}




/* shopping cart */

.form-control {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 360px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	img.shoppincartt {
		margin-left: -3px;
	}
}

@media (min-width: 320px) and (max-width: 500px) {
	.multi-column-dropdown li a {
		padding: 10px;
		color: #fff !important;
	}

	.bottoom-lefttdt {
		left: 20px;
	}

	.bottoom-left {
		left: 25px;
	}

	.bottoom-lefttd {
		left: 20px;
	}

	.mt-xs-50 {
		margin-top: 15px !important;
	}


	.bottommm-right {
		bottom: 25px;
	}

}

@media (min-width: 361px) and (max-width: 420px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

@media (min-width: 421px) and (max-width: 768px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
}

.arrow-buttons {
	margin: 20px;
	display: inline-block;
	padding: 10px 37px;
	border: 2px solid #3498db;
	/* Set the border color */
	position: relative;
	overflow: hidden;
	background-color: transparent;
	color: #3498db;
	text-decoration: none;
	font-size: 16px;
}

/* Style for the arrow on the left */
.arrow-buttons::before {
	content: '←';
	/* Unicode for left arrow */
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.borderr-buttonn {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #3498db;
	/* Set the border color */
	color: #3498db;
	/* Set the text color */
	text-decoration: none;
	font-size: 16px;
}

.borderr-button {
	margin-bottom: 13px;
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #3498db;
	color: white;
	/* Set the text color */
	text-decoration: none;
	background-color: #2DA5F3;
	;
	font-size: 16px;
}

.custom-width-button {
	display: inline-block;
	padding: 10px;
	/* Adjust padding as needed */
	color: white;
	background-color: #00B207;
	/* Set the text color */
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 286px;
	/* Set the width of the button */
}

.custom-width-button:hover {
	color: #051805;
	/* Change the text color on hover */
}

@media screen and (min-width: 360px) and (max-width: 480px) {

	/* Your styles for the shopping cart component at this screen size */
	.shopping-cart {
		margin-bottom: 40px;
	}
}





/* shopping cart */

.close-icoon {
	/* background-color: #ccc; */
	padding: 0px 4px 0px 6px;
	border-radius: 50%;
	border: 0.5px solid #e0dede;
}

/* .customize-button {
		background-color: transparent;
		border: 2px solid #2DA5F3;
		color: #2DA5F3;
		padding: 10px 20px;
		border-radius: 5px;
		margin: 10px;
		cursor: pointer;
	  } */

.customize-button:hover {
	background-color: #2DA5F3;
	color: #fff;
}

/* button.shop-ro-ret.btn.btn-primary {
	background-color: transparent;
	border: 2px solid #2DA5F3;
	color: #2DA5F3;
	border-radius: 5px;
	padding: 11px 20px;
	margin: 10px;
	cursor: pointer;
} */


button.shop-ro-ret-btn.btn-primary {
	background-color: transparent;
	border: 2px solid #2DA5F3;
	color: #2DA5F3;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 10px;
	cursor: pointer;
}

.bytony.d-flex.justify-content-between {
	margin-bottom: 15px;
}

.arrowe-button {
	background-color: transparent;
	color: #2DA5F3;
	padding: 10px;
	cursor: pointer;
}

.arrowe-button:hover {
	background-color: #2DA5F3;
	color: #fff;
}

/* Hide horizontal scrollbar for table */
.table-responsive {
	overflow-x: hidden;
}

.apply-coupon {
	background-color: #2DA5F3;
	color: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding: 10px 20px;
	margin-top: 20px;
}

.apply-coupon:hover {
	background-color: #1d8dd9;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.custom-box-title {
	font-size: 20px;
	margin-top: 10px;
	font-weight: bold;
}

.customed-button {
	background-color: #00B207 !important;
	/* Add any other custom styles you need */
}








.best_d {
	font-size: 20px;
	font-weight: 800;
}

.banner_shop {
	position: relative;
}

.button_with_arrow {
	width: 143px;
	height: 51px;
	margin-top: 20px;
}

.button_with_arrow a {
	align-items: center;
	text-decoration: none;
	padding: 10px 20px;
	background-color: #00B207;
	color: #ffffff;
	border-radius: 20px;
}

.button_with_arrow a i {
	margin-left: 5px;
}


/* our feature product*/

.centerr_product {
	position: absolute;
	top: -118px;
}

.bottom-right_product {
	position: absolute;
	bottom: 25px;
	right: 120px;
	padding: 7px 15px 9px 14px;
	border-radius: 33px;
	background-color: white;
	color: black;
}

.bottom-right_productt {
	position: absolute;
	bottom: 25px;
	right: 48px;
	padding: 7px 15px 9px 14px;
	cursor: pointer;
	border-radius: 33px;
	background-color: white;
	color: black;
}

.boltt-husen {
	font-weight: 700;
	color: black;
}

.bottom-left_product {
	position: absolute;
	bottom: 67px;
	left: 39px;
	color: white;
}

.bottom-left_productt {
	position: absolute;
	bottom: 42px;
	left: 39px;
	color: white;
}

.free-couponx {
	padding: 20px;
}

.custom-content span {
	position: relative;
	top: -21px;
	color: #999999;
}

.code-coupn {
	border-bottom: 1px solid #E4E7E9;
}

.app-pply {
	margin-top: 30px;
}

h6.texxt-cou {
	text-align: left;
	font-size: 18px;
	font-weight: 500;
}

.totall-scrach.d-flex.justify-content-between {
	margin-top: 22px;
	border-top: 1px solid #E4E7E9;
}

.fanstas-two p {
	font-weight: 700;
	font-size: 14px;
	color: #191C1F;
}

.fanstas p {
	font-size: 14px;
	color: #5F6C72;
}

.bottom-left_producttt {
	position: absolute;
	bottom: 16px;
	left: 38px;
}

.centered {
	font-size: 35px;
	font-weight: bolder;
	position: absolute;
	top: 30%;
	color: #00B207;
	/* Text color */

	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 1200px) and (max-width: 1980px) {

	.button_with_arrow {
		width: 143px;
		height: 51px;
		margin-top: 20px;
	}
}

@media screen and (min-width: 319px) and (max-width: 320px) {
	button.shop-ro-ret-btn.btn-primary {
		font-size: 11px !important;
	}

}

@media screen and (min-width: 320px) and (max-width: 500px) {
	.hottitle {
		text-align: center;
	}

	.hottitlle {
		text-align: center;
		/* margin-top: 30px; */
	}

	button.shop-ro-ret-btn.btn-primary {
		font-size: 12px;
	}

	.rading-product {
		padding: 10px 0;
	}

	h3.deaaal_title {
		left: 32%;
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.bottommm-right {
		position: absolute;
		bottom: 40px;
		color: black;
		width: 50px;
		height: 50px;
		right: 40px;
		padding: 5px;
		border-radius: 36px;
		background-color: rgb(255, 255, 255);
	}

	.about-banner {
		height: 275px !important;
	}

	.hot-sale-pachaaas {
		position: absolute;
		top: auto !important;
	}

	select.form-control {
		margin-bottom: 20px;
	}

	.breadcrumb-area h1 {
		display: block;
		font-size: 12px;
		font-weight: 800;
		margin-top: 21px;
	}

	.best_d {
		font-size: 20px;
		font-weight: 800;
	}

	button.increment-btn {
		width: 30px !important;
		height: 30px !important;
	}

	button.decrement-btn {
		width: 30px !important;
		height: 30px !important;
	}
}

button.accordion-button {
	border: 0.5px solid #d9cccc !important;
}

.input-group-text {
	background-color: white !important;
}

.rounded-button:hover {
	background-color: #00B207;
	/* Hover background color */
}

.go-back-button,
.go-home-button {
	background-color: white;
	color: #00B207;
	width: 170px;
	border: none;
	border: 0.5px solid #00B207;
	border-radius: 5px;
	padding: 13px 17px;
	font-size: 14px;
	margin-right: -84px;
}


.filterrr-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #dbd6d6;
	/* Top border */
	border-bottom: 1px solid #dbd6d6;
	/* Bottom border */
	padding: 5px 21px;

}

.active-filtersss {
	flex-grow: 1;
	display: flex;
	gap: 30px;
}

.meta-titlle a {
	font-size: 14px !important;
}

.info-ff a {
	font-size: 18px;
}

li.sgghff {
	display: flex;
	align-items: center;
}

.result-count {
	margin-left: auto;
	margin-right: 2px;
	/* Add 2px of space to the right */
}

.close-icon {
	cursor: pointer;
}


/* product detail page */



/* our feature product*/
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.despa-cito {
	padding: 12px;
}

.with-barder {
	border-right: 1px solid #ccc;
}

span.spa-fereee {
	margin-left: 16px;
	line-height: 40px;
	font-size: 16px;
	font-weight: 500;
}

.center_data {
	color: white;
	font-size: 20px;
	margin-top: -112px
}

.centerr {
	margin-left: 18px;
	color: white;
	font-size: 20px;
	margin-top: -4px;
}

.bottom-right_detail {
	position: absolute;
	height: 50px;
	width: 50px;
	cursor: pointer;
	border-radius: 50%;
	background-color: #F2F2F2;
	bottom: 6px;
	right: 30px;
	color: #1A1A1A;
}


ul.ui-menu.ui-widget.ui-widget-content {
	top: 100px;
	left: 475px;
	width: 507.969px;
	max-height: 400px;
	overflow-y: auto;
	display: block;
	overflow-x: hidden;
}


a.customed-button.btn.btn-success.btn-block {
	padding: 12px 20px;
	margin-top: 15px;
}

.headsd-about {
	position: relative;
	top: 50%;
}

.headsd-about h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	font-weight: 600;
	transform: translate(-50%, -50%);
	color: #fff;
	/* font-size: 2em; */
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.carousel-caption h2 {
	color: #fff;
	font-weight: 600;
}

.in-wishlist {
	color: white !important;
	background-color: #2C742F !important;
}

button.swal2-confirm.btn.btn-primary.w-xs.me-2.mt-2 {
	padding: 10px 20px !important;
}

button.swal2-cancel.btn.btn-danger.w-xs.mt-2 {
	padding: 10px 20px !important;
}

.bottom-right_detail i {
	position: relative;
	font-size: 25px;
	left: 14px;
	top: 11px;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

span.page-link {
	z-index: 3;
	color: #000;


	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.checkthisout.d-flex {
	align-items: center;
	justify-content: center;
}

.pro-bhai h4 {
	position: relative;
	top: 20px;
}

.trackmyaardar {
	margin-top: 150px;
}

.bottom-left {
	position: absolute;
	bottom: 60px;
	left: 39px;
	color: white;
}

.bottom-leftt {
	position: absolute;
	bottom: 34px;
	left: 39px;
	color: white;
}

.bottom-lefttt {
	position: absolute;
	bottom: 5px;
	left: 38px;
}

.common-tyle {
	position: relative;
	top: 90px;
}

.bunntn {
	display: flex;
	justify-content: center;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}


button.procducts-btn.btn-normal {
	background-color: #00B207;
	color: #fff;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid #00B20733;
	padding: 10px 50px 10px 50px;
}

i.fa.fa-shopping-cart {
	margin-right: 10px;
}

.bottom-right i.fas.fa-shopping-bag {
	position: relative;
	left: 13px;
	top: 10px;
	font-size: 25px;
}


.prod-vekt {
	background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, rgba(22, 49, 70, 0.453847) 45.38%, #152532 100%);
	height: 400px;
}

.fifty-per.d-flex {
	display: flex;
	align-items: center;
	position: relative;
	justify-content: flex-end;
	top: 20px;
}

button.sub-comm.btn.btn-primary {
	padding: 10px 35px !important;
	outline: none !important;
}

.ratinng.mt-3.mb-3 {
	cursor: pointer;
}

.hot-sale-pachas {
	position: absolute;
	/* top: 6px; */
	left: 2px;
	background-color: #EE5858;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	z-index: 1;
}

.hot-sale-pachaas {
	position: absolute;
	top: 4px;
	left: 21px;
	background-color: #000;
	color: #fff;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	z-index: 1;
}

.hot-sale-pachaaas {
	position: absolute;
	top: 90px;
	right: 60px;
	background-color: #20B52633;
	color: #2C742F;
	padding: 5px 16px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 14px;
	z-index: 1;
}

img.fitkaari {
	width: 100%;
	height: 300px;
	border-radius: 10px;
}

.review-items::-webkit-scrollbar {
	width: 15px;
}

.yelloo-card {
	position: relative;
	text-align: center;
	top: 60px;

}


.name-datea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0px;
}

.bigtexxt-deal h2 {
	margin-top: 50px;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.review-items::-webkit-scrollbar-thumb {
	height: 1px;
	border-radius: 10px;
	background-color: #888;
}

.review-items .item .thumb img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}

.nicheka-text p {
	font-size: 14px;
	color: #808080;
	margin-left: 80px;
	text-align: justify;
}

#searchProductDesk:focus,
input:focus {
	outline: none !important;
	outline: offset !important;
	outline-width: 0ch !important;
}

.review-items {
	padding: 10px;
}

.single-product-bottom-info {
	margin-top: 100px;
	border: 1px solid #E4E7E9;
	border-radius: 4px;
}



.imagica-de {
	border-radius: 10px;
	box-shadow: -6px 6px 4px 0px #00000040;
}


tr.wait-g {
	border: 0px solid white;
}

@media screen and (min-width: 320px) and (max-width: 490px) {

	.our_product_detail {
		top: -25px !important;
		padding: 80px !important;
		border-radius: 28% !important;
	}

	.yelloo-card {
		top: 0px !important;
	}

	button.sub-comm.btn.btn-primary {
		outline: none !important;
		width: 100%;
	}

	.nicheka-text p {
		margin-left: 0px;
	}

	.yelloo-card {
		margin-bottom: 50px;
	}

	.outeeeer-div {
		width: 100% !important;
	}

	.icon-container {
		margin-bottom: 40px;
	}

	.custom-content span {
		top: 0;
	}

	.custom-icon {
		height: 47px;
		width: 47px;
	}

	.agent-jack {
		padding: 25px !important;
	}

}

.agent-jack {
	padding: 50px;
}

.summary-top-box {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
	button.procducts-btn.btn-normal {

		font-size: 15px !important;
		padding: 10px 10px 10px 10px !important;
	}

	.bottom-leftt {
		bottom: 38px;
		left: 15px;
		font-size: 12px;

	}

	.single-product-bottom-info .tab-content.tab-content-info .tab-pane ul li {
		font-size: 12px;
	}

	span.spa-fereee {
		font-size: 8px;
	}


	.dis-para-crip p {
		font-size: 12px;
	}

	.prod-vekt {

		height: 265px !important;
	}

	.common-tyle {

		top: 71px !important;
	}

	.bottom-lefttt {
		bottom: 13px;
		left: 15px;
	}

	.bottom-left {
		left: 15px;
		font-size: 12px;
	}

	.bottom-right {

		right: 8px !important;
		width: 40px !important;
		height: 40px !important;
	}


	.bottom-right i.fas.fa-shopping-bag {
		left: 11px;
		top: 8px;
		font-size: 20px;
	}

	.our_product_detail {
		top: 22px !important;
		padding: 25px !important;
		border-radius: 35px;
	}

}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
.rating_pp {
	font-size: 12px;
	color: black;
}

.rating_ppp {
	font-size: 12px;
	color: gray;
}

.buuutton-container {
	display: flex;
	/* Display children inline */
	align-items: center;
	/* Align items vertically */
}



.offerrr {
	border-radius: 20px;
	padding: 6px 15px;
	margin-left: 10px;
	font-size: 18px;
	color: black;
	background-color: #EA4B481A
}

span.odfcf {
	font-size: 22px;
}

.top-line {
	border-top: 0.5px solid #dfdfdf;
}

.contenbt {
	margin-top: 10px;
}

.lecft-text {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

.col-mobile-4 img {
	/* width: 200px !important; */
	/* height: auto; */
}

.col-mobile-8 {
	/* width: 350px; */
	cursor: pointer;
}

.rigcht-text {
	display: flex;
	justify-content: space-between;
}

.color-box {
	width: 20px;
	height: 20px;
	background-color: #4DA595;
	border-radius: 50%;
	display: inline-block;
	margin-right: 391px;
}

.color-boxx {
	width: 20px;
	height: 20px;
	background-color: #DDD487;
	/* Example color, change as needed */
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.size {
	margin-right: 5px;
}


.leeeft-section {
	display: flex;
	align-items: center;
	gap: 20px;
	cursor: pointer;
}

.right-section {
	cursor: pointer;
}

.right-seeection {
	display: flex;
	align-items: center;
}

.leeeft-section i,
.right-seeection i {
	margin-right: 5px;
}

.leeeft-section span {
	margin-right: 10px;
}

.outeeeer-div {
	display: flex;
	justify-content: flex-start;
	/* border: 1px solid #000; */
	/* padding: 10px; */
	border-radius: 10px;
	width: 300px;
}

.leffffft-section {
	margin-right: 10px;
	/* Add space between text and images */
}

.leffffft-section span {
	display: block;
	margin-bottom: 10px;
	color: #191C1F;
	font-weight: 600;

}

.leffffft-section img {
	width: 30px;
	/* Adjust image width as needed */
	height: auto;
	/* Maintain aspect ratio */
	margin-bottom: 10px;
	/* Add space between images */
}

/* Style for custom Go Back button */
.custom-go-back-button {
	padding: 10px 20px;
	font-size: 16px;
	background-color: #007bff;
	/* Blue color */
	color: #fff;
	/* White text color */
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.custom-go-back-button:hover {
	background-color: #0056b3;
	/* Darker blue on hover */
}

/* Style for custom Go To home button */
.custom-go-home-button {
	padding: 11px 29px;
	font-size: 16px;
	background-color: #fff;
	/* Green color */
	color: #28a745;
	border: 1px solid #28a745 !important;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.custom-go-home-button:hover {
	background-color: #218838;
	/* Darker green on hover */
}


/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

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

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

	/**
		 * Remove all paddings around the image on small screen
		 */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/* ----------------------------------

Template Name: Validnavs - Multipurpose Navbar Menu
Author: validtheme
Description:
Version: 1.0

------------------------------------- */


:root {
	--box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, .1);
	--box-shadow-secondary: 0 6px 12px rgba(0, 0, 0, 0.175);
	--box-shadow-extra: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
	--box-shadow-dark: 0px 0px 0px;
}


/* Default for supporting bootstrap */


@media (min-width: 768px) {

	.nav-box .container,
	.nav-box .container-lg,
	.nav-box .container-md,
	.nav-box .container-sm,
	.nav-box .container-xl {
		max-width: 720px;
		width: 720px;
	}
}

@media (min-width: 992px) {

	.nav-box .container,
	.nav-box .container-lg,
	.nav-box .container-md,
	.nav-box .container-sm,
	.nav-box .container-xl {
		max-width: 960px;
		width: 960px;
	}
}

@media (min-width: 1200px) {

	.nav-box .container,
	.nav-box .container-lg,
	.nav-box .container-md,
	.nav-box .container-sm,
	.nav-box .container-xl {
		max-width: 1200px;
		width: 1200px;
	}
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
	display: block;
}

.navbar {
	position: relative;
	padding: 0;
}

.navbar-nav .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin-top: 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: var(--white);
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: var(--box-shadow-secondary);
	box-shadow: var(--box-shadow-secondary);
}

.navbar .navbar-collapse.collapse {
	display: block !important;
	float: left;
	flex: inherit;
}

.navbar .collapse.navbar-collapse.center {
	float: none;
}

.navbar.brand-center .navbar-collapse.collapse {
	width: 100%;
}

.dropdown-toggle::after {
	display: inline;
	margin: 0;
	border: none;
	vertical-align: inherit;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: block;
}

.nav>li {
	position: relative;
	display: inline-block;
}

.navbar-sidebar li {
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: #eee;
}

.nav>li.disabled>a {
	color: #777;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
	background-color: #eee;
	border-color: var(--color-primary);
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
	height: 60px;
}

.navbar-toggle {
	position: relative;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-brand {
	margin: 0;
	padding: 0;
	display: block;
}

.main-nav-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.navbar .attr-right {
	float: right;
	/* margin-left: 30px; */
}

.main-nav-content .collapse {
	float: left;
	flex: inherit;
}

.navbar .attr-right .attr-nav li {
	margin-left: 20px;
}

.navbar .attr-right .attr-nav li:first-child {
	margin-left: 0;
}

.navbar .attr-right .attr-nav li.contact {
	position: relative;
}

.navbar.attr-border-full .attr-right .attr-nav li.contact {
	top: 0;
}

.navbar .attr-right .attr-nav li a {
	padding: 30px 0;
	display: block;
}

.navbar .attr-right .attr-nav li.button a {
	padding: 13px 40px !important;
	color: var(--white);
	border-radius: 5px;
	font-size: 16px;
}

.navbar .attr-right .attr-nav li.button a::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--bg-gradient);
	z-index: -1;
	border-radius: 5px;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	background-size: 220% 150%;
}

.navbar .attr-right .attr-nav li.button a:hover::after,
.navbar .attr-right .attr-nav li.button a:active {
	height: 100%;
	width: 100%;
}

.navbar .attr-right .attr-nav li .call {
	display: flex;
	justify-content: right;
}

.navbar .attr-right .attr-nav li .call p {
	margin-bottom: 5px;
	line-height: 1;
	font-size: 14px;
}

.navbar .attr-right .attr-nav li .call p strong {
	font-weight: 800;
	color: var(--color-primary);
}

.navbar.navbar.no-background .attr-right .attr-nav li .call p strong {
	color: var(--white);
}

.navbar .attr-right .attr-nav li .call h5 {
	margin: 0;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 0.6px;
}

.navbar .attr-right .attr-nav li .call h5 a {
	padding: 0 !important;
	display: inline-block;
	text-transform: lowercase;
	font-weight: 700;
}

.navbar .attr-right .attr-nav li .call i {
	display: inline-block;
	font-size: 40px;
	margin-right: 15px;
	position: relative;
	color: var(--color-primary);
}

@media (max-width: 1023px) {
	.navbar .attr-right .attr-nav li .call h5 a {
		color: var(--color-heading);
	}

	.navbar.navbar .attr-right .attr-nav li .call p {
		color: var(--color-default) !important;
	}

	.navbar .attr-right .attr-nav li .call i {
		color: var(--color-primary);
	}
}

@media (max-width: 991px) {
	.navbar .attr-right .attr-nav li.contact {
		display: none;
	}
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu>li>a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a:hover,
	.navbar-nav .open .dropdown-menu>li>a:focus {
		background-image: none;
	}
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
	display: table;
	content: " ";
}

.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
	clear: both;
}


/* * Navbar Main Css * v1.0 */

nav.validnavs .dropdown.megamenu-fw {
	position: static;
}

nav.validnavs .container {
	position: relative;
}

nav.validnavs .megamenu-fw .dropdown-menu {
	left: auto;
}

nav.validnavs .megamenu-content {
	padding: 15px;
	width: 100% !important;
}

nav.validnavs .dropdown.megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
}


/* Navbar Default */

nav.navbar.validnavs.logo-less .navbar-brand {
	display: none;
}

nav.navbar.validnavs {
	background-color: black;
	border-radius: 0;
	border: none;
	margin: 0;
	/* color: var(--white); */
}

nav.navbar.validnavs .navbar-toggle {
	margin: 0;
	background: transparent;
	border: none;
	font-size: 25px;
	padding: 30px 0;
}

nav.navbar.validnavs .navbar-toggle i {
	font-weight: 300;
}

nav.navbar.validnavs ul.nav .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
}

nav.navbar.validnavs ul.nav ul.dropdown-menu>li>a {
	white-space: normal;
}

nav.validnavs.navbar-full .navbar-toggle {
	display: inline-block;
	margin-right: 0;
	position: relative;
	top: 20px;
	font-size: 24px;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

nav.validnavs.navbar-full .navbar-collapse {
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
	padding: 0;
	display: none !important;
	z-index: 9;
}

nav.validnavs.navbar-full .navbar-collapse.in,
nav.validnavs.navbar-full .navbar-collapse.show {
	display: block !important;
}

nav.validnavs.navbar-full .navbar-collapse .nav-full {
	overflow: auto;
}

nav.validnavs.navbar-full .navbar-collapse .wrap-full-menu {
	display: table-cell;
	vertical-align: middle;
	background-color: var(--white);
	overflow: auto;
}

nav.validnavs.navbar-full .navbar-collapse .nav-full::-webkit-scrollbar {
	width: 0;
}

nav.validnavs.navbar-full .navbar-collapse .nav-full::-moz-scrollbar {
	width: 0;
}

nav.validnavs.navbar-full .navbar-collapse .nav-full::-ms-scrollbar {
	width: 0;
}

nav.validnavs.navbar-full .navbar-collapse .nav-full::-o-scrollbar {
	width: 0;
}

nav.validnavs.navbar-full .navbar-collapse ul.nav {
	display: block;
	width: 100%;
	overflow: auto;
}

#navbar-menu {
	-webkit-animation-duration: 0.35s;
	animation-duration: 0.35s;
}

.validnavs .side .widget.social li.facebook a {
	background: #3b5998 none repeat scroll 0 0;
}

.validnavs .side .widget.social li.twitter a {
	background: #1da1f2 none repeat scroll 0 0;
}

.validnavs .side .widget.social li.pinterest a {
	background: #bd081c none repeat scroll 0 0;
}

.validnavs .side .widget.social li.g-plus a {
	background: #db4437 none repeat scroll 0 0;
}

.validnavs .side .widget.social li.linkedin a {
	background: #0077b5 none repeat scroll 0 0;
}

.validnavs .side .widget.social li.dribbble a {
	background: #ea4c89 none repeat scroll 0 0;
}

.validnavs a {
	color: #d9d3d3;
	font-weight: 500 !important;
	text-transform: capitalize;
	background: transparent;
}

.validnavs a:focus,
.validnavs a:hover,
.validnavs a.active {
	background: transparent !important;
}

.attr-nav li {
	display: inline-block;
}

.attr-nav>ul>li>a {
	position: relative;
}

.attr-nav>ul>li>a i {
	font-size: 20px;
}

.attr-nav>ul>li>a span.badge {
	background-color: var(--color-primary);
	height: 20px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	right: -8px;
	text-align: center;
	top: 18px;
	width: 20px;
	border-radius: 50%;
}

.attr-nav>ul li.dropdown ul.dropdown-menu {
	margin-top: 0;
}

.attr-nav>ul>li.dropdown ul.dropdown-menu {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: var(--box-shadow-dark);
	-webkit-box-shadow: var(--box-shadow-dark);
	-o-box-shadow: var(--box-shadow-dark);
	box-shadow: var(--box-shadow-dark);
	border: solid 1px #e0e0e0;
}


/* Drowpdown Cart */

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list {
	padding: 0;
	width: 300px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li {
	display: flex;
	border-top: 1px solid #e7e7e7;
	padding: 0;
	padding-top: 25px;
	margin: 0;
	margin-top: 25px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li a {
	padding: 0 !important;
	margin: 0;
	border: none;
	font-size: 16px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li p {
	margin: 0;
	font-size: 14px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li p .price {
	font-size: initial;
	font-weight: 800;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list {
	padding: 25px;
	border: none;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li:first-child {
	margin: 0;
	padding: 0;
	border: none;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li .thumb .photo {
	height: 60px;
	width: 60px;
	background: var(--bg-gray);
	padding: 3px !important;
	display: flex;
	align-items: center;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li h6 {
	margin-bottom: 5px;
	font-weight: 800;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li .thumb {
	position: relative;
	margin-right: 20px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li .remove-product,
nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li .remove-product:hover {
	position: absolute;
	top: -3px;
	right: -4px;
	width: 17px;
	height: 17px;
	text-align: center;
	line-height: 17px;
	background: #fd6363 !important;
	color: var(--white);
	border-radius: 50%;
	font-size: 10px;
	padding: 0 !important;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li.total a,
nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li.total a:hover {
	display: block;
	width: 100%;
	float: left;
	text-transform: uppercase;
	padding: 10px 25px !important;
	border: 2px solid var(--color-primary);
	background: var(--color-primary) !important;
	color: var(--white);
	border-radius: inherit;
	text-align: center;
	font-size: 13px;
	margin-top: 15px;
	border-radius: 6px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li.total a:nth-child(3) {
	background: transparent !important;
	color: white;
	border: 2px solid var(--color-secondary);
	background: #00B207 !important;
	margin-top: 10px;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li.total {
	display: block;
}

nav.navbar.navbar-default.validnavs li.dropdown ul.dropdown-menu.cart-list li.total span.pull-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/* Top Search */

.top-search {
	padding: 10px 0;
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 9;
	animation: none;
}

.top-search .input-group {
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: 30px;
	right: 30px;
	width: auto;
}

.top-search .container-xl {
	position: relative;
	height: 100%;
}

.navbar .top-search .input-group {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
	z-index: 9;
}

.navbar .top-search::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: var(--color-heading);
	z-index: -1;
	opacity: 0.9;
}

.top-search input.form-control {
	background-color: transparent;
	border: none;
	-moz-box-shadow: var(--box-shadow-dark);
	-webkit-box-shadow: var(--box-shadow-dark);
	-o-box-shadow: var(--box-shadow-dark);
	box-shadow: var(--box-shadow-dark);
	color: var(--white);
	height: 40px;
	padding: 0 15px;
	border: none !important;
}

.top-search input.form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: var(--white) !important;
}

.top-search input.form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: var(--white) !important;
}

.top-search input.form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: var(--white) !important;
}

.top-search input.form-control:-moz-placeholder {
	/* Firefox 18- */
	color: var(--white) !important;
}

.top-search .input-group-addon {
	background-color: transparent;
	border: none;
	color: var(--white);
	padding-left: 0;
	padding-right: 0;
	padding: 12px 0;
}

.top-search .input-group-addon.close-search {
	cursor: pointer;
}

.navbar .top-search .container {
	padding: 0 30px;
}

body {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.side {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -500px;
	width: 500px;
	padding: 50px;
	padding-top: 0;
	height: 100%;
	display: block;
	background-color: var(--white);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 9;
	box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.1);
	overflow-x: hidden;
}

.side .widget .logo {
	position: relative;
	z-index: 1;
	padding: 30px 0;
	margin-bottom: 50px;
}

.side .widget .logo::after {
	position: absolute;
	left: -50px;
	top: 0;
	content: "";
	height: 100%;
	width: 200%;
	background: var(--color-primary);
	z-index: -1;
}

.side.on {
	right: -16px;
}

.side .widget .logo img {
	height: 60px;
}

body.on-side nav.navbar::after {
	position: fixed;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #000000;
	transition: all 0.35s ease-in-out;
	opacity: 0.6;
}

.side .close-side {
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.5);
	float: right;
	font-size: 16px;
	font-weight: 500;
	height: 35px;
	line-height: 34px;
	position: relative;
	text-align: center;
	top: 43px;
	width: 35px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.8);
}

.side .widget.address ul li p {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 0;
	color: var(--color-heading);
}

.navbar .side .widget h4 {
	display: block;
	font-weight: 800;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
}

.side .widget.address ul li strong {
	font-weight: 500;
}

.side .widget.newsletter form {
	position: relative;
	z-index: 1;
	width: 100%;
}

.side .widget.newsletter form .input-group.stylish-input-group {
	position: relative;
}

.side .widget.newsletter form input,
.side .widget.newsletter form input:focus {
	width: 100%;
	background: transparent;
	padding: 15px;
	color: var(--color-heading);
	border-radius: inherit;
	border: 1px solid #e7e7e7;
	min-height: 60px;
}

.side .widget.newsletter form span.input-group-addon {
	width: 60px;
	position: absolute;
	right: 0;
	border-left: 1px solid #e7e7e7;
	min-height: 60px;
	z-index: 9;
}

.side .widget.newsletter form span.input-group-addon button {
	position: absolute;
	height: 57px;
	top: 2px;
	right: 2px;
	width: 56px;
	border: none;
	background: var(--white);
	border-radius: 5px;
	color: var(--color-heading);
	font-size: 30px;
}

.navbar .side .widget.social li {
	display: inline-block;
}

.navbar .side .widget.social li a {
	color: var(--color-heading);
	display: inline-block;
	font-weight: 800;
	height: 45px;
	line-height: 45px;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	width: 45px;
	border-radius: 50%;
	border: 1px solid #e7e7e7;
}

.navbar .side .widget.social li a:hover {
	background: var(--color-heading) none repeat scroll 0 0 !important;
	color: var(--white);
	border-color: var(--color-heading);
}

@media (min-width: 1200px) {
	.attr-border .attr-nav {
		position: relative;
		z-index: 1;
		padding-left: 15px;
	}

	.attr-border .attr-nav::after {
		position: absolute;
		left: 0;
		top: 50%;
		content: "";
		transform: translateY(-50%);
		height: 40px;
		width: 1px;
		border-left: 1px solid #dddddd;
		z-index: -1;
	}

	.attr-border.attr-border-full .attr-nav::after {
		height: 100%;
	}

	nav.navbar.validnavs.navbar-fixed.no-background.attr-border .attr-nav::after {
		border-left: 1px solid rgba(255, 255, 255, 0.3);
	}
}

.navbar .attr-right .attr-nav li.side-menu a {
	padding: 9px 20px !important;
	display: block;
	top: 4px;
}

.navbar.navbar-default.attr-border-full .attr-right .attr-nav li.side-menu a {
	top: -5px;
}

.navbar .attr-nav .side-menu span {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	height: 2px;
	width: 40px;
	background: #ffffff;
	transition: all 0.35s ease-in-out;
}

.navbar .attr-nav .side-menu a:hover span {
	width: 30px;
}

.navbar .attr-nav .side-menu span:nth-child(2) {
	top: 8px;
	width: 35px;
}

.navbar .attr-nav .side-menu a:hover span:nth-child(2) {
	width: 35px;
}

.navbar .attr-nav .side-menu span:nth-child(3) {
	top: 16px;
	width: 30px;
}

.navbar .attr-nav .side-menu a:hover span:nth-child(3) {
	width: 40px;
}

.body-overlay {
	background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
	bottom: 0;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 0;
	transition: opacity 0.4s ease 0.8s, height 0s ease 1.2s;
	z-index: 490;
}

body.on-side .body-overlay {
	height: 100%;
	transition: height 0s ease 0s, opacity 0.4s ease 0s;
}

body.on-side .body-overlay {
	opacity: 1;
	top: 0;
}

nav.navbar.validnavs ul.nav>li.dropdown>a.dropdown-toggle::after {
	content: "\f107";
	font-family: var(--fontawesome);
	margin-left: 5px;
	margin-top: 2px;
	border: none;
	font-weight: 900;
	transition: all 0.35s ease-in-out;
}

.navbar .side .widget.social {
	margin-top: -15px;
}

.navbar .side .widget li {
	display: block;
	margin-top: 15px;
}

.side .widget {
	position: relative;
	z-index: 1;
	margin-bottom: 50px;
}

.side .widget:last-child {
	margin-bottom: 0;
}

nav.navbar.validnavs.navbar-fixed {
	display: block;
	position: fixed;
	width: 100%;
	z-index: 100;
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
	top: 0;
}

nav.navbar.validnavs.navbar-fixed.nav-box.no-background {
	background: var(--white) none repeat scroll 0 0;
	top: 115px;
	width: auto;
	left: auto;
}

nav.navbar.validnavs.navbar-fixed.nav-box.no-background ul.nav>li>a,
nav.navbar.validnavs.navbar-fixed.nav-box.no-background .attr-nav>ul>li>a {
	color: var(--color-heading);
}

nav.navbar.validnavs.navbar-fixed.nav-box {
	left: 0;
	top: 0;
	width: 100%;
}

nav.navbar.validnavs.navbar-fixed.no-background {
	display: block;
	position: absolute;
	width: 100%;
	z-index: 100;
	box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	-webkit-box-shadow: 0 0 0;
	-o-box-shadow: 0 0 0;
}

li.scrsf {
	margin-left: 15px;
	margin-top: 13px;
}


.phoen-call {
	display: inline-grid;
	text-align: center;
}


nav.navbar.validnavs {
	z-index: 100;
	padding: 0px 0;
}

nav.navbar.validnavs.attr-border-full,
nav.navbar.validnavs.brand-center {
	padding: 0;
}

@media (min-width: 1024px) and (max-width: 1400px) {
	body.wrap-nav-sidebar .wrapper .container {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (min-width: 1024px) {
	.navbar-transparent.inc-top-bar {
		margin-top: 59px !important;
	}

	.navbar.no-background .attr-nav .side-menu span {
		background-color: var(--white);
	}

	.navbar.no-background .attr-right .attr-nav li .call h5 {
		color: var(--white);
	}

	nav.navbar.validnavs.navbar-fixed.no-background.nav-border {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	nav.navbar.brand-style-bg {
		box-shadow: inherit;
	}

	nav.navbar.brand-style-bg.sticked {
		box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, .1);
	}

	nav.navbar.validnavs.navbar-fixed.no-background .attr-right .attr-nav li.contact::after {
		background: rgba(255, 255, 255, 0.2);
	}

	/* Custom */
	nav.navbar.validnavs ul.nav .dropdown-menu .dropdown-menu {
		margin-top: -2px;
	}

	.nav-box.no-background .container.nav-container {
		box-shadow: 0 0 10px #cccccc;
		padding: 0 30px;
	}

	nav.navbar.validnavs ul.nav.navbar-right .dropdown-menu {
		right: auto;
	}

	nav.navbar.validnavs ul.nav.navbar-right .dropdown-left .dropdown-menu {
		right: 0;
		left: -100%;
	}

	nav.navbar.validnavs.navbar-default.navbar-fixed.navbar-transparent.inc-topbar {
		margin-top: 65px;
		transition: all 0.35s ease-in-out 0s;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}

	nav.navbar.validnavs.navbar-fixed.no-background.top-pad {
		margin-top: 65px;
	}

	nav.navbar.validnavs.navbar-default.navbar-fixed.inc-topbar {
		margin-top: 0;
	}

	.navbar.logo-bg .navbar-brand {
		position: relative;
		z-index: 1;
		padding: 0 30px;
	}

	.navbar.logo-bg .navbar-brand img {
		position: relative;
		top: 12px;
	}

	nav.navbar.validnavs.active-border ul.nav>li>a.active {
		position: relative;
		z-index: 1;
	}

	nav.navbar.validnavs.active-border ul.nav>li>a.active::before {
		top: -2px;
		position: absolute;
		left: 10%;
		content: "";
		height: 0px;
		width: 80%;
		border-bottom: 3px solid var(--color-primary);
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu {
		background: var(--white) none repeat scroll 0 0;
		border: 1px solid transparent;
		border-radius: 2px;
		box-shadow: var(--box-shadow-extra);
		padding: 10px;
		width: 790px;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu.cart-list {
		left: auto;
		min-width: 300px;
		right: 0;
		border: none !important;
		box-shadow: var(--box-shadow-extra);
	}

	nav.navbar.validnavs.navbar-sticky.sticked li.dropdown ul.dropdown-menu.cart-list {
		margin-top: -8px;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu>li a:hover,
	nav.navbar.validnavs li.dropdown ul.dropdown-menu>li a:hover {
		background-color: transparent;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu>li>a {
		padding: 12px 15px;
		color: var(--color-heading);
		font-weight: 500;
		font-size: 16px;
		text-transform: uppercase;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu>li:last-child>a {
		border-bottom: none;
	}

	nav.navbar.validnavs ul li.dropdown ul.dropdown-menu li a {
		color: gray;
		display: block;
		font-size: 13px;
		margin-bottom: 0;
		padding: 0px 0px !important;
		text-align: left;
		text-transform: capitalize;
		width: 100%;
		font-weight: 600 !important;
	}

	nav.navbar.validnavs ul.navbar-right li.dropdown.dropdown-left ul.dropdown-menu li a {
		text-align: right;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
		font-family: var(--fontawesome);
		font-weight: 900;
		float: right;
		content: "\f105";
		margin-top: 0;
	}

	nav.navbar.validnavs ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
		font-family: var(--fontawesome);
		font-weight: 900;
		float: right;
		content: "\f105";
		margin-top: 0;
	}

	nav.navbar.validnavs ul.navbar-right li.dropdown.dropdown-left ul.dropdown-menu li.dropdown>a.dropdown-toggle:before {
		font-family: var(--fontawesome);
		font-weight: 900;
		float: left;
		content: "\f104";
		margin-top: 0;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu ul.dropdown-menu {
		top: -1px;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content {
		padding: 0 15px !important;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content>li {
		padding: 25px 0 20px;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content.tabbed {
		padding: 0;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content.tabbed>li {
		padding: 0;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content .col-menu {
		padding: 0 30px;
		margin: 0 -0.5px;
		border-left: solid 1px #f0f0f0;
		border-right: solid 1px #f0f0f0;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content .col-menu:first-child {
		border-left: none;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content .col-menu:last-child {
		border-right: none;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content .content {
		display: none;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content .content ul.menu-col li a {
		border-bottom: medium none;
		color: var(--color-heading);
		display: block;
		font-size: 16px;
		margin-bottom: 0;
		padding: 8px 0;
		text-align: left;
		text-transform: capitalize;
		width: 100%;
	}

	nav.navbar.validnavs ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover {
		padding-left: 10px;
		color: var(--color-primary);
	}

	nav.navbar.validnavs.on ul.dropdown-menu.megamenu-content .content {
		display: block !important;
		height: auto !important;
	}

	nav.navbar.validnavs.no-background {
		background-color: transparent;
		border: none;
	}

	nav.navbar.validnavs.navbar-fixed.no-background.inc-top-pad {
		padding: 0;
		top: 58px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	nav.navbar.validnavs.navbar-transparent .attr-nav {
		padding-left: 15px;
		margin-left: 30px;
	}

	nav.navbar.validnavs.navbar-transparent.white {
		background-color: rgba(255, 255, 255, 0.3);
		border-bottom: solid 1px #bbb;
	}

	nav.navbar.navbar-inverse.validnavs.navbar-transparent.dark,
	nav.navbar.validnavs.navbar-transparent.dark {
		background-color: rgba(0, 0, 0, 0.3);
		border-bottom: solid 1px #555;
	}

	nav.navbar.validnavs.navbar-transparent.white .attr-nav {
		border-left: solid 1px #bbb;
	}

	nav.navbar.navbar-inverse.validnavs.navbar-transparent.dark .attr-nav,
	nav.navbar.validnavs.navbar-transparent.dark .attr-nav {
		border-left: solid 1px #555;
	}

	nav.navbar.validnavs.no-background.white .attr-nav>ul>li>a,
	nav.navbar.validnavs.navbar-transparent.white .attr-nav>ul>li>a,
	nav.navbar.validnavs.navbar-transparent.white ul.nav>li>a,
	nav.navbar.validnavs.no-background.white ul.nav>li>a {
		color: var(--white);
	}

	nav.navbar.validnavs.navbar-transparent.dark .attr-nav>ul>li>a,
	nav.navbar.validnavs.navbar-transparent.dark ul.nav>li>a {
		color: #eee;
	}

	nav.navbar.validnavs.navbar-fixed.navbar-transparent .logo-scrolled,
	nav.navbar.validnavs.navbar-fixed.no-background .logo-scrolled,
	nav.navbar.validnavs.brand-center .logo-scrolled {
		display: none;
	}

	nav.navbar.validnavs.navbar-fixed.navbar-transparent .logo-display,
	nav.navbar.validnavs.navbar-fixed.no-background .logo-display,
	nav.navbar.validnavs.brand-center .logo-display {
		display: block;
	}

	nav.navbar.validnavs.navbar-fixed .logo-display {
		display: none;
	}

	nav.navbar.validnavs.navbar-fixed .logo-scrolled {
		display: block;
	}

	.attr-nav>ul>li.dropdown ul.dropdown-menu {
		margin-top: 0;
		margin-left: 55px;
		width: 250px;
		left: -250px;
	}

	nav.navbar.validnavs.menu-center .container {
		position: relative;
	}

	nav.navbar.validnavs.menu-center ul.nav.navbar-center {
		float: none;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}

	nav.validnavs.navbar-brand-top .navbar-header {
		display: block;
		width: 100%;
		text-align: center;
	}

	nav.validnavs.navbar-brand-top ul.nav>li.dropdown>ul.dropdown-menu {
		margin-top: 0px;
	}

	nav.validnavs.navbar-brand-top ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
		margin-top: 0;
	}

	nav.validnavs.navbar-brand-top .navbar-header .navbar-brand {
		display: inline-block;
		float: none;
		margin: 0;
	}

	nav.validnavs.navbar-brand-top .navbar-collapse {
		text-align: center;
	}

	nav.validnavs.navbar-brand-top ul.nav {
		display: inline-block;
		float: none;
		margin: 0 0 -5px 0;
	}

	nav.validnavs.brand-center .navbar-header {
		display: block;
		width: 100%;
		position: absolute;
		text-align: center;
		top: 0;
		left: 0;
	}

	nav.validnavs.brand-center .navbar-brand {
		display: inline-block;
		float: none;
	}

	nav.validnavs.brand-center.center-side .navbar-brand {
		display: inline-block;
		float: none;
		padding: 15px 0;
	}

	nav.validnavs.brand-center .navbar-collapse {
		text-align: center;
		display: inline-block;
		padding-left: 0;
		padding-right: 0;
	}

	nav.validnavs.brand-center ul.nav>li.dropdown>ul.dropdown-menu {
		margin-top: 0px;
	}

	nav.validnavs.brand-center ul.nav>li.dropdown.megamenu-fw>ul.dropdown-menu {
		margin-top: 0;
	}

	nav.validnavs.brand-center .navbar-collapse .col-half {
		width: 50%;
		float: left;
		display: block;
	}

	nav.validnavs.brand-center .navbar-collapse .col-half.left {
		text-align: right;
		padding-right: 150px;
	}

	nav.validnavs.brand-center .navbar-collapse .col-half.right {
		text-align: left;
		padding-left: 150px;
	}

	nav.validnavs.brand-center ul.nav {
		float: none !important;
		margin-bottom: -5px !important;
		display: inline-block !important;
	}

	nav.validnavs.brand-center ul.nav.navbar-right {
		margin: 0;
	}

	nav.validnavs.brand-center.center-side .navbar-collapse .col-half.left {
		text-align: left;
		padding-right: 100px;
	}

	nav.validnavs.brand-center.center-side .navbar-collapse .col-half.right {
		text-align: right;
		padding-left: 100px;
	}

	body.wrap-nav-sidebar .wrapper {
		padding-left: 320px;
		overflow-x: hidden;
	}

	nav.validnavs.navbar-sidebar {
		position: fixed;
		width: 320px;
		overflow: hidden;
		left: 0;
		padding: 0 0 0 0 !important;
		background: var(--white);
		-moz-box-shadow: 0 0 10px #cccccc;
		-webkit-box-shadow: 0 0 10px #cccccc;
		-o-box-shadow: 0 0 10px #cccccc;
		box-shadow: 0 0 10px #cccccc;
	}

	nav.validnavs.navbar-sidebar.bg-dark {
		background: var(--white) none repeat scroll 0 0;
		-moz-box-shadow: 1px 0 6px 0 var(--color-heading);
		-webkit-box-shadow: 1px 0 6px 0 var(--color-heading);
		-o-box-shadow: 1px 0 6px 0 var(--color-heading);
		box-shadow: 1px 0 6px 0 var(--color-heading);
		left: 0;
		overflow: hidden;
		padding: 0 !important;
		position: fixed;
		width: 260px;
	}

	nav.validnavs.navbar-sidebar.bg-dark {
		background-color: var(--color-heading);
	}

	nav.validnavs.navbar-sidebar .scroller {
		width: 280px;
		overflow-y: auto;
		overflow-x: hidden;
	}

	nav.validnavs.navbar-sidebar .scroller::-webkit-scrollbar {
		width: 0;
	}

	nav.validnavs.navbar-sidebar .scroller::-moz-scrollbar {
		width: 0;
	}

	nav.validnavs.navbar-sidebar .scroller::-ms-scrollbar {
		width: 0;
	}

	nav.validnavs.navbar-sidebar .scroller::-o-scrollbar {
		width: 0;
	}

	nav.validnavs.navbar-sidebar .container-fluid,
	nav.validnavs.navbar-sidebar .container {
		padding: 0 !important;
	}

	nav.validnavs.navbar-sidebar .navbar-header {
		float: none;
		display: block;
		padding: 10px 25px;
		margin: 50px 0 15px 0 !important;
	}

	nav.validnavs.navbar-sidebar .navbar-collapse {
		padding: 0 !important;
		width: 260px;
	}

	nav.validnavs.navbar-sidebar ul.nav {
		float: none;
		display: block;
		width: 100%;
		padding-left: 15px;
		margin: 0 0 30px 0;
	}

	nav.validnavs.navbar-sidebar.bg-dark ul.nav>li {
		border-bottom: 1px solid var(--color-heading);
	}

	nav.validnavs.navbar-sidebar ul.nav>li>a {
		padding: 8px 15px !important;
		text-transform: capitalize;
		font-weight: 700;
		font-size: 14px;
	}

	nav.validnavs.navbar-sidebar.bg-dark ul.nav>li>a {
		color: var(--white);
	}

	nav.validnavs.navbar-sidebar ul.nav>li>a:hover {
		color: var(--color-primary);
	}

	nav.validnavs.navbar-sidebar ul.nav>li.dropdown>a:after {
		float: right;
	}

	nav.validnavs.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
		left: 100%;
		top: 0;
		position: relative !important;
		left: 0 !important;
		width: 100% !important;
		height: auto !important;
		background-color: transparent;
		border: none !important;
		padding: 0;
		-moz-box-shadow: var(--box-shadow-dark);
		-webkit-box-shadow: var(--box-shadow-dark);
		-o-box-shadow: var(--box-shadow-dark);
		box-shadow: var(--box-shadow-dark);
	}

	nav.validnavs.navbar-sidebar ul.nav .megamenu-content .col-menu {
		border: none !important;
	}

	nav.validnavs.navbar-sidebar ul.nav>li.dropdown>ul.dropdown-menu {
		margin-bottom: 15px;
	}

	nav.validnavs.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu {
		padding-left: 15px;
		float: none;
		margin-bottom: 0;
	}

	nav.validnavs.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a {
		padding: 7px 15px;
		color: var(--color-heading);
		border: none;
	}

	nav.validnavs.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu ul.dropdown-menu {
		padding-left: 15px;
		margin-top: 0;
	}

	nav.validnavs.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li.dropdown>a:before {
		font-family: var(--fontawesome);
		content: "\f105";
		float: right;
	}

	nav.validnavs.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on>a:before {
		content: "\f107";
	}

	nav.validnavs.navbar-sidebar ul.dropdown-menu.megamenu-content>li {
		padding: 0 !important;
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu {
		display: block;
		float: none !important;
		padding: 0;
		margin: 0;
		width: 100%;
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu .title {
		padding: 10px 0;
		font-weight: 800;
		letter-spacing: 0px;
		margin-bottom: 0;
		cursor: pointer;
		color: var(--color-heading);
		text-transform: capitalize;
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu .title:before {
		font-family: var(--fontawesome);
		content: "\f105";
		float: right;
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title:before {
		content: "\f107";
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu {
		border: none;
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu .content {
		padding: 0 0 0 15px;
	}

	nav.validnavs.navbar-sidebar .dropdown .megamenu-content .col-menu ul.menu-col li a {
		padding: 3px 0 !important;
	}

	/* Center Menu */
	nav.validnavs.brand-center .navbar-brand {
		position: relative;
		z-index: 1;
		padding: 29px 30px;
		background: var(--color-secondary) !important;
		border-radius: 0 0 0 20px;
	}

	nav.validnavs.brand-center .navbar-brand::before {
		position: absolute;
		left: 0;
		bottom: -10px;
		content: "";
		width: 100%;
		height: 30px;
		background: var(--color-secondary);
		border-radius: 0 0 20px 20px;
		transform: skewY(5deg);
	}

	nav.validnavs.dark-layout {
		background-color: var(--color-heading);
	}

	nav.validnavs.dark-layout ul.nav>li>a {
		color: var(--white);
	}

	nav.validnavs.brand-center .navbar-brand img {
		position: relative;
		top: 10px;
	}

	/* Nav box */
	nav.navbar.validnavs.navbar-fixed.nav-box.no-background {
		background: var(--color-primary);
		top: 95px;
		width: auto;
		left: auto;
		border-radius: 5px;
	}

	.nav-box.no-background .container.nav-container {
		box-shadow: inherit;
		padding: 0 40px;
	}

	.nav-box.no-background .container.nav-container .attr-nav .side-menu {
		position: relative;
		float: right;
		width: 40px;
		height: 100%;
		margin-left: 16px;
		padding: 27px 0;
	}

	.nav-box.no-background .container.nav-container .attr-nav>ul>li {
		padding: 17px 0;
		font-size: 18px;
	}

	.nav-box.no-background .container.nav-container ul.nav>li>a {
		padding: 28px 15px;
		color: var(--white);
	}

	nav.navbar.validnavs.navbar-fixed.nav-box.no-background ul.nav>li>a,
	nav.navbar.validnavs.navbar-fixed.nav-box.no-background .attr-nav>ul>li>a {
		color: var(--white);
	}
}

@media only screen and (min-width: 320px) and (max-width: 500px) {

	.our_product_detaiil {
		top: -35px;
		padding: 75px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.custom-width-button {
		display: inline-block;
		padding: 10px;
		color: white;
		background-color: #00B207;
		text-align: center;
		text-decoration: none;
		font-size: 22px !important;
		width: 670px !important;
	}

	.bottom-right_detail {
		position: absolute;
		height: 50px;
		width: 50px;
		cursor: pointer;
		border-radius: 50%;
		background-color: #F2F2F2;
		bottom: 10px;
		right: 15px !important;
		color: #1A1A1A;
	}

	p.order_soppingg {
		margin-left: 0px;
	}


	nav.navbar.validnavs.navbar-fixed.inc-top-bar.navbar-transparent {
		margin-top: 100px;
	}
}

@media (max-width: 1023px) {
	a.navbar-brand {
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 50%;
	}

	nav.navbar.validnavs {
		padding: 0;
	}

	nav.navbar.validnavs.navbar-sidebar {
		padding: 25px 0;
	}

	nav.navbar.validnavs.brand-center {
		padding: 30px 0;
	}

	nav.navbar.validnavs.brand-center .logo-display {
		display: none;
	}

	header.adjust-height {
		min-height: 90px;
	}

	nav.navbar.validnavs.navbar-sidebar .scroller {
		width: 100%;
	}

	nav.navbar.validnavs.navbar-sidebar .navbar-brand img {
		height: 50px;
	}

	nav.navbar.validnavs.navbar-sidebar .navbar-toggle {
		margin: 0 15px;
	}

	nav.navbar.validnavs ul.nav>li.dropdown>a.dropdown-toggle::after {
		display: none;
	}

	nav.validnavs.navbar-default.info-topbar .navbar-header {
		display: block !important;
	}

	nav.validnavs.navbar-default.info-topbar ul li a.active::after {
		display: none;
	}

	nav.validnavs.navbar-default.info-topbar ul li a::after {
		display: none;
	}

	nav.navbar.shadow.navbar-inverse.validnavs.navbar-transparent.dark,
	nav.navbar.shadow.validnavs.navbar-transparent.dark {
		background-color: var(--white) !important;
		border-bottom: medium none var(--color-primary);
	}

	.navbar-default.validnavs.navbar-sidebar.bg-dark .social-share {
		padding: 20px 0;
	}

	.attr-nav>ul li.dropdown ul.dropdown-menu {
		margin-top: 0px !important;
	}

	nav.navbar.validnavs ul.nav li.dropdown>ul.dropdown-menu {
		box-shadow: inherit !important;
	}

	nav.navbar.validnavs ul.nav li.dropdown>ul.dropdown-menu li>a {
		border-bottom: 1px solid #e7e7e7 !important;
		font-weight: 700;
	}

	nav.navbar.validnavs ul.nav li.dropdown>ul.dropdown-menu li:hover>a {
		background-color: transparent !important;
		color: var(--color-primary) !important;
	}

	nav.bg-dark.navbar.validnavs ul.nav li.dropdown>ul.dropdown-menu li a {
		background: transparent none repeat scroll 0 0 !important;
		border-bottom: 1px solid #e7e7e7;
		color: var(--color-heading) !important;
	}

	nav.navbar.validnavs .navbar-collapse.collapse.in,
	nav.navbar.validnavs .navbar-collapse.collapse.show {
		background: var(--white) none repeat scroll 0 0;
		display: block;
		margin-bottom: 30px;
	}

	nav.bg-dark.navbar.validnavs .dropdown .megamenu-content .col-menu .title {
		border-bottom: 1px solid #e0e0e0;
		font-size: 14px;
	}

	nav.navbar.validnavs .navbar-collapse {
		border: none;
		margin-bottom: 0;
	}

	nav.navbar.validnavs.no-full .navbar-collapse {
		max-height: 350px;
		overflow-y: auto !important;
	}

	nav.navbar.validnavs .navbar-collapse.collapse.in,
	nav.navbar.validnavs .navbar-collapse.collapse.show {
		display: block !important;
	}

	nav.navbar.validnavs .navbar-nav {
		float: none !important;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0px;
	}

	nav.navbar.validnavs .navbar-collapse.collapse {
		display: none !important;
	}

	nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
		display: initial !important;
	}

	nav.navbar.validnavs .navbar-nav>li {
		float: none;
		display: block;
	}

	nav.navbar.validnavs li.dropdown a.dropdown-toggle:before {
		font-family: var(--fontawesome);
		font-weight: 900;
		content: "\f105";
		float: right;
		font-size: 16px;
		margin-left: 10px;
	}

	nav.navbar.validnavs li.dropdown.on>a.dropdown-toggle:before {
		content: "\f107";
	}

	nav.navbar.validnavs .navbar-nav>li>a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 13px 0 !important;
		border-top: solid 1px #e0e0e0;
		margin-bottom: -1px;
	}

	nav.navbar.validnavs .navbar-nav>li:first-child>a {
		border-top: none;
	}

	nav.navbar.validnavs ul.navbar-nav.navbar-left>li:last-child>ul.dropdown-menu {
		border-bottom: solid 1px #e0e0e0;
	}

	nav.navbar.validnavs ul.nav li.dropdown li a.dropdown-toggle {
		float: none !important;
		position: relative;
		display: block;
		width: 100%;
	}

	nav.navbar.validnavs ul.nav li.dropdown ul.dropdown-menu {
		width: 100%;
		position: relative !important;
		background-color: transparent;
		float: none;
		border: none;
		padding: 0 0 0 15px !important;
		margin: 0 0 -1px 0 !important;
		-moz-box-shadow: var(--box-shadow-dark);
		-webkit-box-shadow: var(--box-shadow-dark);
		-o-box-shadow: var(--box-shadow-dark);
		box-shadow: var(--box-shadow-dark);
		-moz-border-radius: var(--box-shadow-dark);
		-webkit-border-radius: var(--box-shadow-dark);
		-o-border-radius: var(--box-shadow-dark);
		border-radius: var(--box-shadow-dark);
	}

	nav.navbar.validnavs ul.nav li.dropdown ul.dropdown-menu>li>a {
		border-bottom: 1px solid #e0e0e0;
		color: var(--color-heading);
		display: block;
		font-size: 15px;
		font-weight: 700;
		padding: 10px 0;
		text-transform: capitalize;
		width: 100%;
	}

	nav.navbar.validnavs ul.nav ul.dropdown-menu li a:hover,
	nav.navbar.validnavs ul.nav ul.dropdown-menu li a:focus {
		background-color: transparent;
	}

	nav.navbar.validnavs.inc-shape::after {
		bottom: -5px !important;
	}

	nav.navbar.validnavs .navbar-toggle {
		padding: 20px 0;
	}

	nav.navbar.validnavs ul.nav ul.dropdown-menu ul.dropdown-menu {
		float: none !important;
		left: 0;
		padding: 0 0 0 15px;
		position: relative;
		background: transparent;
		width: 100%;
	}

	nav.navbar.validnavs ul.nav ul.dropdown-menu li.dropdown.on>ul.dropdown-menu {
		display: inline-block;
		margin-top: -10px;
	}

	nav.navbar.validnavs li.dropdown ul.dropdown-menu li.dropdown>a.dropdown-toggle:after {
		display: none;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu .title {
		padding: 13px 15px 13px 0;
		line-height: 24px;
		text-transform: none;
		font-weight: 500;
		letter-spacing: 0px;
		margin-bottom: 0;
		cursor: pointer;
		border-bottom: solid 1px #e0e0e0;
		color: var(--color-heading);
		font-size: 14px;
		font-weight: 700;
		text-transform: uppercase;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu ul>li>a {
		display: block;
		width: 100%;
		border-bottom: solid 1px #e0e0e0;
		padding: 10px 0;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu .title::before {
		content: "\f105";
		float: right;
		font-family: var(--fontawesome);
		font-size: 16px;
		font-weight: 900;
		margin-left: 10px;
		position: relative;
		right: -15px;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu:last-child .title {
		border-bottom: none;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu.on:last-child .title {
		border-bottom: solid 1px #e0e0e0;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu:last-child ul.menu-col li:last-child a {
		border-bottom: none;
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu.on .title:before {
		content: "\f107";
	}

	nav.navbar.validnavs .dropdown .megamenu-content .col-menu .content {
		padding: 0 0 0 15px;
	}

	nav.validnavs.brand-center .navbar-collapse {
		display: block;
	}

	nav.validnavs.brand-center ul.nav {
		margin-bottom: 0px !important;
	}

	nav.validnavs.brand-center .navbar-collapse .col-half {
		width: 100%;
		float: none;
		display: block;
	}

	nav.validnavs.brand-center .navbar-collapse .col-half.left {
		margin-bottom: 0;
	}

	nav.validnavs .megamenu-content {
		padding: 0;
	}

	nav.validnavs .megamenu-content .col-menu {
		padding-bottom: 0;
	}

	nav.validnavs .megamenu-content .title {
		cursor: pointer;
		display: block;
		padding: 10px 15px;
		margin-bottom: 0;
		font-weight: normal;
	}

	nav.validnavs .megamenu-content .content {
		display: none;
	}

	.navbar .col-lg-3:last-child {
		position: absolute;
		top: 15px;
		right: 30px;
		width: auto;
	}

	.nav-box .col-lg-3:last-child {
		position: absolute;
		right: 0;
		top: 0;
	}

	.attr-nav>ul {
		padding: 0;
	}

	.attr-nav>ul>li>a {
		padding: 16px 15px 15px;
	}

	.attr-nav>ul>li.dropdown>a.dropdown-toggle:before {
		display: none;
	}

	.attr-nav>ul>li.dropdown ul.dropdown-menu {
		margin-top: 2px;
		margin-left: 55px;
		width: 250px;
		left: -250px;
		border-top: none;
		box-shadow: var(--box-shadow-extra);
	}

	.top-search .container {
		padding: 0 45px;
	}

	nav.validnavs.navbar-full ul.nav {
		margin-left: 0;
	}

	nav.validnavs.navbar-full ul.nav>li>a {
		border: none;
	}

	nav.validnavs.navbar-full .navbar-brand {
		float: left !important;
		padding-left: 0;
	}


	nav.validnavs.navbar-full .navbar-toggle {
		float: right;
		margin-right: 0;
		margin-top: 10px;
		top: 0;
	}

	body>.wrapper {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	body.side-right>.wrapper {
		margin-left: 280px;
		margin-right: -280px !important;
	}

	nav.navbar.validnavs.navbar-mobile .navbar-collapse {
		position: fixed;
		overflow-y: auto !important;
		overflow-x: hidden !important;
		display: block;
		background: var(--white);
		z-index: 99;
		width: 280px;
		height: 100% !important;
		left: -280px;
		top: 0;
		padding: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	nav.navbar.validnavs.navbar-mobile .navbar-collapse.in,
	nav.navbar.validnavs.navbar-mobile .navbar-collapse.show {
		left: 0;
	}

	nav.navbar.validnavs.navbar-mobile ul.nav {
		width: 293px;
		padding-right: 0;
		padding-left: 15px;
	}

	nav.navbar.validnavs.navbar-mobile ul.nav>li>a {
		padding: 15px 15px;
	}

	nav.navbar.validnavs.navbar-mobile ul.nav ul.dropdown-menu>li>a {
		padding-right: 15px !important;
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}

	nav.navbar.validnavs.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
		padding-right: 30px !important;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	nav.navbar.validnavs.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}

	nav.navbar.validnavs.navbar-mobile .navbar-collapse [class*=" col-"] {
		width: 100%;
	}

	nav.navbar.validnavs.navbar-fixed .logo-scrolled {
		display: block !important;
	}

	nav.navbar.validnavs.navbar-fixed .logo {
		display: block !important;
	}

	.navbar-brand>img {
		height: auto;
		max-height: 60px;
	}

	nav.navbar.validnavs.navbar-fixed .logo-display {
		display: none !important;
	}

	nav.navbar.validnavs.navbar-mobile .tab-menu,
	nav.navbar.validnavs.navbar-mobile .tab-content {
		width: 100%;
		display: block;
	}
}

@media (max-width: 550px) {
	.attr-right {
		display: none !important;
	}

	.side {
		width: 350px;
	}

	nav.navbar.validnavs .navbar-toggle {
		margin: 0 15px;
	}

	nav.navbar.validnavs.brand-center .navbar-toggle {
		margin: 0 15px;
	}
}

@media (max-width: 767px) {
	.attr-nav>ul>li.dropdown ul.dropdown-menu {
		left: -200px;
		right: 0;
	}

	body.side-right>.wrapper {
		margin-left: 280px;
		margin-right: -280px !important;
	}

	.navbar .attr-nav li.button {
		display: none;
	}
}

.navbar.validnavs.navbar-common .attr-right .attr-nav li .call i {
	color: var(--color-primary);
}

.navbar.validnavs.navbar-common .attr-right .attr-nav li .call p {
	color: var(--color-default);
}

.navbar.validnavs.navbar-common .attr-right .attr-nav li .call h5 a,
.navbar.validnavs.navbar-common .attr-right .attr-nav li .call h5 {
	color: var(--color-heading);
	font-weight: 700;
}

.navbar .attr-right .attr-nav li.opening-hours .call p {
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #333333 !important;
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

.navbar .attr-right .attr-nav li.opening-hours .call h5 {
	font-weight: 500;
}

@media (min-width: 480px) and (max-width: 640px) {
	nav.validnavs.navbar-full ul.nav {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	nav.navbar ul.nav>li>a {
		padding: 30px 15px;
		font-weight: 800;
		font-size: 14px;
		text-transform: uppercase;
	}

	nav.navbar.attr-border-full ul.nav>li>a,
	nav.navbar.brand-center ul.nav>li>a {
		padding: 40px 15px;
	}

	nav.navbar.attr-border-full .attr-right .attr-nav li a {
		padding: 40px 0;
	}

	nav.navbar.attr-border-full .attr-right .attr-nav>ul>li>a span.badge {
		top: 28px;
	}

	.navbar-toggle {
		display: none;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	nav.navbar ul.nav>li>a {
		padding: 30px 12px;
	}

	.navbar .attr-right {
		margin-left: 0;
	}
}

nav.validnavs.navbar-full .navbar-toggle i {
	font-size: 18px;
	color: #9a9a9a;
	font-weight: bold;
	transition: 0.3s ease;
}

.navbar-toggle-txt {
	font-size: 13px;
	position: relative;
	top: -3px;
	font-weight: bold;
	color: #9a9a9a;
	transition: 0.3s ease;
}

nav.validnavs.navbar-full .navbar-toggle:hover i,
nav.validnavs.navbar-full .navbar-toggle:hover span {
	color: #222;
	transition: 0.3s ease;
}

.top-search .input-group .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #666666;
	opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: #666666;
	opacity: 1;
}

.top-search .input-group .form-control::-ms-input-placeholder {
	/* IE 10+ */
	color: #666666;
	opacity: 1;
}

.top-search .input-group .form-control::-moz-placeholder {
	/* Firefox 18- */
	color: #666666;
	opacity: 1;
}

@media only screen and (max-width: 767px) {
	nav.navbar.validnavs.navbar-fixed.nav-box.no-background {
		left: 0;
		top: 0;
		width: 100%;
	}
}

.navbar.nav-full-width .navbar-header .logo-light {
	display: none;
}

@media (min-width: 1200px) {
	.navbar.nav-full-width .navbar-header .logo-regular {
		display: none;
	}

	.navbar.nav-full-width .navbar-header .logo-light {
		display: inline-block;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.col-lg-3.brand-item {
		width: 100%;
		max-width: 100%;
		flex: inherit;
	}
}


/* Navbar CSS Bootstrap 5 */

.navbar-contents {
	position: relative;
}

nav.navbar.validnavs .navbar-collapse.collapse.collapse-mobile.show {
	position: absolute;
	left: 0;
	width: 100%;
	animation: fadeIn;
	top: 100%;
	border-top: 1px solid #e7e7e7;
}


/*. ========= sticky-animation ========== */

@keyframes sticky {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}
}

.sticked {
	position: fixed;
	width: 100%;
	top: 0;
	animation: sticky 0.4s;
	box-shadow: var(--box-shadow);
	z-index: 9999;
}

nav.navbar.validnavs.pause-sticked,
nav.navbar.validnavs.navbar-fixed {
	animation: inherit;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translate3d(0, -20%, 0);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translate3d(0, 0, 0, -100%);
	}

	to {
		opacity: 1;
		transform: translate3d(0, 0, 0, 0);
	}
}

nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
	position: fixed;
	left: -485px;
	top: 0;
	width: 400px;
	padding: 30px;
	animation: fadeLeft;
	height: 100%;
	min-height: 100vh;
	background: #000 none repeat scroll 0 0;
	overflow-y: scroll;
	-webkit-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: all 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	z-index: 9999;
}

nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile ul.nav {
	padding: 0;
}

.collapse-header {
	overflow: hidden;
}

/* Custom layout. */

@media only screen and (max-width: 399px) {
	nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile {
		width: 300px;
	}
}

nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.collapse-mobile.show {
	left: 0;
}

.overlay-screen.opened {
	position: fixed;
	height: 100%;
	width: 100%;
	background: var(--color-heading);
	opacity: 0.6;
	top: 0;
	left: 0;
	transition: all 0.25s ease-in-out;
}

nav.navbar.validnavs .navbar-collapse.collapse img {
	display: none;
}

nav.navbar.validnavs .navbar-collapse.collapse img {
	margin-bottom: 30px;
}

nav.navbar.validnavs .navbar-collapse.collapse button {
	position: absolute;
	right: 30px;
	margin: 0;
	height: 35px;
	width: 35px;
	line-height: 32px;
	text-align: center;
	border: 2px solid #dddddd;
	border-radius: 50%;
	color: var(--color-heading);
	font-size: 16px;
	top: 40px;
	padding: 0;
}

nav.navbar.validnavs .navbar-collapse.collapse button i {
	font-weight: 500;
	font-size: 15px;
}

@media only screen and (max-width: 1023px) {
	nav.navbar.validnavs .navbar-collapse.collapse.show img {
		display: inline-block;
		height: 60px;
	}

	nav.navbar.validnavs .navbar-collapse.collapse img {
		display: inline-block;
		height: 60px;
	}
}

.navbar.navbar-common .attr-right .attr-nav li.contact {
	margin-left: 0;
}

.navbar.navbar-common .attr-right {
	/* margin-left: 30px !important; */
}

/* Navbar Style */
@media (min-width: 1200px) {
	.navbar.brand-style-bg .navbar-header {
		padding: 55px 0;
		position: relative;
		top: -71px;
		margin-bottom: -85px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.navbar.brand-style-bg .navbar-header img.logo.logo-scrolled {
		display: none;
	}

	.navbar.brand-style-bg .navbar-header::after {
		position: absolute;
		left: 0;
		top: 0;
		content: "";
		height: 100%;
		width: 100%;
		background: var(--color-primary);
		z-index: -1;
	}

	.navbar.brand-style-bg .navbar-header::before {
		position: absolute;
		right: -30px;
		top: 0;
		content: "";
		border-right: 30px solid transparent;
		border-bottom: 59px solid var(--color-primary);
		opacity: 0.8;
	}

	.navbar.brand-style-bg.sticked .navbar-header {
		padding: 14px 0;
		top: 0;
		margin: 0;
	}

	.navbar.brand-style-bg.sticked .navbar-header .navbar-brand {
		padding-left: 50px;
	}

	.navbar.brand-style-bg.sticked .navbar-header img.logo.logo-scrolled {
		display: inline-block;
	}

	.navbar.brand-style-bg.sticked .navbar-header img.logo.logo-display {
		display: none;
	}

	.navbar.brand-style-bg.sticked .navbar-header::after,
	.navbar.brand-style-bg.sticked .navbar-header::before {
		display: none;
	}

	.container-fill.pr .info {
		padding-left: 80px;
	}

	.container-fill.pr .navbar-collapse.collapse {
		padding-left: 55px;
	}

	.navbar.navbar-default.attr-border-full .container-fill {
		padding: 0 80px;
		padding-right: 0;
	}

	.navbar.navbar-default.attr-border-full .navbar-header {
		position: relative;
		padding-right: 25px;
	}

	.navbar.navbar-default.attr-border-full .navbar-header .navbar-brand {
		padding: 24px 0;
	}

	.navbar.navbar-default.attr-border-full .navbar-header::after {
		position: absolute;
		right: 0;
		bottom: 0;
		content: "";
		border-right: 1px solid rgba(255, 255, 255, 0.3);
		height: 100%;
	}

	.navbar.navbar-default.attr-border-full .attr-right .attr-nav li.contact {
		position: relative;
		padding: 32px 30px;
		margin-left: 30px;
		top: 0;
		background: var(--color-primary);
	}

	.navbar.navbar-default.attr-border-full .attr-right .attr-nav li.contact::after {
		height: 100%;
	}
}

@media (max-width: 1199px) {
	.navbar.brand-style-bg .navbar-header .navbar-brand {
		padding-left: 0;
	}

	.navbar.brand-style-bg .navbar-header .navbar-brand img.logo.logo-display {
		display: none;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	.sidebar button[type="submit"] {
		background: var(--color-primary);
		position: absolute;
		right: 2px !important;
	}

	.product-details .product-thumb .product-item {
		margin: 35px 35px 35px 35px !important;
		/* padding: 82px; */
		position: relative;
		width: 560px;
	}

	.navbar.validnavs.navbar-default .navbar-nav li a {

		padding: 17px 15px !important;
		font-size: 14px;
	}
}

@media only screen and (min-width: 1600px) and (max-width: 2000px) {
	.product-details .product-thumb .product-item {
		margin: 35px 35px 35px 35px !important;
		/* padding: 82px; */
		position: relative;
		width: 560px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
	.product-details .product-thumb .product-item {
		margin: 35px 35px 35px 35px !important;
		/* padding: 82px; */
		position: relative;
		width: 560px;
	}

	.navbar.validnavs.navbar-default .navbar-nav li a {
		padding: 30px 8px !important;
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.navbar.no-background.top-pad-50 {
		margin-top: 58px !important;
	}
}

@media (min-width: 1024px) {

	.navbar.less-logo .navbar-header {
		display: none;
	}

	nav.navbar.transparent.less-logo.validnavs.menu-center {
		padding: 0;
		position: absolute;
		background: transparent;
		width: 100%;
		top: 90px;
	}

	.navbar.less-logo.sticked .navbar-header {
		display: block;
	}

	.navbar.less-logo.sticked .navbar-collapse.collapse {
		width: auto;
	}

	nav.navbar.transparent.less-logo ul.nav>li>a {
		color: #ffffff;
	}

	nav.navbar.less-logo ul.nav>li>a {
		padding: 30px 20px;
		font-size: 14px;
	}

	nav.navbar.validnavs.inc-border {
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}

	nav.navbar.validnavs.inc-border ul.nav>li>a {
		padding: 35px 15px;
	}

	nav.navbar.validnavs.inc-border.sticked {
		border: none;
	}
}

/*
Flaticon icon font: Flaticon
Creation date: 07/09/2022 00:19
*/

@font-face {
	font-family: "flaticon";
	src: url("../fonts/flaticon.eot");
	src: url("../fonts/flaticond41d.eot?#iefix") format("embedded-opentype"),
		url("../fonts/flaticon.woff") format("woff"),
		url("../fonts/flaticon.ttf") format("truetype"),
		url("../fonts/flaticon.svg#flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "flaticon";
		src: url("flaticon.html#flaticon") format("svg");
	}
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: flaticon;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.flaticon-sprout:before {
	content: "\f101";
}

.flaticon-tractor:before {
	content: "\f102";
}

.flaticon-agriculture:before {
	content: "\f103";
}

.flaticon-agriculture-1:before {
	content: "\f104";
}

.flaticon-tractor-1:before {
	content: "\f105";
}

.flaticon-vegetation:before {
	content: "\f106";
}

.flaticon-farming-and-gardening:before {
	content: "\f107";
}

.flaticon-growth:before {
	content: "\f108";
}

.flaticon-fertilizer:before {
	content: "\f109";
}

.flaticon-harvest:before {
	content: "\f10a";
}

.flaticon-planting:before {
	content: "\f10b";
}

.flaticon-tractor-2:before {
	content: "\f10c";
}

.flaticon-tractor-3:before {
	content: "\f10d";
}

.flaticon-seed-bag:before {
	content: "\f10e";
}

.flaticon-sprayer:before {
	content: "\f10f";
}

.flaticon-field:before {
	content: "\f110";
}

.flaticon-chemicals:before {
	content: "\f111";
}

.flaticon-planting-1:before {
	content: "\f112";
}

.flaticon-tractor-4:before {
	content: "\f113";
}

.flaticon-farmer:before {
	content: "\f114";
}

.flaticon-vegetables:before {
	content: "\f115";
}

.flaticon-growing-plant:before {
	content: "\f116";
}

.flaticon-cow:before {
	content: "\f117";
}

.flaticon-crop:before {
	content: "\f118";
}

.flaticon-leaf:before {
	content: "\f119";
}

.flaticon-duck:before {
	content: "\f11a";
}

.flaticon-field-1:before {
	content: "\f11b";
}

.flaticon-silo:before {
	content: "\f11c";
}

.flaticon-drone:before {
	content: "\f11d";
}

.flaticon-plant:before {
	content: "\f11e";
}

.flaticon-smart-farm:before {
	content: "\f11f";
}

.flaticon-tractor-5:before {
	content: "\f120";
}

.flaticon-product:before {
	content: "\f121";
}

.flaticon-sprout-1:before {
	content: "\f122";
}

.flaticon-promotion:before {
	content: "\f123";
}

.flaticon-wheelbarrow:before {
	content: "\f124";
}

.flaticon-planet-earth:before {
	content: "\f125";
}

.flaticon-pesticide:before {
	content: "\f126";
}

.flaticon-wheat:before {
	content: "\f127";
}

.flaticon-garden:before {
	content: "\f128";
}

.flaticon-weigh-scale:before {
	content: "\f129";
}

.flaticon-tractor-6:before {
	content: "\f12a";
}

.flaticon-greenhouse:before {
	content: "\f12b";
}

.flaticon-raining:before {
	content: "\f12c";
}

.flaticon-pumpkins:before {
	content: "\f12d";
}

.flaticon-farmer-1:before {
	content: "\f12e";
}

.flaticon-farmhouse:before {
	content: "\f12f";
}

.flaticon-corn:before {
	content: "\f130";
}

.flaticon-seeds:before {
	content: "\f131";
}

.flaticon-gardening-tools:before {
	content: "\f132";
}

.flaticon-shallot:before {
	content: "\f133";
}

.flaticon-carrot:before {
	content: "\f134";
}

.flaticon-tractor-7:before {
	content: "\f135";
}

.flaticon-broccoli:before {
	content: "\f136";
}

.flaticon-corn-1:before {
	content: "\f137";
}

.flaticon-production:before {
	content: "\f138";
}

.flaticon-rice:before {
	content: "\f139";
}

.flaticon-silo-1:before {
	content: "\f13a";
}

.flaticon-chain-saw:before {
	content: "\f13b";
}

.flaticon-cow-1:before {
	content: "\f13c";
}

.flaticon-food:before {
	content: "\f13d";
}

.flaticon-wind-farm:before {
	content: "\f13e";
}

.flaticon-farm:before {
	content: "\f13f";
}

.flaticon-cow-2:before {
	content: "\f140";
}

.flaticon-house:before {
	content: "\f141";
}

.flaticon-field-2:before {
	content: "\f142";
}

.flaticon-farming-tools:before {
	content: "\f143";
}

.flaticon-farmer-2:before {
	content: "\f144";
}

.flaticon-farm-1:before {
	content: "\f145";
}

.flaticon-turbine:before {
	content: "\f146";
}

.flaticon-cattle:before {
	content: "\f147";
}

.flaticon-wind-farm-1:before {
	content: "\f148";
}

.flaticon-poultry:before {
	content: "\f149";
}

.flaticon-cow-3:before {
	content: "\f14a";
}

.flaticon-tank:before {
	content: "\f14b";
}

.flaticon-farmer-3:before {
	content: "\f14c";
}

.flaticon-duck-1:before {
	content: "\f14d";
}

.flaticon-solar-panel:before {
	content: "\f14e";
}

.flaticon-sheep:before {
	content: "\f14f";
}

.flaticon-rooster:before {
	content: "\f150";
}

.flaticon-dairy-products:before {
	content: "\f151";
}

.flaticon-tractor-8:before {
	content: "\f152";
}

.flaticon-tools:before {
	content: "\f153";
}

.flaticon-tank-1:before {
	content: "\f154";
}

.flaticon-support:before {
	content: "\f155";
}

.flaticon-solar-panel-1:before {
	content: "\f156";
}

.flaticon-rice-1:before {
	content: "\f157";
}

.flaticon-silo-2:before {
	content: "\f158";
}

.flaticon-farm-products:before {
	content: "\f159";
}

.flaticon-dog:before {
	content: "\f15a";
}

.flaticon-animal:before {
	content: "\f15b";
}

.flaticon-smart-farm-1:before {
	content: "\f15c";
}

.flaticon-farming:before {
	content: "\f15d";
}

.flaticon-farmer-4:before {
	content: "\f15e";
}

.flaticon-farm-2:before {
	content: "\f15f";
}

.flaticon-bee:before {
	content: "\f160";
}

.flaticon-house-1:before {
	content: "\f161";
}

.flaticon-sheep-1:before {
	content: "\f162";
}

.flaticon-water-well:before {
	content: "\f163";
}

.flaticon-farm-house:before {
	content: "\f164";
}

.flaticon-beehive:before {
	content: "\f165";
}

.flaticon-pig:before {
	content: "\f166";
}

.flaticon-farm-products-1:before {
	content: "\f167";
}

.flaticon-milk:before {
	content: "\f168";
}

.flaticon-bees:before {
	content: "\f169";
}

.flaticon-smart-farm-2:before {
	content: "\f16a";
}

.flaticon-windmill:before {
	content: "\f16b";
}

.flaticon-restaurant:before {
	content: "\f16c";
}

.flaticon-salad:before {
	content: "\f16d";
}

.flaticon-fast-food:before {
	content: "\f16e";
}

.flaticon-fruit:before {
	content: "\f16f";
}

.flaticon-vegetable:before {
	content: "\f170";
}

.flaticon-salad-1:before {
	content: "\f171";
}

.flaticon-vegetable-1:before {
	content: "\f172";
}

.flaticon-healthy-food:before {
	content: "\f173";
}

.flaticon-broccoli-1:before {
	content: "\f174";
}

.flaticon-broccoli-2:before {
	content: "\f175";
}

.flaticon-vegetables-1:before {
	content: "\f176";
}

.flaticon-tomato:before {
	content: "\f177";
}

.flaticon-cabbage:before {
	content: "\f178";
}

.flaticon-salad-2:before {
	content: "\f179";
}

.flaticon-peas:before {
	content: "\f17a";
}

.flaticon-colander:before {
	content: "\f17b";
}

.flaticon-vegetable-oil:before {
	content: "\f17c";
}

.flaticon-onion:before {
	content: "\f17d";
}

.flaticon-grape:before {
	content: "\f17e";
}

.flaticon-garlic:before {
	content: "\f17f";
}

.flaticon-cabbage-1:before {
	content: "\f180";
}

.flaticon-vegetables-2:before {
	content: "\f181";
}

.flaticon-tomato-1:before {
	content: "\f182";
}

.flaticon-lettuce:before {
	content: "\f183";
}

.flaticon-potato:before {
	content: "\f184";
}

.flaticon-boiled-egg:before {
	content: "\f185";
}

.flaticon-bell-pepper:before {
	content: "\f186";
}

.flaticon-grain:before {
	content: "\f187";
}

.flaticon-mortar:before {
	content: "\f188";
}

.flaticon-honey:before {
	content: "\f189";
}

.flaticon-honey-1:before {
	content: "\f18a";
}

.flaticon-honeycomb:before {
	content: "\f18b";
}

.flaticon-apitherapy:before {
	content: "\f18c";
}

.flaticon-apple:before {
	content: "\f18d";
}

.flaticon-dairy-products-1:before {
	content: "\f18e";
}

.flaticon-milk-1:before {
	content: "\f18f";
}

.flaticon-sausages:before {
	content: "\f190";
}

.flaticon-sour-cream:before {
	content: "\f191";
}

.flaticon-milk-tank:before {
	content: "\f192";
}

/* Defautl CSS for Blog */


/* ============================================================== 
    # Blog
=================================================================== */

/* button.btn {
	display: inline-block;
	font-weight: 800;
	text-transform: capitalize;
	transition: all 0.35s ease-in-out;
	overflow: hidden;
	border-radius: 5px;
	border: 2px solid transparent;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	letter-spacing: 0.5px;
	background: #e7edf8;
	position: relative;
	z-index: 1;
	padding: 0px 17px !important;
	background: var(--color-primary);
	color: #ffffff;
} */

/* button.btn::after {
	position: absolute;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: -5%;
	content: "";
	height: 150px;
	width: 115%;
	z-index: -1;
	background: #040836;
	transition: all 0.25s ease-in-out;
	transform: translateY(-45%) skew(25deg) scale(0);
} */

/* button.btn:hover {
	color: #ffffff;
}

button.btn:hover::after {
	-webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
	transform: translateY(-45%) skew(25deg) scale(1.2);
} */

.blog-area {
	background-size: 30%, contain;
	background-repeat: no-repeat;
	background-position: top right;
}

.blog-area .thumb {
	position: relative;
}

.blog-area .thumb .tags {
	position: absolute;
	left: 30px;
	bottom: -15px;
}

.blog-area .tags a {
	display: inline-block;
	background: var(--bg-gradient);
	color: var(--white);
	font-size: 14px;
	text-transform: capitalize;
	padding: 1px 20px;
	border-radius: 5px;
	font-weight: 500;
}

.blog-area .meta li {
	display: inline-block;
	margin-right: 15px;
	text-transform: capitalize;
}

.blog-area .meta {
	margin-bottom: 15px;
}

.blog-area .meta li a {
	font-weight: 500;
}

.blog-area .meta li a:hover {
	color: var(--color-primary);
}

.blog-area.blog-grid .thumb-less .meta li a:hover {
	color: var(--white);
	opacity: 0.9;
}

.blog-area .meta li i {
	font-weight: 100;
	margin-right: 3px;
}

.blog-area .item h4 {
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
}

.blog-area.blog-grid p {
	margin: 0;
}

.blog-area .item {
	box-shadow: 1px 4px 20px -2px rgb(0 0 0 / 10%);
	overflow: hidden;
	background: var(--white);
}

.blog-area .item .info {
	border-radius: 0 0 10px 10px;
	padding: 30px;
}

.blog-area .author-meta {
	display: flex;
	align-items: center;
	border-top: 1px solid #e7e7e7;
	padding-top: 20px;
	margin-top: 20px;
}

.blog-area .author-meta img {
	height: 55px;
	width: 55px;
	min-width: 55px;
	border-radius: 50%;
	margin-right: 15px;
	border: 2px solid #e7e7e7;
	padding: 3px;
}

.blog-area.blog-grid .thumb-less .author-meta img {
	border-color: rgba(255, 255, 255, 0.3);
}

.blog-area .author-meta h5 {
	margin-bottom: 2px;
}

.blog-area.blog-grid .thumb-less .item {
	box-shadow: none;
	border: 1px solid #e7e7e7;
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	transition: all 0.35s ease-in-out;
	border-radius: inherit;
}

.blog-area.blog-grid .thumb-less .item:hover {
	background-position: right;
}

.blog-area.blog-grid .thumb-less .item .tags {
	margin-bottom: 20px;
}

.blog-area.blog-grid .thumb-less .btn-simple {
	margin-top: 20px;
}

.blog-area.blog-grid .thumb-less .btn-simple:hover {
	color: var(--white);
}

.blog-area.blog-grid .thumb-less .button {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: 25px;
}

.blog-area.blog-grid .thumb-less .item::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	height: 100%;
	width: 100%;
	background: #000000;
	z-index: -1;
	opacity: 0.6;
}

.blog-area.blog-grid .thumb-less .item p {
	opacity: 0.9;
	transition: all 0.325s ease-in-out;
	transform: translateX(30px);
	opacity: 0;
	visibility: hidden;
}

.blog-area.blog-grid .thumb-less .item:hover p {
	visibility: visible;
	opacity: 0.9;
	transform: translateX(0);
}

.blog-area.blog-grid .thumb-less .author-meta {
	border-color: rgba(255, 255, 255, 0.4);
	padding-top: 22px;
}


/* ============================================================== 
    # Blog Styles
=================================================================== */
.blog-area .single-item {
	margin-bottom: 30px;
}

.blog-area.full-blog .pagination {
	margin-top: 50px;
}

.blog-area h1,
.blog-area h2,
.blog-area h3,
.blog-area h5,
.blog-area h6 {
	font-weight: 800;
}

/* Pagination */
.pagination {
	display: block;
	margin-top: 30px;
}

.pagination li {
	display: inline-block;
	margin-top: 7px;
}

.pagination li a {
	display: inline-block;
	padding: 15px 20px;
	border-radius: 61px;
	margin: 0 2px;
	color: var(--color-heading);
	font-weight: 800;
	line-height: 19px;
	box-shadow: inherit;
}

.pagination li a:hover {
	color: var(--color-primary);
}

.pagination li.page-item.active a {
	background: var(--color-primary);
	border-color: var(--color-primary);
}

.pagination i {
	position: relative;
	top: 1px;
}

/* Sidebar */
.sidebar .title {
	display: block;
	font-weight: 800;
	/* margin-bottom: 30px; */
	margin-top: -5px;
	position: relative;
	text-transform: capitalize;
	z-index: 1;
	display: inline-block;
	padding-bottom: 15px;
}

.sidebar .title h4 {
	font-size: 22px;
	margin: 0;
}

.sidebar .title h3 {
	margin: 0;
}

.sidebar .title h2 {
	margin: 0;
}


.sidebar input[type="text"] {
	border: 1px solid #a7c6ff;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	min-height: 60px;
	border-radius: 5px;
	padding: 20px;
}

.sidebar button[type="submit"] {
	background: var(--color-primary);
	border: none;
	color: var(--white);
	font-weight: 800;
	letter-spacing: 1px;
	min-height: 55px;
	width: 55px;
	position: absolute;
	right: 2px;
	text-transform: uppercase;
	top: 2px;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	border-radius: inherit;
	font-size: 18px;
	border-radius: 8px;
}

.sidebar button[type="submit"] i {
	font-weight: 500;
}

.sidebar button[type="submit"]:hover {
	background: var(--dark);
}

.sidebar form {
	position: relative;
}

.sidebar .sidebar-item:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-item.category li {
	display: block;
	position: relative;
	margin-top: 13px;
}

.sidebar .sidebar-item.category li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: capitalize;
	font-weight: 600;
	color: var(--color-paragraph);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar .sidebar-item.category li a:hover {
	color: var(--color-primary);
}

.sidebar .sidebar-item.category li a span {
	font-size: 13px;
	margin-left: 5px;
	background: var(--white);
	min-width: 40px;
	padding: 3px;
	text-align: center;
	color: var(--color-heading);
	border-radius: 30px;
}

.sidebar .sidebar-item.category li:first-child {
	margin-top: 0;
	padding-top: 0;
}

.sidebar .sidebar-item.category li:first-child a span {
	top: 0;
}

.sidebar .sidebar-item.category li:first-child a::after {
	top: 0;
}

.sidebar .sidebar-item.category li:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar .sidebar-item.category .sidebar-info {
	margin-top: -5px;
}

.sidebar .sidebar-item.archives ul li {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.sidebar .sidebar-item.archives ul li:last-child {
	margin-bottom: 0;
}

.sidebar .sidebar-item.archives ul li a {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	padding-left: 25px;
	color: var(--color-paragraph);
}

.sidebar .sidebar-item.archives ul li a::after {
	border-radius: 50%;
	content: "\f07b";
	font-family: "Font Awesome 5 Pro";
	height: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	font-weight: 300;
}

.sidebar .sidebar-item.archives ul li a:hover {
	color: var(--color-primary);
}

.sidebar .sidebar-item.archives .sidebar-info {
	margin-top: -5px;
}

.sidebar .sidebar-item.recent-post li {
	color: #cdd0d3;
	margin-bottom: 30px;
}

.sidebar .sidebar-item.recent-post li a {
	color: var(--color-heading);
	display: block;
	font-weight: 700;
}

.sidebar .sidebar-item.recent-post li a:last-child {
	display: inline-block;
}

.sidebar .sidebar-item.recent-post li a:hover {
	color: var(--color-primary);
}

.sidebar .sidebar-item.recent-post li a span {
	display: inline-block;
	color: var(--dark);
}

.sidebar .sidebar-item.recent-post li span {
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 3px;
}

.sidebar .sidebar-item.recent-post li:last-child {
	border: medium none;
	margin: 0;
	padding: 0;
}

.sidebar .sidebar-item.recent-post li .thumb {
	display: table-cell;
	padding: 0;
	padding-top: 5px;
	vertical-align: top;
	width: 100px;
	background: transparent;
	padding-right: 23px;
}

.sidebar .sidebar-item.recent-post li .thumb img {
	width: 100%;
	border-radius: inherit;
}

.sidebar .sidebar-item.recent-post li .info {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	color: #837f7e;
	display: table-cell;
	line-height: 26px;
	padding: 0;
	vertical-align: top;
	padding-top: 0 !important;
}

.sidebar .sidebar-item.recent-post li .info a {
	text-decoration: inherit;
	font-weight: 700;
	font-size: 17px;
	margin-top: 0;
}

.sidebar .sidebar-item.recent-post .meta-title {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 13px;
}

.sidebar .sidebar-item.recent-post .meta-title a {
	color: #888888;
}

.sidebar .sidebar-item.recent-post .meta-title i {
	margin-right: 3px;
	font-weight: 800;
}

.sidebar .sidebar-item.gallery ul {
	margin: -7px;
	overflow: hidden;
}

.sidebar .sidebar-item.gallery ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 7px;
	width: 33.333%;
}

.sidebar .sidebar-item.gallery ul li img {
	min-height: 70px;
	width: 100%;
}

.sidebar .sidebar-item.social-sidebar ul {
	margin-bottom: -10px;
	overflow: hidden;
}

.sidebar .sidebar-item.social-sidebar ul li {
	display: inline-block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.sidebar .sidebar-item.social-sidebar ul li a {
	background: var(--dark);
	border: none;
	color: var(--white);
	display: inline-block;
	height: 45px;
	line-height: 45px;
	margin-bottom: 5px;
	text-align: center;
	width: 45px;
	font-size: 14px;
	border-radius: 50%;
}

.sidebar .sidebar-item.social-sidebar ul li a:hover {
	color: var(--white) !important;
}

.sidebar .sidebar-item.social-sidebar ul li.facebook a {
	background: #3B5998;
}

.sidebar .sidebar-item.social-sidebar ul li.twitter a {
	background: #1DA1F2;
}

.sidebar .sidebar-item.social-sidebar ul li.pinterest a {
	background: #E60023;
}

.sidebar .sidebar-item.social-sidebar ul li.g-plus a {
	background: #DB4437;
}

.sidebar .sidebar-item.social-sidebar ul li.linkedin a {
	background: #0077B5;
}

.sidebar .sidebar-item.tags ul {
	margin-top: -8px;
}

.sidebar .sidebar-item.tags ul li {
	display: inline-block;
}

.sidebar .sidebar-item.tags ul li a {
	display: inline-block;
	font-weight: 600;
	margin-top: 8px;
	margin-right: 5px;
	padding: 6px 22px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 30px;
	color: var(--color-paragraph);
	background: var(--white);
}

.sidebar .sidebar-item.tags ul li a:hover {
	color: var(--color-primary);
}

/* Blog Single */
.blog-area.single .item .blog-item-box span {
	background-color: var(--color-primary);
	color: var(--white);
	display: inline-block;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3px 20px;
	text-transform: uppercase;
}

.blog-area.single .item .blog-item-box h2 {
	font-weight: 800;
}

.blog-area.single .item .blog-item-box h3 {
	font-weight: 800;
}

.blog-area.single .item .blog-item-box h4 {
	font-weight: 800;
}

.blog-area.single .item .blog-item-box .cats {
	float: left;
	margin-right: 5px;
}

.blog-area.single .item .blog-item-box .meta {
	overflow: hidden;
	width: 100%;
	border: none;
	padding: 0;
}

.blog-area.single .item .blog-item-box .meta .date {
	float: right;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.blog-area.single .item .blog-item-box .meta li {
	margin-right: 25px;
	font-weight: 500;
}

.blog-area.single .item .blog-item-box .meta li a {
	font-weight: 500;
}

.blog-area.single .item .blog-item-box .meta li i {
	color: var(--color-primary);
	font-weight: 100;
	font-size: 15px;
	position: relative;
	font-weight: 3;
}

.blog-area.single .info>ul {
	margin-bottom: 25px;
	margin-top: 25px;
	list-style: disc;
	padding-left: 20px;
}

.blog-area.single .info>ul li {
	list-style: disc;
}

.blog-area blockquote {
	position: relative;
	z-index: 1;
	border: none;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #c3d2ff;
	font-weight: 500;
	background: var(--dark);
	padding: 80px 50px;
	font-style: italic;
	line-height: 1.7;
}

.blog-area blockquote::after {
	position: absolute;
	right: 50px;
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	color: var(--white);
	bottom: -25px;
	font-weight: 100;
	opacity: 0.1;
	font-size: 120px;
	font-style: normal;
	line-height: 1;
}

.blog-area blockquote cite {
	display: block;
	margin-top: 15px;
	color: #999999;
	font-weight: 800;
	font-style: normal;
}

.blog-area blockquote p {
	margin: 0;
	position: relative;
	z-index: 1;
	line-height: 34px;
	font-size: 16px;
	font-style: italic;
	font-weight: 800;
	color: #c3d2ff;
}

.responsive-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Unit Common */

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
	font-weight: 800;
}

.blog-area.full-blog .thumb {
	background: #f7f7f7;
	margin: 0;
}

.blog-area.full-blog .item {
	box-shadow: inherit;
	margin-bottom: 30px;
	overflow: inherit;
}

.blog-area.full-blog .thumb img {
	border-radius: inherit;
	margin: 0;
}

.blog-area.full-blog .info {
	box-shadow: 3px 4px 20px -2px rgb(0 0 0 / 10%);
	border-radius: inherit;
	overflow: hidden;
	padding: 50px;
}

.blog-area .info .tags {
	margin-bottom: 25px;
	overflow: hidden;
}

.blog-area .info .tags a {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	box-shadow: inherit;
	background: #e8e8e8;
	color: var(--color-heading);
}

.blog-area .info .tags a:hover {
	color: var(--white);
	background: var(--color-primary);
}

.blog-area .meta li i {
	color: var(--color-primary);
	position: relative;
}

.blog-area.full-blog.single .info {
	padding: 0 !important;
	box-shadow: inherit;
	margin-top: 40px;
}

.post-author {
	display: flex;
}

.post-author img {
	height: 150px;
	width: 150px;
	min-width: 150px;
	border-radius: 50% !important;
	margin-right: 30px !important;
}

.post-author {
	border: 2px solid #e7e7e7;
	padding: 37px;
	margin-top: 50px;
}

.post-author .thumb {
	overflow: inherit !important;
	background: transparent !important;
	border-radius: 50% !important;
}

.post-author p {
	margin: 0;
}

.post-tags.share {
	display: flex;
	margin-top: 50px;
	float: left;
	width: 100%;
}

.post-tags.share .tags {
	flex-grow: 1;
}

.post-tags.share .social {
	min-width: 250px;
	text-align: right;
}

.post-tags.share .social ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.post-tags.share .social h4 {
	display: inline-block;
	margin: 0;
	margin-right: 5px;
}

.post-tags.share .social ul li {
	display: inline-block;
	margin-left: 5px;
}

.post-tags.share .social ul li a {
	display: inline-block;
	height: 38px;
	width: 38px;
	line-height: 40px;
	background: var(--color-primary);
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	border-radius: 50%;
}

.post-tags.share .social ul li a:hover {
	background: var(--dark);
}

.post-tags.share .tags h4 {
	display: inline-block;
	margin-right: 10px;
}

.post-tags.share .tags a {
	display: inline-block;
	background: #f4f4f4;
	padding: 7px 23px;
	margin-right: 5px;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	color: var(--color-heading);
}

.post-tags.share .tags a:hover {
	background: var(--color-primary);
	color: #ffffff;
}

.post-pagi-area {
	margin-top: 50px;
	display: flex;
	float: left;
	width: 100%;
}

.post-pagi-area>div {
	width: 50%;
	margin-right: 15px;
}

.post-pagi-area a {
	font-weight: 500;
	text-transform: capitalize;
	color: #666666;
	display: flex;
	align-content: center;
}

.post-pagi-area a i {
	display: inline-block;
	font-weight: 800;
	position: relative;
	top: 1px;
}

.post-pagi-area a:hover i {
	color: #666666;
}

.post-pagi-area a:hover h5 {
	color: var(--color-primary);
}

.post-pagi-area>div:nth-child(2) {
	text-align: right;
	margin-right: 0;
	margin-left: 15px;
}

.post-pagi-area h5,
.breadcrumb-area h2 {
	word-break: break-word;
}

.post-pagi-area h5 {
	text-transform: none;
	margin: 0;
	font-weight: 900;
	font-size: 20px;
	line-height: 28px;
	transition: all 0.35s ease-in-out;
	color: #232323;
}

.post-pagi-area a .icon {
	display: inline-block;
	width: 60px;
	border: 1px solid #e7e7e7;
	text-align: center;
	margin-right: 15px;
	position: relative;
	min-width: 60px;
	height: 60px;
}

.post-pagi-area .post-next {
	text-align: right;
}

.post-pagi-area .post-next .icon {
	margin-left: 15px;
}

.post-pagi-area a .icon i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 500;
	font-size: 20px;
}

.post-pagi-area .nav-title {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.6px;
}

.post-pagi-area>div:nth-child(2) a {
	justify-content: right;
}

.post-pagi-area>div:nth-child(2) a .icon {
	margin-right: 0;
	margin-left: 15px;
}

/* Comments */

.blog-comments {
	float: left;
	width: 100%;

}

.comments-area .comment-item {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 37px;
	-webkit-box-shadow: 0px 2px 12px 0px #e7e7e7;
	box-shadow: 0 0 25px rgb(0 0 0 / 8%);
	background: var(--white);
	position: relative;
	border-radius: 8px;
}

.comments-area .comment-item .comments-info p {
	display: block;
	margin: 0;
}

.comments-area .comment-item .comments-info a {
	border: 1px solid #e7e7e7;
	color: var(--dark);
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	padding: 1px 20px;
	background: var(--white);
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
}

.comments-area .comment-item .comments-info a:hover {
	color: var(--color-primary);
}

.comments-area .comment-item .comments-info a i {
	margin-right: 10px;
}

.comments-area .comment-item .avatar {
	height: 120px;
	width: 120px;
	min-width: 80px;

}

.comments-area .comment-item .avatar img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-top: 25px;
}

@media only screen and (max-width: 500px) {
	.comments-area .comment-item .avatar {
		margin: auto;
	}
}

.comments-area .comment-item:last-child {
	margin-bottom: 0;
}

.comments-area .comment-item.reply {
	margin-left: 80px;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-item.reply {
		margin-left: 0;
	}
}

.comments-area .comment-item .content .title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	font-weight: 800;
}

.comments-area .comment-item .content .title span {
	font-weight: 500;
	color: #999999;
	display: block;
	margin-top: 0;
}

.comments-area .comment-item .content .title span i {
	font-weight: 800;
	margin-right: 5px;
}

.comments-area .comment-item .content .title span i.fa-reply {
	font-weight: 700;
	margin-right: 3px;
}

.comments-area .comment-item .content .title span a {
	margin-left: 10px;
}

.comments-area .comment-item .content .title h5 {
	margin-bottom: 5px;
}

.comments-area .comment-item .content h2 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-area .comment-item .content h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-area .comment-item .content h4 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.comments-area .comment-item .content .reply {
	position: absolute;
	top: 37px;
	right: 37px;
}

.comments-area .comment-item .content .reply a {
	font-size: 14px;
	background: var(--dark);
	color: var(--white);
	display: inline-block;
	padding: 8px;
	font-weight: 500;
	border-radius: 5px;
}

.comments-area .comment-item .content .reply a:hover {
	background: var(--color-primary);
}

.comments-area .comment-item .content .reply i {
	font-size: 12px;
}

@media only screen and (max-width: 500px) {
	.comments-area .comment-item .content .reply {
		top: auto;
		right: auto;
		bottom: 37px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.comments-area .comment-item .content .title span a {
		margin: 0;
	}
}

.comments-area .comment-item .content p:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
	.comments-area .comment-item {
		display: block;
		text-align: center;
		padding-bottom: 90px;
	}
}

.comments-area .contact-comments .submit {
	margin-bottom: 0;
}

.comments-area .contact-comments .comments {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.comments-area .contact-comments .comments {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .contact-comments .form-group {
		margin-bottom: 15px;
	}
}

.comments-area .comments-form {
	margin-top: 50px;
}

.comments-area .comments-form input {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	padding: 15px;
	background: transparent;
	min-height: 60px;
	border: 1px solid #e7e7e7;
}

.comments-area .comments-form textarea {
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
	padding: 15px;
	background: transparent;
	min-height: 60px;
	border: 1px solid #e7e7e7;
	min-height: 180px;
	padding: 15px;
}

.comments-area .comments-form button {
	margin-top: 15px;
}

.comments-area .comments-form .form-group .submit {
	margin-bottom: 0;
}

.comments-area .comments-list {
	margin-bottom: 50px;
}

.comments-area .comments-title h2 {
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.comments-area .comments-title h3 {
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: capitalize;
}

.comments-area .comments-title h4 {
	font-weight: 800;
	margin-bottom: 30px;
	text-transform: capitalize;
}

/* Tablet Layout: 768px.*/

@media (max-width: 767px) {

	.blog-area.full-blog .pagination {
		margin-top: 20px;
	}

	.blog-area h2 {
		font-size: 30px;
	}

	.post-author {
		display: block;
		text-align: center;
		margin-top: 0;
	}

	.post-author img {
		margin: 0 !important;
		margin-bottom: 30px !important;
	}

	.post-tags.share {
		display: block;
	}

	.post-tags.share .social {
		text-align: left;
		margin-top: 15px;
	}

	.post-pagi-area h5 {
		display: none;
	}

	.post-pagi-area a .icon {
		height: inherit;
		width: inherit;
		border: none;
		line-height: inherit;
		min-width: inherit;
		margin-right: 5px;
	}

	.post-pagi-area a .icon i {
		position: inherit;
		transform: inherit;
		top: 2px;
		left: inherit;
		right: inherit;
	}

	.post-pagi-area>div:nth-child(2) a .icon {
		margin-left: 5px;
	}

	.post-pagi-area a {
		padding: 15px;
		background: var(--bg-gray);
		text-align: center;
		justify-content: center;
		padding-bottom: 13px;
		border-radius: 5px;
	}

	.post-pagi-area .nav-title {
		font-weight: 800;
		color: var(--color-heading);
	}

	.post-pagi-area>div:nth-child(2) a {
		justify-content: center;
	}
}

@media (max-width: 450px) {
	.post-pagi-area>div {
		width: 100%;
	}

	.post-pagi-area {
		display: block;
	}

	.post-pagi-area>div:nth-child(2) {
		margin: 0;
		margin-top: 15px;
	}
}

.product-purchase-list a.btn {
	/* margin-top: 12px; */
	padding: 13px 30px;
	border-radius: 0px;

}

.product-purchase-list button {
	/* margin-top: 30px; */
	padding: 11px 20px;
	font-size: 13px;
	color: #fff;
	background-color: #36C63F;
}

.shopping_cartt {
	text-align: center;
	font-weight: bolder;
	margin: 15px;
}

.about-banner {
	background-image: url('assets/img/banner/testimonial_banner.png');

	background-size: cover;
	background-position: center;
	height: 435px;
	color: white;
	text-align: center;
	padding: 0 20px;
}

.custom-width-button {
	display: inline-block;
	padding: 10px;
	color: white;
	background-color: #00B207;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	width: 262px;
}

.custom-width-button:hover {
	color: #051805;
}

h5.billing-in {
	font-weight: 700;
}

label.bill-textt {
	font-weight: 600;
	color: #191C1F;
}

button.btn.btn-outline-secondary.decrement-btn {
	background: transparent;
	color: black;
	border: 1px solid #d3d0d0;
	border-right: none;
}

button.btn.btn-outline-secondary.increment-btn {
	background: transparent;
	color: black;
	border: 1px solid #d3d0d0;
	border-left: none;
}

button.btn.btn-outline-secondary.increment-btn::after {
	background-color: transparent !important;
	color: white;
}

button.btn.btn-outline-secondary.decrement-btn::after {
	background-color: transparent !important;
	color: white;
}

.dvshaah img {
	margin-top: -40px;
}

a.btn.btn-default.btn-cart.newCart {
	margin-bottom: 30px !important;
}

.dropdown-menu.cart-list {
	max-height: 400px;
	/* Adjust the height as needed */
	overflow-y: auto;
}

.wnat-cen {
	margin-top: 20px;
}

input#profile_image {
	padding: 15px 20px;
}

.col-lg-3.col-md-12.mb-3.border.rounded.dataplace {
	height: auto;
}

#glasss {
	position: relative;
	left: 52px;
	color: #00B207;
	top: 9px;
	color: #1A1A1A;

}

#searcch-input {
	display: block;
	height: 40px;
	color: #758A88;
	width: 100%;
	border: 1px solid #E3E8E7;
	padding: 19px;
	padding-left: 50px;
}

.dil-will i {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #2C742F;
	cursor: pointer;
	background: #20B5261A;
	border: 1px solid #20B5261A;
	height: 35px;
	width: 35px;
}


.quantity-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #E6E6E6;
	padding: 4px 8px;
	border-radius: 30px;
}

button.decrement-btn {
	color: #000;
	font-size: 20px;
	border: 0.5px solid #F2F2F2;
	width: 18px;
	height: 40px;
	background: #F2F2F2;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

button.increment-btn {
	color: #000;
	font-size: 20px;
	border: 0.5px solid #F2F2F2;
	width: 18px;
	height: 40px;
	background: #F2F2F2;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}



.quantity-wrapper button {

	border: none;
	cursor: pointer;
}

.quantity-wrapper input {
	text-align: center;
}


.privacy-head h1 {
	color: #00B207;
	font-weight: 500;
}

.privacy-head p {
	font-weight: 500;
}

.search-bar-bar {
	display: flex;
	align-items: center;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	padding: 5px 20px;
	background-color: #F4F4F4;
	margin-bottom: 1.5rem;
}

.search-bar-bar input {
	border: none;
	outline: none;
	color: #000000;
	width: 100%;
	font-weight: 600;
	background: #F4F4F4;
	margin-left: 13px;
}

.search-bar-bar i {
	color: #6c757d;
}

.sub-title-pri h4 {
	text-transform: uppercase;
	font-weight: 700;
}

.toc ol li {
	list-style: decimal;
	padding: 4px;
	text-decoration: underline;
	margin-left: 30px;
	color: #000000;
}

.toc h5 {
	font-weight: 600;
}

/* .toc {
	position: sticky;
	top: 1rem;
} */

.btn-top-tip {
	display: block;
	width: 100%;
}

.btn-top-tip i {
	position: relative;
	top: -8px;
	margin-left: 0px;
	outline: none;
	color: #848484;
}

.btn-top-tip {
	display: block;
	position: fixed;
	bottom: 80px;
	right: 70px;
	float: right;
	border-radius: 50% !important;
	font-size: 18px;
	width: 35px;
	height: 45px;
	text-align: center;
	background-color: #E5E5E57D !important;
	line-height: 40px;
}


.btn-top-tip.for-terms {
	position: relative;
	bottom: 70px;
	right: 110px;
}


.content-section-se {
	/* padding: 20px; */
	background-color: #fff;
	margin-bottom: 20px;
	/* border: 1px solid #ddd; */
	/* border-radius: 5px; */
	background-color: transparent;
}

.for-back-col {
	padding: 35px 40px;
	background: #F4F4F46E;
	border-radius: 5px;
}

.highlight-note {
	background-color: #FFF3C7;
	/* border-left: 5px solid #ffc107; */
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.highlight-note p {
	margin-bottom: 0;
}

.div-neowtw p {
	position: relative;
	left: 7px;
}

.div-neowtw {
	display: flex;
	justify-content: center;
}

.div-neowtw span {
	position: relative;
	top: 7px;
}

ul.lava li {
	list-style: disc;
	padding: 8px;
}


ul.lava {
	margin: 20px;
	color: #000;
	;
}




/* Fixed Bottom Navigation Styling */
@media (max-width: 1000px) {
	.mobile-bottom-nav {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 75px;
		background-color: #000;
		box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.1);
		display: flex;
		justify-content: space-around;
		align-items: center;
		z-index: 1000;
	}

	.mobile-bottom-nav .nav-item {
		color: #fff;
		font-size: 12px;
		height: 85px;
		justify-content: center;
		align-items: center;
		display: flex;
		border-right: 0.5px solid white;
		text-decoration: none;
		flex-grow: 1;
	}

}

/* Badge Styling */
@media (max-width: 1000px) {
	.mobile-bottom-nav .nav-item {
		position: relative;
	}

	.mobile-bottom-nav .nav-item .badge {
		position: absolute;
		top: 20px;
		right: 15px;
		background-color: #00B207;

		color: #ffffff;
		border-radius: 50%;
		padding: 4px 7px;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
	}

	.mobile-bottom-nav .nav-item .badge-o {
		position: absolute;
		top: 20px;
		right: 18px;
		background-color: #00B207;
		color: #ffffff;
		border-radius: 50%;
		padding: 4px 7px;
		font-size: 12px;
		font-weight: bold;
		line-height: 1;
	}


	.mobile-bottom-nav .nav-item i {
		font-size: 30px;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
}

/* Basic styling for the navigation */



.mobile-bottom-nav {
	display: flex;
	justify-content: space-around;
	border-top: 1px solid #ddd;
	position: fixed;
	bottom: 0;
	height: 65px;
	width: 100%;
	z-index: 10;
	background-color: #000;
	padding: 10px 0;
}

.nav-item {
	color: #fff;
	text-align: center;
	font-size: 24px;
	flex: 1;
	position: relative;
}

.nav-item .badge {
	position: absolute;
	top: -5px;
	right: 20px;
	background: red;
	color: white;
	border-radius: 50%;
	padding: 5px;
	font-size: 12px;
}


/* Search Box Styles */
.search-box {
	display: none;
	/* Initially hidden */
	position: fixed;
	bottom: 65px;
	/* Position the search box 50px above the nav */
	left: 0;
	width: 100%;
	background-color: aliceblue;
	padding: 10px;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 100;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-box input {
	width: 75%;
	padding: 10px;
	border: 1px solid #ddd;
	/* border-radius: 4px; */
}

.search-box button {
	background-color: #00B207;
	color: #fff;
	border: none;
	padding: 10px 25px;
	cursor: pointer;
	/* border-radius: 4px; */
}

.search-box button .fa {
	font-size: 16px;
}

.xyzss {
    display: flex;
    align-items: center;
}

.for-zz {
    padding: 10px;
}

.for-yy img {
    padding: 10px;
}

/* Only show search box in mobile view */
@media (max-width: 1024px) {
	.search-box {
		display: none;
	}
}

@media screen and (min-width: 1024px) and (max-width: 2600px) {
	.search-box {
		display: none !important;
	}
}


@media screen and (min-width: 766px) and (max-width: 1024px) {

	.mobile-bottom-nav .nav-item .badge-o {
		right: 67px;
	}

	.mobile-bottom-nav .nav-item .badge {
		right: 67px;
	}

	.xyzss {
		display: grid;
		align-items: center;
	}

	.for-zz {
		padding: 1px;
	}

	.shop-btn {
		padding: 15px;
	}

	.footer_six_inner {
		margin-bottom: 65px;
	}

	.filterDiv {
		height: 238px;
	}

	.centerr {
		margin-top: -310px !important;
	}

	.about-banner {
		height: 350px;
	}

	.product-thumb .carousel-indicators .item {
		width: 152px !important;
	}

	.carousel-indicators .swiper-slide .item img {
		width: 150px !important;
	}

	.single-product-contents {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.widgets_container.widget_menu {
		margin-bottom: 45px;
	}


}