/* Universal Css Start Here */
body {
	background-color: var(--body-color);
	font-family: var(--font-default);
	color: var(--text-color);
}

.over-hidden {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: var(--extra-color-3);
}

a:hover {
	color: var(--extra-color-3);
}

button {
	font-family: var(--font-btn);
	border: 0;
}

figure {
	margin-bottom: 0;
}

.primary-btn {
}

.secondary-btn {
}

/* Universal Css End Here */

/* Typography Start Here */
.larger-heading {
	font-family: var(--font-montserrat-bold);
	font-size: 53px;
	line-height: 63px;
}

.deafult-heading {
	font-family: var(--font-heading);
	font-size: 40px;
	line-height: 50px;
}

.paragraph-family {
	font-family: var(--font-paragraph);
	font-size: 15px;
	line-height: 25px;
}

/* Typography End Here */

/* Header Css Start Here */
/* .language-select {
	display: flex;
	align-items: center;
}
.language-select select {
	border: none;
	background: transparent;
	font-size: 16px;
	cursor: pointer;
}
.language-select img {
	width: 24px;
	height: 16px;
	margin-right: 8px;
}
body > .skiptranslate,.goog-logo-link,.gskiptranslate,.goog-te-gadget span,.goog-te-banner-frame,#goog-gt-tt, .goog-te-balloon-frame,div#goog-gt-{
    display: none!important;
  }
  .goog-te-gadget {
    color: transparent!important;
    font-size:0px;
  }
  .goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
  }
  #google_translate_element select{
    background:#2b1a12;
    color:#fff4e4;
    border: none;
    font-weight:bold;
    border-radius:3px;
    padding:8px 12px
  } */
  /* .goog-te-banner-frame.skiptranslate {
	display: none !important;
} 
body {
	top: 0px !important; 
}
.goog-logo-link {
	display:none !important;
}
.trans-section {
	margin: 100px;
} */




.custom-select-wrapper {
	position: relative;
	margin: 20px 0;
	width: 100px;
}

.custom-select {
	display: flex;
	align-items: center;
	/* border: 1px solid #ccc; */
	padding: 8px;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}

.custom-select img {
	width: 24px;
	height: 16px;
	margin-right: 8px;
}

.custom-select-options {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	z-index: 1000;
	/* max-height: 200px; */
	overflow-y: auto;
}

.custom-select-options div {
	padding: 8px;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.custom-select-options div:hover {
	background-color: #f0f0f0;
}

.custom-select-hidden {
	display: none;
}
.sign_box{
	width:120px
}
.whishlist_icon img{
	height: 32px;
	width: 28px;
}
.search_bar input{
    width: 405px;
}
.mobile-header .whishlist_icon img{
	height: 15px;
	width: 15px;
}
.moblie_items_box .sign_box{
	width:auto;
}
/* phone header */
.mobile-header {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	padding: 100px 20px 20px;
	background-color: var(--main-bg);
	min-height: 100%;
	transform: translateX(100%);
	transition: 0.2s;
	z-index: 999;
	overflow-y: scroll;
  }
  .mobile-header.active {
    transform: translateX(0);
}
@media(max-width:760px){
	.web_logo img {
		width: 100px;
	}
	.icon_wrapper img {
		width: 14px;
	}
}
@media(max-width:1024px){
	.search_bar input{
		width: 205px;
	}
	/* .icon_wrapper img {
		width: 14px;
	} */
}




/*  */
.pro_img_box img{
	height: 201px;
}
@media(max-width:1024px){
	.pro_img_box img {
		height: 169px;
	}
	.cate_content {
		width:  95%;
	}
}
@media(max-width:700px){
	.storage_banner img {
		height: 350px;
	}
	.subscibe_form .web_heading {
		padding-top: 40px;
	}
	.featue_items{
		flex-wrap: wrap;
	}
	.pro_images_wrapper{
		display: unset;
	}

}
@media(max-width:900px){
	
	.pro_images_wrapper{
		display: flex;
	}

}

.bullet_img_box img{
	width: 30px;
	height: 30px;
}
.cate_content {
    width:90%;
}


/*  */

/*  */

.blog_card_content {
    width: 90%;
}

/*  */
/* faq start here */
.faq_Wrapper .accordion-button::after {
    content: "\f078";
    font-family: "fontAwesome";
    /* border: 1px solid var(--primary-color); */
    background-image: unset;
    background-color: var(--main-bg);
    text-align: center;
    padding: 2px 5px;
    width: 29px;
    border-radius: 7px;
    height: 28px;
    font-size: 15px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .faq_Wrapper .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: unset !important;
  background-color: black;
  content: "\f077" !important;
  color: white;
  padding: 2px 3px;
  font-size: 13px;
  }
  .faq_Wrapper .accordion-button:not(.collapsed) {
	color: black;
	background-color: transparent;
	box-shadow: none;
  }
/* faq end here */

/* .subscibe_form::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    left: 0;
    top: 66px;
    z-index: 1;
    border-radius: 13px;
} */
.subscibe_form::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 86%;
    background-color: black;
    left: 0;
    top: 66px;
    z-index: 1;
    border-radius: 13px;
}
@media(max-width:900px){
	.subscibe_form::after {
		width: 100%;
		height: 100%;
		top: 0;
	
	}
}

/* .navbar_wrapper {
    position: relative;
}

.collapse {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sub-category-list a {
    display: block;
    padding: 5px 0;
}
.mega-menu{
	width: 65rem;
}
.category-link {
    font-weight: 500;
    color: #000;
    cursor: pointer;
}

.mega-menu img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
} */


.navbar_wrapper {
    position: relative;
}

.mega-menu {
    top: 100%; /* Ensure it opens below the "Shop By Category" link */
    left: 0; /* Align the menu to the right */
    background-color: #fff;
    width: 900px; /* Adjust the width to fit your content */
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000; /* Ensure it appears above other content */
}

.sub-category-list a {
    display: block;
    padding: 5px 0;
}

.category-link {
    font-weight: 500;
    color: #000;
    cursor: pointer;
}
.mega-menu {
	z-index: 10;

}
.mega-menu img {
    max-width: 80px;
    height: auto;
    display: block;
    margin: 0 auto 10px;
}

/* .mega-menu p {
    font-size: 14px;
    margin: 0;
    text-align: center;
} */
.mega_bg {
    height: 55px;
    background-color: black;
    content: "";
    position: absolute;
    width: 100%;
    top: -17px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
	z-index: 1;
	left: 0;
}