@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&family=Noto+Sans:wght@100;200;300;400;500;600;700&display=swap");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-size: 16px;
	color: #6a6a6a;
	line-height: 26px;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
	color: #1d1d1d;
}
span {
	padding: 0;
	margin: 0;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	text-transform: capitalize;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
ul,
li {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: black;
	display: inline-block;
}
a:hover {
	color: black;
}
input {
	outline: none;
	border: none;
}
button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}
button:focus {
	outline: 0;
}
/* custom-class */
.theme-clr {
	color: #3ccf4e !important;
}
.white-clr {
	color: white !important;
}
.black-clr {
	color: black !important;
}
.theme-clr-hover {
	transition: 0.6s;
}
.load-more-btn {
	max-width: 350px;
	background-color: white;
	border: 1px solid #3ccf4e;
	color: #3ccf4e;
	font-weight: 500;
	text-align: center;
	display: block;
	transition: 0.6s;
	padding: 12px 0;
	margin: 0 auto;
	margin-top: 100px;
}
.load-more-btn:hover {
	background-color: #3ccf4e;
	color: white;
}
.theme-clr-hover:hover {
	color: #3ccf4e !important;
}
.theme-bg {
	background-color: #f7f7f7;
}
.style-font {
	font-family: "Alata", sans-serif !important;
}
.theme-font {
	font-family: "Noto Sans", sans-serif !important;
}
.section-padding {
	padding: 100px 0px;
}
.pb-60 {
	padding-bottom: 60px !important;
}
.pt-60 {
	padding-top: 60px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.pt-30 {
	margin-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.border-none {
	border: none !important;
}
.section-margin {
	margin: 100px 0px;
}
.text-justify {
	text-align: justify;
}
.w-img img {
	width: 100%;
}
.pointer {
	cursor: pointer;
}
.sm-font {
	font-size: 14px !important;
}
/* custom-class */

/* custom-btn */
.white-btn {
	padding: 12px 36px;
	background-color: white;
	margin-top: 30px;
	font-weight: 500;
	transition: 0.6s;
	font-family: "Noto Sans", sans-serif;
}
.white-btn:hover {
	color: #3ccf4e;
}
.theme-btn {
	padding: 12px 36px;
	background-color: #3ccf4e;
	margin-top: 30px;
	font-weight: 500;
	transition: 0.6s;
	font-family: "Noto Sans", sans-serif;
	color: white;
	border: 1px solid transparent;
}
.theme-btn:hover {
	background-color: white;
	color: #3ccf4e;
	border: 1px solid #3ccf4e;
}
.theme-btn.transparent {
	background-color: white;

	color: #3ccf4e;

	border: 1px solid #3ccf4e;
}
.theme-btn.transparent:hover {
	border: 1px solid transparent;
	background-color: #3ccf4e;
	color: white;
}
/* custom-btn */

/* custom-pagination-start-here */
.Custom-pagination a {
	width: 45px;
	height: 45px;
	line-height: 42px;
	border-radius: 100%;
	font-weight: 500;
	border: 2px solid #3ccf4e;
	color: #6a6a6a;
	margin: 0px 3px;
	transition: 0.6s;
}
.Custom-pagination a:hover {
	background-color: #3ccf4e;
	color: white;
}
.Custom-pagination .active {
	background-color: #3ccf4e;
	color: white;
}
/* custom-pagination-end-here */

/* section-title-area-start-here */
.section-title {
	padding-bottom: 40px;
}
.section-title h4 {
	text-transform: uppercase;
	color: #3ccf4e;
	border-bottom: 2px solid #3ccf4e;
	display: inline-block;
	padding: 5px;
	font-size: 24px;
}
.section-title p {
	color: #6a6a6a;
}
.section-title.center {
	text-align: center;
	padding-bottom: 50px;
	max-width: 550px;
	margin: 0 auto;
}
.section-title.center h4 {
	border: none;
}
/* section-title-area-end-here */

/* custom-select-area-start-here */
.taka.custom-select {
	max-width: 100px;
}
.custom-select {
	position: relative;
	width: 150px;
	margin-right: 5px;
}

.custom-select select {
	display: none;
}

.select-selected {
	border: 2px solid transparent !important;
	border-radius: 12px;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 20px;
	right: 16px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #6a6a6a transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #6a6a6a transparent;
	top: 7px;
}
.select-items div,
.select-selected {
	color: black;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	user-select: none;
}
.select-items {
	position: absolute;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	top: 160%;
	left: 0;
	right: 0;
	z-index: 99;
}
.select-hide {
	display: none;
}

.select-items div:hover,
.same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
/* custom-select-area-end-here */

/* Countdown-area-end-here */
#countdown {
	color: #3ccf4e;
	font-weight: 700;
	border: 2px solid #3ccf4e;
	border-radius: 8px;
	padding: 5px 10px;
	margin: 13px 0px;
	font-family: "Alata", sans-serif;
	font-size: 14px;
}
.flash-sale #countdown {
	background-color: #3ccf4e;
	color: white;
	font-weight: 500;
	border: none;
	border-radius: 0px;
	padding: 5px 10px;
	margin: 13px;
	font-size: 14px;
	font-family: "Noto Sans", sans-serif;
}
/* Countdown-area-end-here */

/* cart-box-area-end-here */
.menu-curt:hover .curt-box {
	transform: rotateX(0deg);
	visibility: visible;
}
.curt-box {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 0 7px 0.5px rgb(0 0 0 / 15%);
	padding: 31px 35px 10px;
	position: absolute;
	right: 0;
	top: 150%;
	transform: rotateX(90deg);
	transform-origin: center top 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 340px;
	z-index: 9999;
}
.curt-box ul li {
	display: flex;
	align-items: center;
	padding: 10px 0;
	border-bottom: 1px solid #ebebeb;
}
.curt-box ul li a {
	padding: 0;
	position: relative;
}
.curt-box ul li span {
	display: block;
}
.curt-box ul li a::after {
	position: absolute;
	content: "\f00d";
	font-family: "font awesome 6 free";
	font-weight: 600;
	top: -22px;
	right: -30px;
	color: #6a6a6a;
}
.curt-box ul li img {
	width: 120px;
}
.cart-button-wrp .cart-butoon {
	background-color: #3ccf4e;
	color: white;
}
.cart-button-wrp .cart-butoon:hover {
	background-color: white;
	color: black;
}
/* cart-box-area-end-here */

/* menu-search-area-end-here */
::placeholder {
	color: white;
}
.menu-search {
	position: relative;
	font-size: 22px !important;
	color: #6a6a6a !important;
}
.menu-search:hover {
	color: #3ccf4e !important;
}
.menu-search-bar {
	position: absolute;
	width: 350px;
	background-color: #3ccf4e;
	padding: 30px;
	right: -25px;
	display: none;
}
.menu-search-bar input {
	border-bottom: 1px solid white;
	width: 100%;
	color: white;
	background-color: #3ccf4e;
	padding: 10px 0;
}

.sm-search input {
	width: 100%;
	background-color: #3ccf4e;
	color: white;
	padding: 8px 15px;
	position: relative;
}
.sm-search {
	position: relative;
}
.sm-search:after {
	position: absolute;
	content: "\f002";
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	color: white;
	width: 20px;
	height: 20px;
	cursor: pointer;
	top: 8px;
	right: 7px;
}
/* menu-search-area-end-here */

/* Logo-area-start-here*/
.header1-logo a img {
	max-width: 130px;
}
/* Logo-area-end-here*/

/* upper banner area start here */
.header.header2 {
	position: unset;
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
	background-color: #3ccf4e;
}
.header.header2 .main-menu ul li:hover > a {
	color: #000;
}
.header.header2 .sticky {
	padding: 15px 0;
}
.upper-header {
	padding: 10px 0;
}
.upper-header .upper-header-wrp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.header.header2 .main-menu ul li a {
	padding: 20px 0;
}
.header.header2 .main-menu ul li .sub-menu li a {
	padding-top: 0;
	padding-bottom: 0;
}
.upper-header .upper-logo img {
	width: 130px;
}
.upper-search {
	width: 500px;
	border-radius: 8px;
	position: relative;
}
.upper-search input {
	padding: 10px 20px;
	border-radius: 8px;
	width: 100%;
}
.upper-search input::placeholder {
	color: #6a6a6a;
}
.upper-search button {
	position: absolute;
	top: 0px;
	right: -1px;
	font-size: 18px;
	background-color: #3ccf4e;
	color: #fff;
	padding: 10px 14px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.header.header2 .categories button {
	font-size: 18px;
	font-weight: 500;
}
.header.header2 .bar-icon span {
	background-color: #000;
}
.header.header2 .categories {
	position: relative;
}
.header.header2 .categories .sub-categories {
	position: absolute;
	top: 40px;
	left: -20px;
	z-index: 999;
	background-color: #fff;
	width: 240px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	transition: 0.6s;
	visibility: hidden;
	border-radius: 10px;
	opacity: 0;
}
.header.header2 .categories:hover .sub-categories {
	visibility: visible;
	opacity: 1;
}
.header.header2 .categories .sub-categories li {
	padding: 10px 30px;
	border-top: 1px solid #b7b7b7;
}
.header.header2 .categories .sub-categories li a {
	transition: 0.3s;
	display: block;
}
.header.header2 .categories .sub-categories li a:hover {
	padding-left: 5px;
	color: #3ccf4e;
}
@media screen and (max-width: 992px) {
	.upper-header .upper-header-wrp {
		justify-content: center;
		grid-gap: 20px;
	}
	.upper-header .menu-content {
		display: none;
	}
}
/* upper banner area end here */

/* Inner-Banner-area-start-here*/
.inner-banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
		url(../../assets/images/banner/bg-image1.jpg);
	padding: 250px 0;
	position: relative;
	margin-top: 105px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.inner-banner.bg2 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../../assets/images/banner/bg-image2.jpg);
}
.inner-banner.bg3 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url(../../assets/images/banner/bg-image3.jpg);
}
.inner-banner.bg4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../../assets/images/banner/bg-image4.jpg);
}
.inner-banner.bg5 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url(../../assets/images/banner/bg-image5.jpg);
}
.inner-banner.bg6 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
		url(../../assets/images/banner/bg-image6.jpg);
}
.inner-banner .content {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.inner-banner .content h2 {
	text-transform: uppercase;
	font-size: 58px;
	color: #fff;
}
/* Inner-Banner-area-start-here*/

/* Banner-10-area-start-here*/
.banner-10 .banner-on-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	text-align: center;
}
.banner-10 .banner-on-content h1 {
	font-size: 70px;
	color: #3ccf4e;
	text-transform: capitalize;
	text-shadow: 2px 2px #000;
}
/* Banner-10-area-end-here*/

/* breadcrumb-area-start-here*/
.inner-banner .content .breadcrumb-list {
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-banner .content .breadcrumb-list span {
	font-weight: 500;
	display: inline-block;
	padding-top: 20px;
	color: #fff;
	margin: 0px 3px;
	text-transform: uppercase;
}
.inner-banner .content .breadcrumb-list span a {
	color: #fff;
}
/* breadcrumb-area-end-here*/

/* Banner-area-start-here*/
.banner-section {
	position: relative;
	background-image: url(../../assets/images/banner/banner-image2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 100vh;
}
.banner-section.slide2 {
	background-image: url(../../assets/images/banner/banner-image1.jpg);
}
.banner-section.slide3 {
	background-image: url(../../assets/images/banner/banner-image3.jpg);
}
.banner-section.girls1 {
	background-image: url(../../assets/images/banner/girls1.jpg);
}
.banner-section.girls2 {
	background-image: url(../../assets/images/banner/girls2.jpg);
}
.banner-section.boy1 {
	background-image: url(../../assets/images/banner/boy1.png);
}
.banner-section.boy2 {
	background-image: url(../../assets/images/banner/boy2.jpg);
}
.banner-section.fade1 {
	background-image: url(../../assets/images/banner/fade.jpg);
}
.banner-section.fade2 {
	background-image: url(../../assets/images/banner/fade2.jpg);
}
.banner-section.fade2 {
	background-image: url(../../assets/images/banner/fade2.jpg);
}
.banner-section.baby1 {
	background-image: url(../../assets/images/banner/baby1.jpg);
}
.banner-section.baby2 {
	background-image: url(../../assets/images/banner/baby2.jpg);
}
.banner-section.vf1 {
	background-image: url(../../assets/images/banner/vf1.jpg);
}
.banner-section.vf2 {
	background-image: url(../../assets/images/banner/vf2.jpg);
}
.banner-section.e1 {
	background-image: url(../../assets/images/banner/e1.jpg);
}
.banner-section.e2 {
	background-image: url(../../assets/images/banner/e2.jpg);
}
.banner-section.e3 {
	background-image: url(../../assets/images/banner/e3.jpg);
}
.banner-section.e4 {
	background-image: url(../../assets/images/banner/e4.jpg);
}
.banner-section.e5 {
	background-image: url(../../assets/images/banner/e5.jpg);
}
.banner-section.far1 {
	background-image: url(../../assets/images/banner/far1.jpg);
}
.banner-section.far2 {
	background-image: url(../../assets/images/banner/far2.jpg);
}
.banner-section.far3 {
	background-image: url(../../assets/images/banner/far3.jpg);
}
.banner-section.sport1 {
	background-image: url(../../assets/images/banner/sport1.jpg);
}
.banner-section.sport2 {
	background-image: url(../../assets/images/banner/sport2.jpg);
}
.banner-section.sport3 {
	background-image: url(../../assets/images/banner/sport3.jpg);
}
.banner-section.toy1 {
	background-image: url(../../assets/images/banner/toy1.jpg);
}
.banner-section.toy2 {
	background-image: url(../../assets/images/banner/toy2.jpg);
}
.banner-section.toy3 {
	background-image: url(../../assets/images/banner/toy3.jpg);
}
.banner-content {
	max-width: 50%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "Alata", sans-serif;
}
.banner-content h1 {
	font-size: 100px;
	padding: 10px 0;
	text-transform: capitalize;
	font-weight: 900 !important;
}
.banner-content .white-clr {
	font-family: "Noto Sans", sans-serif;
	font-size: 85px;
	padding: 10px 0;
	text-transform: capitalize;
	font-weight: 700;
}
.banner-content .black-clr {
	font-family: "Noto Sans", sans-serif;
	font-size: 85px;
	padding: 10px 0;
	text-transform: capitalize;
	font-weight: 700;
	color: black;
}
.banner-content del {
	font-size: 18px;
	color: #b7b7b7;
}
.banner-content span {
	color: #b7b7b7;
}
.banner-price {
	color: #b7b7b7;
	font-size: 18px;
}
.banner-price:hover {
	color: #b7b7b7;
}
/* Banner-area-end-here*/

/* Daily-sale-area-start-here*/
.daily-sale-item {
	border: 1px solid #e5e5e5;
	padding: 10px;
	border-radius: 8px;
	transition: 0.4s;
}
.daily-sale-item:hover {
	transform: scale(1.02);
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
}
.daily-sale-item img {
	width: 100%;
	position: relative;
}
.daily-sale-content span {
	font-size: 14px !important;
	font-weight: 500;
}
.daily-sale-content .fs-12 {
	font-size: 12px !important;
}
.daily-sale-content del {
	font-size: 12px;
	color: #bbbbbb;
	font-weight: 400;
}
.bar {
	width: 100%;
	background-color: #e5e5e5;
	height: 5px;
}
.bar-width {
	width: 70%;
	background-color: #3ccf4e;
	height: 5px;
}
.cart-butoon {
	text-transform: capitalize;
	padding: 8px 22px;
	border-radius: 8px;
	border: 2px solid #3ccf4e;
	display: inline-block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 10px;
}
.cart-butoon:hover {
	background-color: #3ccf4e;
	color: white;
	transition: 0.6s;
}
.hotline:hover {
	text-decoration: underline;
}
.menu-curt {
	position: relative;
}
.menu-curt .cart-icon {
	position: relative;
	font-size: 22px;
	transition: 0.4s;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	background-color: #f7f7f7;
	margin-left: 10px;
	color: #6a6a6a;
}
.menu-curt .cart-icon::after {
	position: absolute;
	content: var(--cart-count, "0");
	top: -6px;
	right: 0;
	font-size: 12px;
	color: white;
	border-radius: 100%;
	background: #3ccf4e;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.menu-curt.menu-love .cart-icon::after {
	position: absolute;
	content: "0";
	top: -6px;
	right: 0;
	font-size: 12px;
	color: white;
	border-radius: 100%;
	background: #3ccf4e;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
}
.menu-curt .cart-icon:hover {
	color: #3ccf4e;
}
.menu-content {
	display: flex;
	align-items: center;
}
.flash-sale .slider-nav {
	width: 150px;
	border-radius: 0px;
	padding: 5px 0;
	border: 1px solid #3ccf4e;
}

/* Badge do carrinho */
.cart-icon {
    position: relative;
    display: inline-block;
}
.cart-icon .cart-count {
    position: absolute;
    top: -6px;
    right: -8px;
    background: #ff3d3d;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 14px;
    min-width: 22px;
    text-align: center;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(0,0,0,.25);
}

.flash-sale .theme-btn {
	margin-top: 20px;
}
.discount-btn {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	padding: 8px 15px;
	background-color: #3ccf4e;
	color: white !important;
	font-weight: 600;
	font-size: 20px;
	font-family: "Alata", sans-serif;
}
.love-icon {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	color: white;
	font-size: 30px;
	transition: 0.4s;
}
.love-icon:hover {
	color: #3ccf4e;
}
.flash-sale .love-icon {
	top: 20px;
	right: 20px;
}
.flash-sale .daily-sale-item:hover .black-clr {
	color: #3ccf4e !important;
	transition: 0.4s;
}
/* Daily-sale-area-end-here */

/* Categorie-area-start-here */
.categorie {
	background-color: #f7f7f7;
}
.catagorie-title h4 {
	color: #3ccf4e;
	border-bottom: 2px solid #3ccf4e;
}
.nav-pills .nav-link.active {
	background-color: transparent;
	border-radius: 0px;
	border-bottom: 3px solid #3ccf4e;
	color: #3ccf4e;
}
.nav-pills .nav-link {
	border-radius: 0px;
	background-color: transparent;
	color: #6a6a6a;
}
.nav-pills .nav-link h5 {
	color: #6a6a6a;
}
.categotie-image {
	border: 1px solid #dee2e6;
	height: 100%;
}
.categotie-image img {
	width: 100%;
	transition: 0.6s;
}
.categotie-image:hover img {
	transform: rotateY(360deg);
}
/* Categorie-area-home2-here */

/* Categorie-area-end-here */
.categorie.categorie2.boy .nav-pills .nav-link.active {
	border-bottom: 1px solid transparent;
	background-color: #3ccf4e;
	border-radius: 5px;
}
.categorie.categorie2 .nav-pills .nav-link.active {
	border-bottom: 1px solid #3ccf4e;
}
.categorie.categorie2 .nav-pills .nav-link.active h5 {
	color: #3ccf4e;
}
.categorie.categorie2.boy .nav-pills .nav-link.active h5 {
	color: white;
}
.categorie.categorie2 .categotie-image {
	border: none;
}
.categorie.categorie2 .content {
	background-color: white;
	padding-bottom: 30px;
}
.categorie.categorie2 .content .white-btn {
	background-color: #f7f7f7;
	font-size: 13px;
	font-weight: 500;
	color: #3ccf4e;
}
.categorie.categorie2 .content .white-btn:hover {
	background-color: #3ccf4e;
	font-weight: 500;
	color: white;
}
.categorie.categorie2 .item {
	transition: 0.4s;
}
.categorie.categorie2 .item:hover {
	transform: translateY(-5px);
}

.categorie.categorie2 .categotie-image::after {
	position: absolute;
	content: "$299";
	width: 60px;
	height: 36px;
	background-color: #3ccf4e;
	border-radius: 5px;
	color: white;
	font-weight: 500;
	top: 5px;
	left: 5px;
	text-align: center;
	padding: 5px;
}
.categorie.categorie2 .categotie-image::before {
	position: absolute;
	content: "\f004";
	font-family: "font awesome 6 free";
	color: white;
	font-weight: 500;
	top: 5px;
	right: 10px;
	z-index: 99;
	font-size: 20px;
}
/* hot-sale-area-start-here */
.categorie.hot-sale .nav-pills .nav-link h5 {
	font-size: 24px;
}
.categorie.hot-sale .nav-pills .nav-link.active {
	border-bottom: 2px solid #3ccf4e;
}
.categorie.hot-sale .nav-pills .nav-link.active h5 {
	color: #3ccf4e;
}
.hot-sale .hot-sale-item img {
	width: 100%;
	position: relative;
	transition: 0.4s;
}
.hot-sale .hot-sale-item {
	transform: scale(1);
	border-radius: 0px;
}
.hot-sale-item .image-wrp {
	overflow: hidden;
	position: relative;
}
.hot-sale-item {
	position: relative;
}
.hot-sale-item::before {
	content: "15%";
	font-size: 20px;
	color: white;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	border-radius: 50%;
	height: 50px;
	line-height: 50px;
	background-color: #3ccf4e;
	z-index: 1;
	text-align: center;
	font-weight: 500;
}
.hot-sale-item.dis30::before {
	content: "30%";
}
.hot-sale-item.dis45::before {
	content: "30%";
}
.hot-sale .hot-sale-item:hover img {
	transform: scale(1.1);
}
/* hot-sale-area-ende-here */

/* image-hover-area-start-here */
.image-change {
	position: relative;
}
.image-change .back-iamge {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
}
.image-change:hover .back-iamge {
	visibility: visible;
}
/* image-hover-area-start-here */

/* section-image-area-start-here */
.section-image {
	position: relative;
}
.section-image-content {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px 30px;
}
.section-image-content.content2 {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
}
.section-image img:hover {
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
}
.section-image img {
	width: 100%;
	transition: 0.4s;
	cursor: pointer;
}

/* section-image-area-start-here */

/* Products-area-start-here */
.our-products {
	overflow: hidden;
}
.products-list {
	text-transform: capitalize;
	background-color: white;
	padding: 20px;
	height: 100%;
	text-align: center;
}
.products-list h4 {
	padding-bottom: 20px;
	color: #3ccf4e;
}
.products-list ul li {
	padding: 2px 0;
}
.products-list ul li:hover {
	text-decoration: underline;
	transition: 0.6s;
}
.products-list .see-more-btn {
	display: inline-block;
	margin-top: 40px;
	text-decoration: underline;
	color: #3ccf4e;
}
.product-image {
	background-image: url(../../assets/images/products/big-image/image1.jpg);
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.product-image.product-bg2 {
	background-image: url(../../assets/images/products/big-image/image2.jpg);
}
.product-image.product-bg3 {
	background-image: url(../../assets/images/products/big-image/fashion.jpg);
}
.product-image.product-bg4 {
	background-image: url(../../assets/images/products/big-image/electronic.jpg);
}
.product-item-wrpper {
	overflow: hidden;
}
.product-item {
	border: 1px solid #f7f7f7;
	position: relative;
}
.product-item-content {
	padding: 20px;
	position: relative;
}
.product-item-content h5 {
	color: #3ccf4e;
	text-transform: capitalize;
}
.product-item-content h5:hover {
	text-decoration: underline;
}
.product-item-image {
	max-width: 185px;
	margin: 0 auto;
	position: relative;
}
.product-item-image img {
	width: 100%;
	position: relative;
}
.product-item::after {
	position: absolute;
	content: "\f004";
	color: white;
	background-color: #3ccf4e;
	font-family: "font awesome 6 free";
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transform: scaleX(0);
	transition: 0.4s;
	top: 10px;
	left: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border-radius: 2px;
}
.product-item::before {
	position: absolute;
	content: "\f07a";
	color: white;
	background-color: #3ccf4e;
	font-family: "font awesome 6 free";
	font-weight: 600;
	text-align: center;
	cursor: pointer;
	transform: scaleX(0);
	transition: 0.4s;
	top: 40px;
	left: 10px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border-radius: 2px;
	z-index: 1;
}
.product-item:hover::after {
	transform: scale(1);
}
.product-item:hover::before {
	transform: scale(1);
}
.image-shade {
	padding: 100% 0;
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.image-shade-text a h3 {
	text-transform: capitalize;
	color: white;
}
.image-shade-text a h4 {
	text-transform: capitalize;
	color: #3ccf4e;
}
.image-shade-text a span {
	text-transform: uppercase;
	color: yellow;
	font-weight: 600;
}
.image-shade-text a p {
	text-transform: capitalize;
	color: white;
	font-weight: 400;
	font-size: 14px;
	padding-top: 10px;
}
/* Products-area-end-here */

/* star-icon */
.star {
	margin: 10px 0;
}
.star svg {
	font-size: 13px;
	color: #ffbc0b;
}
.star-color {
	color: #e6e6e6 !important;
}
/* star-icon */
/* Recently-viewed-start-here */
.recently-viewed-item {
	padding: 0px 20px;
	position: relative;
}
.recently-viewed-item h4 {
	text-transform: capitalize;
	display: inline-block;
	padding: 22px 0px;
	color: #3ccf4e;
}
.recently-viewed-item span {
	font-size: 12px;
	color: #7c7c7c;
}
.recently-image {
	width: 100%;
}
.recently-image {
	border: 1px solid transparent;
	transition: 0.1s;
	border-radius: 8px;
	padding: 5px;
}
.recently-image img {
	width: 100%;
}
.recently-image:hover {
	border: 1px solid #e5e5e5;
}
.clients .recently-image:hover {
	border: 1px solid transparent;
}
.clients .recently-image img {
	width: 65%;
}
.clients .recently-image img {
	opacity: 0.9;
	transition: 0.6s;
}
.clients .recently-image img:hover {
	transform: scale(1.1);
	opacity: 1;
}
.slider-nav {
	border: 2px solid #3ccf4e;
	float: right;
	border-radius: 12px;
	width: 50px;
	margin: 5px 0;
	transition: all 0.6s;
	color: #3ccf4e;
	background-color: transparent;
}
.slider-nav:hover {
	background-color: #3ccf4e;
	color: white;
}
/* Recently-viewed-end-here */

/* social-icon-area-start-here */
.social-contact .facebook {
	color: #1b6cbb;
}
.social-contact .instagram {
	color: #b06418;
}
.social-contact .youtube {
	color: #df494a;
}
.social-contact .twitter {
	color: #15c0ec;
}
.social-contact .linkedin {
	color: #137bb0;
}
.social-contact .pinterest {
	color: #be091c;
}
/* social-icon-area-end-here */

/* single-page-area-start-here */
.single-page {
	padding: 20px 0;
}
.single-swiper {
	width: 100%;
	height: auto;
}
.single-swiper-thumbs {
	width: 100%;
	height: 100px;
	margin: 15px 0;
}

.single-swiper-slide {
	background-size: cover;
	background-position: center;
	border: 1px solid #3ccf4e;
	padding: 5px;
	border-radius: 12px;
}

.single-swiper-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.single-swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.single-swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
}
.slide-smoll {
	width: 100px;
}
.slide-smoll img {
	margin: 0 auto;
	text-align: center;
	width: 70%;
}

.swiper-nav button {
	border-radius: 100%;
	border: 2px solid #3ccf4e;
	color: #3ccf4e;
	background-color: transparent;
	transition: all 0.6s;
	width: 40px;
	height: 40px;
}
.swiper-nav button:hover {
	color: white;
	background-color: #3ccf4e;
}
.single-content span {
	font-family: "Alata", sans-serif;
}
.single-content del {
	font-family: "Alata", sans-serif;
	color: #b7b7b7;
	margin-left: 10px;
	font-size: 20px;
}
.review p {
	font-size: 14px;
}
.single-product-list a {
	color: #6a6a6a;
	margin-left: 20px;
	transition: 0.2s;
}
.single-product-list a:hover {
	color: #3ccf4e;
}
.quantity-cart-btn .quantity {
	width: 211px;
	border: 1px solid #3ccf4e;
	border-radius: 12px;
}
.quantity-cart-btn .minus {
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #3ccf4e;
}
.quantity-cart-btn .qty {
	width: 100px;
	text-align: center;
	height: 50px;
	border-right: 1px solid #3ccf4e;
	border-left: 1px solid #3ccf4e;
	color: #3ccf4e;
}
.quantity-cart-btn .plus {
	width: 50px;
	height: 50px;
	background-color: transparent;
	color: #3ccf4e;
}
.single-cart {
	margin-left: 20px;
}
.single-cart-button {
	width: 200px;
	display: inline-block;
	font-weight: 400;
	text-transform: capitalize;
	border: 1px solid #3ccf4e;
	border-radius: 12px;
	color: #3ccf4e;
	padding: 13px 0;
	transition: all 0.6s;
}
.single-cart-button:hover {
	color: white;
	background-color: #3ccf4e;
}
.add-to-favourite button {
	background-color: transparent;
	border: none;
	text-transform: capitalize;
	transition: 1s;
}
.add-to-favourite button:hover {
	color: #3ccf4e;
}
/* single-product-details-area-start-here */
#description p {
	text-align: justify;
	padding: 10px 0;
}
.return-delivery .product-return {
	margin-right: 20px;
}
.return-delivery .product-return svg {
	color: #3ccf4e;
	font-size: 24px;
}
.return-delivery .product-return h5 {
	padding-top: 10px;
	text-transform: capitalize;
}
.return-delivery .product-return p {
	padding: 2px 0 !important;
}
.customer-review .cutomer-photo img {
	border-radius: 100%;
	margin-bottom: 10px;
	background-color: #3ccf4e;
}
.single-review-form form textarea {
	width: 100%;
	height: 200px;
	border-radius: 12px;
	padding: 20px;
	outline: none;
	resize: none;
	margin-bottom: 20px;
	background-color: #3ccf4e;
	color: white;
	border: none;
}
.single-review-form form input {
	width: 100%;
	border-radius: 12px;
	padding: 20px;
	outline: none;
	background-color: #3ccf4e;
	color: white;
	border: none;
}
.reviews p {
	text-align: justify;
}
.single-review-form form button {
	border-radius: 12px;
	border: 1px solid #3ccf4e;
	padding: 15px 40px;
	outline: none;
	background-color: #3ccf4e;
	color: white;
	font-weight: 500;
	transition: 0.6s;
	text-align: center;
}
.single-review-form form button:hover {
	background-color: transparent;
	color: #3ccf4e;
}
/* single-product-details-area-end-here */
/* single-page-area-end-here */

/* Service-area-start-here */
.service.style2 .item {
	padding: 30px 10px;
}
.service .item {
	padding: 50px 25px;
	text-align: center;
	transition: 0.6s;
	border: 2px solid #f7f7f7;
	transition: 0.6s;
}
.service .item:hover {
	transform: translateY(-10px);
}
.service .item:hover h3 {
	color: #3ccf4e;
}
.service .item:hover svg {
	color: white;
}
.service .item:hover .icon {
	background-color: #3ccf4e;
}
.service .item .icon {
	width: 80px;
	height: 80px;
	line-height: 100px;
	border-radius: 100%;
	margin: 0 auto;
	background-color: white;
	border: 2px solid #3ccf4e;
	padding-bottom: 50px;
	margin-bottom: 20px;
	transition: 0.6s;
}
.service .item h3 {
	font-size: 24px;
	text-transform: capitalize;
	transition: 0.6s;
}
.service .item svg {
	font-size: 46px;
	color: #3ccf4e;
	transition: 0.6s;
}
.service.style2.style3 .item {
	padding: 30px;
	border: 1px solid black;
	display: flex;
	align-items: center;
}
.service.style3 .item .icon {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin: 0 20px 0 0;
	background-color: transparent;
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	transition: 0.6s;
}
.service.style3 .item svg {
	font-size: 30px;
	color: black;
	transition: 0.6s;
}
.service.style3 .item:hover svg {
	color: black;
}
.service.style3 .item:hover h3 {
	color: black;
}
.service.style3 .item:hover {
	transform: translateY(0px);
}
/* Service-area-end-here */

/* just-for-you-area-start-here */
.for-you .item .image img {
	width: 100%;
}
.for-you .item .image {
	position: relative;
}
.for-you .item .image::after {
	position: absolute;
	content: "\f004";
	font-family: "font awesome 6 free";
	font-weight: 600;
	z-index: 1;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: white;
	color: #3ccf4e;
	text-align: center;
	font-size: 20px;
	border-radius: 12px;
	transition: 0.6s;
}
.for-you .item .image::before {
	position: absolute;
	content: "\f07a";
	font-family: "font awesome 6 free";
	font-weight: 600;
	z-index: 1;
	top: 60px;
	right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #3ccf4e;
	color: white;
	text-align: center;
	font-size: 20px;
	border-radius: 12px;
	transition: 0.6s;
}
.for-you.feature-products .item .image::before {
	display: none;
}
.for-you .item:hover .image::after {
	background-color: #3ccf4e;
	color: white;
}
.for-you .item:hover .image::before {
	background-color: white;
	color: #3ccf4e;
}
.for-you .item .content .del-price {
	color: #8f8787;
}
.for-you .item .content .star {
	padding: 0;
	margin: 0;
}
.for-you .item .content .star span {
	color: #8f8787;
	font-size: 13px;
}
.load-more-content {
	display: none;
}
/* just-for-you-area-end-here */

/* counter-area-start-here */
.counter .conter-wrp {
	background-color: #3ccf4e;
	padding: 100px 20px;
}
.counter .conter-wrp .item span {
	font-size: 60px;
	font-weight: bolder;
	color: white;
	font-family: "Alata", sans-serif;
}
.counter .conter-wrp .item h4 {
	font-size: 20px;
	font-weight: 500;
	color: white;
}
.counter .conter-wrp {
	position: relative;
}
.counter .conter-wrp::before {
	position: absolute;
	content: "";
	top: 20px;
	left: 20px;
	width: 35px;
	height: 25px;
	border-left: 5px solid white;
	border-top: 5px solid white;
}
.counter .conter-wrp::after {
	position: absolute;
	content: "";
	bottom: 20px;
	right: 20px;
	width: 35px;
	height: 25px;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
}
/* counter-area-end-here */

/* comment-area-start-here */
.comment {
	background: url(../../assets/images/banner/bg-image1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.dark-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
}
.comment .item {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 30px 40px;
	border-radius: 8px;
}
.comment .item .img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	margin: 0 auto;
	border: 3px solid #6a6a6a;
}
.comment .item .img img {
	width: 100%;
	border-radius: 100%;
}
.comment .item .content .cmt-text {
	position: relative;
	color: #6a6a6a;
}
.comment .item .content .cmt-text::before {
	position: absolute;
	content: "\f10d";
	top: 2px;
	left: 3px;
	font-family: "font awesome 6 free";
	font-weight: 600;
	font-size: 28px;
	color: #3ccf4e;
}
.comment .item .content .cmt-text::after {
	position: absolute;
	content: "\f10e";
	bottom: 2px;
	font-family: "font awesome 6 free";
	font-weight: 600;
	font-size: 28px;
	color: #3ccf4e;
}
/* comment-area-end-here */

/* team-area-start-here */
.team .item {
	padding: 50px 20px;
}
.team .item .image-wrp {
	max-width: 250px;
	height: 250px;
	background-color: white;
	margin: 0 auto;
	border-radius: 100%;
	line-height: 238px;
	border: 7px solid #3ccf4e;
}
.team .item .content .social svg {
	font-size: 20px;
	padding: 0 5px;
	color: #3ccf4e;
}
.team .item .image-wrp .image {
	max-width: 200px;
	height: 200px;
	margin: 0 auto;
}
.team .item .image-wrp .image img {
	width: 100%;
	border-radius: 100%;
}
/* team-area-end-here */

/* feature-products-area-start-here */
.for-you.feature-products .content .cart-butoon {
	text-transform: capitalize;
	padding: 2px 8px;
	border-radius: 0;
	border: 1px solid #3ccf4e;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin-top: 2px;
}
.for-you.feature-products .item .image::after {
	top: 5px;
	right: 5px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border-radius: 2px;
}
.for-you.feature-products .item {
	transition: 0.4s;
}
.for-you.feature-products .item:hover {
	transform: translateY(-8px);
}
/* feature-products-area-end-here */

/* Blog-area-start-here */
.blog .content h4 {
	padding: 10px 0;
	color: #3ccf4e;
}
.blog img {
	width: 100%;
	height: auto;
	transition: 0.6s;
}
.blog.blog2 .item {
	background-color: #f7f7f7;
	overflow: hidden;
}
.blog.blog2 .item:hover img {
	transform: scale(1.05);
}
.blog button {
	font-size: 20px;
	width: 50px;
	height: 40px;
	border: 2px solid #3ccf4e;
	color: #3ccf4e;
	transition: 0.6s;
}
.blog button:hover {
	background-color: #3ccf4e;
	color: white;
}
/* blog-slingle */
.blog-single .sidebar-search input {
	background-color: #6a6a6a;
	padding: 15px 30px;
}
.blog-single .sidebar-search button {
	color: white;
	background-color: #3ccf4e;
	padding: 15px 30px;
	margin-left: -2px;
}
.blog-single .blog-thumb .blog-sm-image img {
	width: 90px;
	height: 70px;
}
.blog-single .sidebar-blog-tags .tag {
	padding: 5px 20px;
	background-color: white;
	margin-bottom: 5px;
	transition: 0.4s;
}
.blog-single .sidebar-blog-tags .tag:hover {
	background-color: #3ccf4e;
	color: white;
}
.blog-single .tag-list .line-tag {
	padding: 5px 20px;
	border: 1px solid #dee2e6;
	margin-bottom: 5px;
	transition: 0.4s;
}
.blog-single .tag-list .line-tag:hover {
	background-color: #3ccf4e;
	color: white;
}
.blog-single .know {
	background-color: #3ccf4e;
	border-radius: 12px;
}
.blog-single .know p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	line-height: 36px;
	position: relative;
}
.blog-single .know p::before {
	position: absolute;
	content: "\f10d";
	font-family: "font awesome 6 free";
	font-weight: 600;
	top: -5px;
	left: -17px;
	font-size: 40px;
}
.blog-single .know p::after {
	position: absolute;
	content: "\f10e";
	font-family: "font awesome 6 free";
	font-weight: 600;
	font-size: 40px;
}
/* Blog-area-end-here */

/* comment-from-start-here */
.comment-form input {
	background-color: #3ccf4e;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	color: white;
}
.comment-form textarea {
	background-color: #3ccf4e;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
	outline: none;
	height: 250px;
	color: white;
}
.team-single .progress {
	height: 8px;
}
/* comment-from-end-here */
/* team-single-start-here */
.team-single .progress .progress-bar {
	background-color: #3ccf4e;
}
.team-single .nav-link {
	background-color: #f7f7f7;
	color: black;
	border-radius: 8px;
	margin-right: 5px;
}
.team-single .nav-link.active {
	background-color: #3ccf4e;
	color: white;
}
.team-single .nav.nav-tabs {
	border: none;
}
.team-personal-info ul li span {
	position: relative;
	width: 140px;
	display: inline-block;
}
.team-personal-info ul li span::after {
	position: absolute;
	content: ":";
	right: 25px;
}
/* team-single-end-here */

/* massage-form-start-here */
.contact-message-form input {
	background-color: #3ccf4e;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	color: white;
}
.contact-message-form textarea {
	background-color: #3ccf4e;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	border: none;
	outline: none;
	height: 250px;
	color: white;
}
/* massage-form-end-here */

/* register-form-start-here */
.register-form .item input {
	background-color: #3ccf4e;
	width: 100%;
	padding: 20px 30px;
	margin-bottom: 30px;
	color: white;
	border-radius: 8px;
}
.register-form .item .content .line {
	position: relative;
}
/* register-form-end-here */

/* faq-start-here */
.faq-wrapper .accordion-button {
	font-size: 20px;
	font-family: "Teko", sans-serif;
	background: var(--clr-theme-1);
	color: var(--clr-common-white);
	padding: 10px 10px 10px 70px;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	min-height: 60px;
	text-align: left;
}
.faq-wrapper .accordion-button::after {
	content: "\f067";
	font-family: "Font Awesome 6 free";
	font-weight: 600;
	font-size: 16px;
	margin-left: 0;
	background-image: none;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: var(--clr-common-heading);
	border-radius: 5px;
	position: absolute;
	left: 10px;
}
.faq-wrapper .accordion-button:focus {
	box-shadow: none;
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
	transform: rotate(0deg);
	content: "\f068";
}
.faq-wrapper .accordion-item {
	margin-bottom: 15px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid var(--clr-common-white);
}
.faq-wrapper .accordion-item:first-of-type .accordion-button {
	border-radius: 0;
}
.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
	border-radius: 5px;
}
.faq-wrapper .accordion-body {
	border: 0;
	padding: 20px 30px;
	position: relative;
}
.faq-wrapper .accordion-collapse {
	border: 0;
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.faq-wrapper .accordion-button.collapsed {
	background: #f7f7f7;
	color: black;
}
.faq-wrapper .accordion-button.collapsed:after {
	background: #3ccf4e;
}

.faq-area {
	background: white;
}

.faq-wrapper.accordion-bordered .accordion-item {
	border-color: #f7f7f7;
}

.question-content {
	text-align: center;
}
.question-content p {
	margin-bottom: 40px;
}
/* faq-end-here 

/* 404 error-start-here */
.error-404 .error-item h1 {
	font-size: 250px;
	color: #3ccf4e;
	font-weight: bolder;
}
.error-404 .error-item input {
	background-color: #3ccf4e;
	color: white;
	width: 100%;
	padding: 15px 30px;
	border-radius: 12px;
}
.error-404 .error-item .error-search {
	position: relative;
	max-width: 550px;
	margin: 0 auto;
}
.error-404 .error-item .error-search::before {
	position: absolute;
	content: "\f002";
	font-family: "font awesome 6 free";
	font-weight: 600;
	right: 5px;
	color: white;
	cursor: pointer;
	padding: 15px;
	font-size: 20px;
}
/* 404 error-end-here */

/* category-box-area-start-here */
.category-modal-box .modal-dialog {
	max-width: 1090px;
}
.category-modal-box .modal-content {
	padding: 50px 30px;
}
.category-modal-box .modal-body .image img {
	width: 100%;
}
.category-modal-box .modal-content .modal-close {
	font-size: 25px;
	color: #3ccf4e !important;
	width: 40px;
	height: 40px;
	background-color: white;
	border: 2px solid #3ccf4e;
	transition: 0.6s;
}
.category-modal-box .modal-content .modal-close:hover {
	background-color: #3ccf4e;
	color: white !important;
}
/* category-box-area-end-here */

/* shop-single-start-here */
.top-bar-content {
	padding: 12px 25px;
}
.shop-search input::placeholder {
	color: black;
}
.shop-search input {
	background-color: #f7f7f7;
	color: black;
}
.shop-search {
	position: relative;
}
.shop-search::after {
	position: absolute;
	content: "\f002";
	font-family: "font awesome 6 free";
	font-weight: 600;
	right: 10px;
	padding: 17px;
	cursor: pointer;
	color: black;
	font-size: 18px;
}
.shop-top-bar .view select {
	width: 100px;
	outline: none;
	border: none;
	padding: 5px;
	background-color: white;
}
.shop-top-bar .sort-by select {
	width: 200px;
	outline: none;
	border: none;
	padding: 5px;
	background-color: white;
}
/* shop-single-end-here */

/* cart page-start-here */
.cart-page input#form1 {
	width: 80px;
	text-align: center;
	border-radius: 0;
}
.cart-page .btn.btn-link {
	background-color: #3ccf4e;
	border-radius: 0;
	padding: 0 5px;
	color: white;
}
/* cart page-end-here */

/* checkout page-start-here */
.checkout-page input::placeholder {
	color: #6a6a6a;
}
.checkout-page input {
	margin-top: 10px;
}
.checkout-page label {
	color: black;
	font-weight: 500;
	font-size: 20px;
}
.checkout-page .form-control {
	padding: 15px 30px;
	margin: 30px 0;
}
.checkout-page svg {
	color: #3ccf4e;
	margin-right: 5px;
}
/* checkout page-end-here */

/* Footer-area-start-here */
.footer-item h5 {
	padding-bottom: 10px;
	text-transform: capitalize;
}
.footer-item ul li a {
	color: #6a6a6a;
	display: inline-block;
	font-size: 12px;
}
.footer-contact svg {
	font-size: 24px;
	margin-right: 10px;
	color: #3ccf4e;
}
.footer-item p {
	font-size: 14px;
	color: #6a6a6a;
}
.best-app-btn img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}
.best-app-btn svg {
	font-size: 30px;
	color: white;
	margin-right: 5px;
}
.best-app-btn a {
	margin-right: 10px;
	border-radius: 5px;
}
.foter-item-title {
	padding-bottom: 20px;
	text-transform: capitalize;
}
.footer-content-area ul li a {
	font-size: 14px;
	color: #7d7d7d;
	border-right: 1px solid #7d7d7d;
	display: inline-block;
}
.footer-content-area ul li a:last-child {
	border: none;
}
.footer-text p {
	color: #7c7c7c;
}
.payment img {
	height: 40px;
	margin-left: 30px;
}
.sub-menu-search input {
	background: black;
	padding: 10px;
	color: white;
	opacity: 0.6;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.sub-menu-search a {
	background: #3ccf4e;
	padding: 10px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-left: -3px;
}
/* Footer-area-end-here */

/* Ajustes visuais para o menu mobile */
.mobile-menu ul li a {
    display: block;
    padding: 12px 16px;
    font-size: 1.0rem;
    font-weight: 500;
    color: #212529;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: all 0.2s ease;
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
    background-color: #f8f9fa;
    color: #0d6efd;
}

.mobile-menu ul li.active > a {
    background-color: #0d6efd;
    color: #fff;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .mobile-menu ul li a {
        font-size: 1.2rem;
    }
}

.mobile-menu-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px; /* Espaço entre os itens */
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.mobile-menu-horizontal li {
    display: flex;
    align-items: center;
}
.mobile-menu-horizontal a {
    padding: 8px 12px;
    display: block;
}

/* Busca no menu (desktop) */
.main-menu1 nav > ul > li.menu-search {
    position: relative;
    min-width: 320px;           /* + largura */
    display: inline-flex;       /* alinha verticalmente com os outros itens */
    align-items: center;
    margin-left: 12px;          /* separa do item anterior */
}

/* Input mais alto e com destaque */
.menu-search-input {
    height: 42px;               /* + altura */
    padding: 8px 14px;
    font-size: 0.95rem;
    border-radius: 22px;
    border: 1px solid #e3e3e3;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: border-color .2s, box-shadow .2s;
}
.menu-search-input:focus {
    border-color: #3ccf4e;
    box-shadow: 0 0 0 0.2rem rgba(60,207,78,.15);
    outline: none;
}

/* Dropdown de resultados, alinhado ao input */
.menu-search-results {
    position: absolute;
    top: calc(100% + 6px);      /* afasta do topo e do input */
    left: 0;
    width: 100%;                /* acompanha largura do input */
    max-width: 420px;           /* limite opcional */
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.12);
    overflow: hidden;
}

/* Ajuste mobile: ocupa toda a linha */
@media (max-width: 991.98px) {
    .main-menu1 nav > ul > li.menu-search {
        min-width: 100%;
        margin: 8px 0 0;
    }
    .menu-search-results {
        max-width: 100%;
    }
}
