@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-900.woff2') format('woff2'),
		url('../fonts/MuseoSans-900.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-100.woff2') format('woff2'),
		url('../fonts/MuseoSans-100.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-700.woff2') format('woff2'),
		url('../fonts/MuseoSans-700.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-300.woff2') format('woff2'),
		url('../fonts/MuseoSans-300.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans';
	src: url('../fonts/MuseoSans-500.woff2') format('woff2'),
		url('../fonts/MuseoSans-500.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body {
	font-family: 'Museo Sans';
	font-weight: normal;
	font-size: 16px;
	position: relative;
}

html {
	position: relative;
	scroll-behavior: smooth;
}

.outer_body_b {
	overflow: hidden;
}

.museo_sans_font {
	font-family: 'Museo Sans';
}

img {
	vertical-align: middle;
	max-width: 100%;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #434343;
}

ul {
	list-style: none
}

:focus {
	outline: none
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0 20px;
	width: 100%;
}

.clr {
	clear: both;
	float: none;
	display: block;
}

.clr:after,
.afclr:after {
	clear: both;
	float: none;
	display: block;
	content: ""
}

input[type="submit"],
button {
	-webkit-appearance: none;
	appearance: none;
}

select {
	word-wrap: normal
}

::-webkit-input-placeholder {
	color: #000;
}

:-moz-placeholder {
	color: #000;
}

::-moz-placeholder {
	color: #000;
}

.banner_info_inner h1 {
	font-family: 'Museo Sans';
	font-size: 30px;
	font-weight: 300;
	line-height: 1.4;
	color: #000000;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.heading_02 h2 {
	font-family: 'Museo Sans';
	font-size: 30px;
	font-weight: 300;
	line-height: 1.3;
	color: #000000;
	margin-bottom: 20px;
	display: block;
	position: relative;
}

.banner_info_inner p {
	font-family: 'Museo Sans';
	font-size: 20px;
	font-weight: 100;
	line-height: 1.4;
	color: #000000;
}

/* .heading_03 h3 {
	font-size: 18px;
	font-weight: 600;
	color: #181d21;
	text-transform: uppercase;
	line-height: 1.4;
	margin-bottom: 8px;
	} */
.heading_04 h4 {
	font-family: 'Museo Sans';
	font-size: 20px;
	font-weight: 300;
	color: #181d21;
	margin-bottom: 15px;
	position: relative;
}

.paragraph_p p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #000000;
	padding-bottom: 15px;
}

.paragraph_p p:last-child {
	padding-bottom: 0;
}

.site_btn {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	color: #000000;
	border: 1px solid #cacaca;
	min-width: 142px;
	position: relative;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: #cacaca;
	padding: 14px 18px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	border-radius: 100px;
}

.site_btn:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

/* css sticky header */
.sticky_header {
	position: fixed;
	left: 0;
	right: 0;
	top: -80px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}

.sticky_header.header_is_sticky {
	top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.sticky_header_inner .main_logo_info {
	width: 80%;
}

.sticky_header_inner {
	padding: 15px 0;
}

/* css sticky header  end*/
/* Menu Bar */
.site-menu {
	display: inline-block;
}

.nav-menu>li {
	margin: 0 13px;
	position: relative;
	display: inline-block;
}

.nav-menu>li>a {
	position: relative;
	display: block;
	padding: 7px 5px 7px 5px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Museo Sans';
	line-height: 1.1;
	text-transform: capitalize;
	color: #000000;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 4px;
	width: 180px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1000;
	visibility: visible;
	filter: alpha(opacity=0);
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.211764);
}

.nav-menu .sub-menu li {
	float: none;
	background: #fff;
	border-bottom: 1px solid #000;
	border-left: none;
	padding: 0;
	display: block;
	position: relative;
}

.nav-menu .sub-menu li:first-child {
	border-top: 2px solid #000
}

.nav-menu .sub-menu li a {
	text-align: left;
	font-size: 14px;
	font-family: 'Museo Sans';
	font-weight: 300;
	color: #000;
	padding: 9px 12px;
	line-height: 1.1;
	display: block;
}

.nav-menu .sub-menu ul {
	position: absolute;
	top: 0px;
	left: 100%;
	border-top: 0;
	padding-left: 0px;
	padding-top: 0;
	filter: alpha(opacity=0);
	width: 180px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child {
	border-bottom: none;
}

.nav-menu li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav-menu .sub-menu li:hover ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child {
	border-top: none;
}

.nav-menu .sub-menu ul li,
.nav-menu .sub-menu ul li:first-child {
	background: #f8f8f8;
}

.cross_button {
	display: none
}

.nav-menu>.menu-item-has-children>a::before {
	position: absolute;
	content: "";
	display: block;
	height: 8px;
	width: 13px;
	right: -10px;
	top: 13px;
	background: url(../images/menu-down-icon-w.svg) no-repeat;
	transition: all 0.5s ease-in-out;
	background-size: contain;
}

.nav-menu>.menu-item-has-children:hover>a::before {
	background: url(../images/hov-menu-down-icon-w.svg) no-repeat;
	background-size: contain;
}

.nav-menu .sub-menu .menu-item-has-children>a::after {
	content: '';
	position: absolute;
	right: 14px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/sub-menu-plus-fa.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 15px;
	height: 15px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}

.nav-menu .sub-menu .menu-item-has-children:hover a::after {
	background: url(../images/hov-icon-minus-com.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 22px;
	height: 20px;
	right: 11px;
}

.nav-menu>li:hover>a {
	color: #26a7d6;
}

.nav-menu .sub-menu li a:hover {
	color: #fff;
	background-color: #26a7d6;
}

.menu_expand {
	display: none;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 1.2;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	letter-spacing: 3px;
	text-decoration: none;
	float: right;
	border-radius: 5px;
	padding: 13px;
	/* background: #DEE8FD; */
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	opacity: 0;
}

.overlay.active {
	z-index: 100;
	opacity: 1;
}

/* Menu Bar End */
/* Top Bar Start */
.top_menu_section {
	background-color: #fff;
	position: relative;
	z-index: 100;
	padding: 35px 0 30px;
}

.top_details {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.h_top_logo {
	width: 35%;
	padding: 0 10px 0 0;
}

.h_menu_bar {
	width: 65%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.header_menu_sec {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.h_right_sec {
	padding: 0 0 0 10px;
}

.top_right_btn {
	display: inline-flex;
	align-items: center;
	justify-content: end;
}

.login_info {
	display: block;
	margin-left: 23px;
}

.login_info:first-child {
	margin-left: 0;
}

.add_cart_top_r {
	margin-left: 19px;
	display: inline-block;
	margin-right: 18px;
}

.header-cart-inner {
	position: relative;
}

.login_info>img {
	max-width: 24px;
}

.login_user.login_info img {
	max-width: 20px;
}

.header-cart-count {
	position: absolute;
	top: 0;
	color: #000;
	font-size: 15px;
	font-weight: 300;
}

.site-header-cart {
	position: absolute;
	top: 100%;
	padding: 0px;
	display: none;
	z-index: 99;
	background-color: #fff;
	min-width: 300px;
	right: -15px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.18);
	padding: 18px 15px;
	text-align: left;
}

.site-header-cart {
	max-height: 520px;
	overflow-y: scroll;
}

.site-header-cart .widget_shopping_cart {
	position: static;
}

.site-header-cart .widget_shopping_cart {
	background-color: #ffffff;
	color: #454545;
}

/* Top Bar End */
.banner_section {
	background-color: #dedede;
	background: linear-gradient(281deg, rgba(222, 222, 222, 1) 0%, rgba(255, 255, 255, 1) 36%, rgba(228, 228, 228, 1) 100%);
	/* padding: 80px 0; */
}

.banner_section_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.banner_info_b {
	width: 45%;
}

.banner_main_image_b {
	width: calc(55% + 70px);
	margin-left: -70px;
}

.banner_info_inner {
	padding: 80px 0;
	padding-right: 20px;
}

.banner_info_content {
	padding-right: 95px;
}

.banner_main_img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 80px 0;
}

.banner_main_img img {
	display: block;
	width: 100%;
}

/* top_text_sec */
.top_text_section {
	padding: 30px 0 20px;
	background-color: #D5D5D5;
}

.top_text_sec_inner {
	max-width: 632px;
	margin: 0 auto;
	text-align: center;
}

.top_text_sec_inner_02 {
	max-width: 1070px;
	margin: 0 auto;
	text-align: center;
}

.top_text_sec_inner_02 .heading_02 h2 {
	margin-bottom: 12px;
}

.top_text_sec_inner .heading_02 h2 {
	margin-bottom: 6px;
}

.top_text_sec_inner p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #000000;
}

/* product section */
.product_section {
	padding: 120px 0;
}

.product_section.product_section_inverse {
	padding: 0px 0 120px;
}

.product_section_inner {
	display: flex;
	flex-wrap: wrap;
	/* margin: 0 -20px; */
}

.product_sec_first_box {
	width: 40%;
}

.product_sec_second_box {
	width: 60%;
}

.product_sec_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	background-color: #000;
}

.product_sec_img img {
	display: block;
	height: 100%;
	object-fit: contain;
	margin: 0 auto;
}

.product_sec_info {
	padding-left: 70px;
}

.product_section_inverse {
	.product_sec_info {
		padding-left: 0;
		padding-right: 70px;
	}
}

.product-swiper-button-next:after,
.product-swiper-button-prev:after {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 32px;
	font-weight: 300;
	/* width: 50px;
	height: 50px;
	min-width: 50px; */
	padding: 10px;
}

.product-swiper-button-next {
	right: 20px;
}

.product-swiper-button-prev {
	left: 20px;
}

.product_info_title {
	margin-bottom: 25px;
}

.product_info_title h2 {
	margin-bottom: 5px;
}

.product_info_title p {
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}

.product_info_content ul {
	list-style: disc;
	padding-left: 20px;
}

.product_info_content ul li {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	color: #000000;
	padding-bottom: 5px;
}

.product_info_content ul li:last-child {
	padding-bottom: 0;
}

.product_info_btn {
	padding-top: 30px;
}

.footer_section {
	background-color: #e0e0e0;
}

.footer_sec_inner {
	padding: 60px 0;
}

.footer_sec_inner {
	display: flex;
	flex-wrap: wrap;
}

.footer_img_b {
	width: 25%;
}

.footer_content_block {
	width: 75%;
	padding-right: 90px;
	padding-left: 40px;
}

.footer_content_block .paragraph_p p {
	line-height: 1.4;
}

.copy_right_sec {
	padding-bottom: 20px;
}

.copy_right_sec .paragraph_p p {
	font-size: 14px;
	line-height: 1.4;
}

.p_t_price p {
	font-family: 'Museo Sans';
	font-size: 30px;
	font-weight: 300;
	line-height: 1.2;
	color: #000000;
	display: block;
	position: relative;
}

.product_rate_row {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.product_rate_item_m {
	margin-right: 40px;
}

.price_check_quantity {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 97px;
}

.buy_now_bt .site_btn {
	border-color: #000000;
	background-color: #000;
	min-width: 129px;
	color: #fff;
}

.buy_now_bt .site_btn:hover {
	background-color: #ffffff;
	color: #000000;
	border-color: #000000;
}

.quantity_min_plus {
	width: 100%;
	height: 37px;
	text-align: center;
	display: inline-block;
	outline: none;
	border: 2px solid #B2B2B2;
	border-radius: 0px;
	background: #F3F3F3;
	padding: 6px 6px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Museo Sans';
}

.price_check_quantity span {
	width: 24px;
	text-align: center;
	cursor: pointer;
	padding: 10px 0;
}

.price_check_quantity span img {
	max-width: 20px;
}

.product_rate_item_l {
	min-width: 140px;
}

.login_info.search_bar_box {
	min-width: 24px;
	max-width: 24px;
}

.icon_close {
	display: none;
}

.search_bar_box .search_bar_item {
	display: none;
	max-width: none;
}

.close_icon_x {
	display: none;
}

.close_icon_x svg {
	width: 16px;
	height: 16px;
	margin: 0 auto;
}

.icon_close {
	display: block;
	cursor: pointer;
	outline: none;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	border: 0;
}

.search_bar_box.mob_hide_search {
	display: none;
}

.search_bar {
	color: #000;
	font-size: 16px;
	background-color: #f4f4f4;
	font-weight: 300;
	line-height: normal;
	border-radius: 0;
	outline: 0;
	border: 0;
	border-bottom: 1px solid #000;
	width: 100%;
	font-family: 'Museo Sans';
	padding: 10px 40px 10px 14px;
}

.search_bar:focus {
	border-color: #26a7d6;
}

.search_bar_box input[type=submit].search_icon_b {
	background: transparent;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg clip-path="url(%23clip0_15_152)"%3E%3Crect width="24" height="24" fill="none"/%3E%3Ccircle cx="10.5" cy="10.5" r="6.5" stroke="%23000000" stroke-linejoin="round"/%3E%3Cpath d="M19.6464 20.3536C19.8417 20.5488 20.1583 20.5488 20.3536 20.3536C20.5488 20.1583 20.5488 19.8417 20.3536 19.6464L19.6464 20.3536ZM20.3536 19.6464L15.3536 14.6464L14.6464 15.3536L19.6464 20.3536L20.3536 19.6464Z" fill="%23000000"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_15_152"%3E%3Crect width="24" height="24" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: calc(100% - 8px), center;
	background-size: 21px;
	border: none;
	font-size: 0;
	height: 100%;
	width: 40px;
	cursor: pointer;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search_bar_box.mob_hide_search {
	width: 100%;
	position: absolute;
	right: 0;
	max-width: 300px;
	top: 100%;
	padding-left: 0;
	margin: 5px 0 0px;
	display: none;
	opacity: 0;
	visibility: hidden;
}

.active_search .search_bar_box.mob_hide_search {
	display: block;
	opacity: 1;
	visibility: visible;
}

.active_search .close_icon_x {
	display: block;
}

.active_search .close_icon_sch {
	display: none;
}

@media screen and (min-width: 1550px) {

	/* .wrapper {
	max-width: 1340px;
	padding: 0 20px;
	} */
	.banner_info_content {
		padding-right: 122px;
	}

	.banner_main_image_b {
		width: calc(55% + 92px);
		margin-left: -92px;
	}

	.site_btn {
		border: 2px solid #cacaca;
	}
}

@media screen and (max-width: 1550px) {
	.product_sec_info {
		padding-left: 60px;
	}

	.product_section_inverse {
		.product_sec_info {
			padding-left: 0;
			padding-right: 60px;
		}
	}

	.product_info_btn {
		padding-top: 35px;
	}

	.product_rate_row {
		margin-top: 40px;
	}

	.product_info_title {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1280px) {
	.top_menu_section {
		padding: 25px 0 22px;
	}

	.nav-menu>li {
		margin: 0 11px;
	}

	.banner_info_b {
		width: 54%;
	}

	.banner_main_image_b {
		width: calc(46% + 70px);
		margin-left: -70px;
	}

	.product_section {
		padding: 80px 0;
	}

	.product_section.product_section_inverse {
		padding: 0px 0 80px;
	}

	.product_sec_info {
		padding-left: 40px;
	}

	.product_section_inverse {
		.product_sec_info {
			padding-left: 0;
			padding-right: 40px;
		}
	}

	.product_sec_first_box {
		width: 47%;
	}

	.product_info_btn {
		padding-top: 30px;
	}

	.site_btn {
		min-width: 129px;
		padding: 13px 18px;
	}

	.product_rate_row {
		margin-top: 30px;
	}

	.buy_now_bt .site_btn {
		min-width: 120px;
	}

	.product_section_inner {
		align-items: flex-start;
	}

	.top_text_sec_inner_02 .heading_02 h2 {
		margin-bottom: 7px;
		font-size: 27px;
	}

	.product-swiper-button-next:after,
	.product-swiper-button-prev:after {
		font-size: 26px;
	}

	.product-swiper-button-prev {
		left: 15px;
	}

	.product-swiper-button-next {
		right: 15px;
	}

	.footer_content_block {
		padding-right: 0;
	}

	.product_sec_second_box {
		width: 53%;
	}

	.login_info {
		margin-left: 20px;
	}

	.sticky_header_inner .main_logo_info {
		width: 90%;
	}
}

@media screen and (max-width: 1140px) {}

@media screen and (max-width:992px) {
	.nav-menu .sub-menu {
		transition: opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease;
		box-shadow: none;
		left: 0;
	}

	.menu_expand {
		display: block;
	}

	.site-menu {
		position: relative;
		min-height: 1px;
		vertical-align: middle;
		padding-top: 0px;
	}

	.nav-menu {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		bottom: 0;
		z-index: 100;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto
	}

	.nav-menu.state-active {
		clear: both;
		left: 0;
		opacity: 1;
		visibility: visible
	}

	.nav-menu {
		float: none;
		text-align: center;
		margin-right: 0px;
		background: #fff;
		width: 100%;
		padding-top: 75px;
		padding-bottom: 80px;
	}

	.nav-menu li {
		float: none;
		margin: 0px;
		border-bottom: none;
		padding: 0;
		display: block
	}

	.nav-menu li a {
		padding: 10px 20px;
		color: #000;
		font-size: 18px;
		line-height: 1.1;
	}

	.nav-menu>li:hover>a {
		color: #26a7d6;
	}

	.expand_plus {
		position: absolute;
		right: 8px;
		top: 0;
		width: 35px;
		height: 42px;
		padding: 25px 10px 2px;
		cursor: pointer;
		z-index: 100;
	}

	.expand_plus i {
		display: block;
		position: relative;
		width: 12px;
		height: 10px;
		top: -8px;
	}

	.expand_plus.active i {
		background-position: 0px -190px
	}

	.nav-menu .sub-menu .expand_plus {
		height: 34px
	}

	.nav-menu .sub-menu,
	.nav-menu .sub-menu ul {
		width: auto;
		position: relative;
		display: none;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.nav-menu .sub-menu li {
		background: none;
		border-bottom: none;
	}

	.nav-menu .sub-menu li:hover>a,
	.nav-menu .sub-menu ul li a {
		border: none
	}

	.nav-menu .sub-menu.active-children {
		display: block
	}

	.nav-menu .sub-menu ul {
		padding-left: 0px;
	}

	.nav-menu .sub-menu ul {
		left: 0;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		border: none;
	}

	.nav-menu .sub-menu ul:before {
		display: none;
	}

	.nav-menu li a {
		text-align: left;
	}

	.nav-menu .sub-menu li a:hover {
		border: none;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		background: none;
	}

	.nav-menu .sub-menu li a {
		border: none;
		padding-left: 40px;
		font-size: 15px;
	}

	.nav-menu .sub-menu ul {
		background: none;
		-webkit-transform: translate(0);
	}

	.expand_plus active {
		top: 100px;
	}

	.expand_plus active i {
		top: 200px;
	}

	.nav-menu .sub-menu ul li a {
		padding-left: 65px;
	}

	.nav-menu .sub-menu li:first-child {
		border-top: none;
	}

	.nav-menu .sub-menu li a:hover {
		color: #26a7d6;
		background: none;
	}

	.cross_button {
		margin-top: 20px;
		display: block;
		text-align: center;
		position: absolute;
		top: 0px;
		right: 20px;
	}

	.cross_button a {
		font-size: 22px;
		color: #242323;
		cursor: pointer;
		border: 1px solid #242323;
		border-radius: 3px;
		padding: 4px;
		display: inline-block;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 1.2;
	}

	.menu_expand i {
		height: 2px;
		background: #1b3774;
		display: block;
		width: 41px;
	}

	.menu_expand i:nth-child(2) {
		margin: 7px 0;
	}

	.menu_section {
		padding-bottom: 14px;
		background: #2c688c;
		padding-top: 14px;
	}

	.nav-menu>li>a {
		background: none;
	}

	.nav-menu>li:hover>a {
		background: none;
	}

	.nav-menu>.menu-item-has-children>a:after {
		display: none
	}

	.nav-menu>li>a {
		border-bottom: none;
	}

	.nav-menu>li:hover>a {
		border-bottom: none;
	}

	.nav-menu>li>a:hover:before {
		display: none
	}

	.nav-menu>li>a:hover:after {
		display: none
	}

	.expand_plus:after {
		margin-right: -2px;
		transform: translate(-50%, -50%) rotate(-135deg);
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -2px;
		box-sizing: border-box;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		transform-origin: center;
	}

	.expand_plus.active:after {
		transform: translate(-50%, -50%) rotate(45deg);
	}

	.m_close_icon:before,
	.m_close_icon:after {
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		background: #000;
		top: 20px;
		left: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_close_icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.nav-menu>.menu-item-has-children>a::before {
		display: none;
	}

	.nav-menu .sub-menu .menu-item-has-children>a::after {
		display: none;
	}

	.h_menu_bar {
		width: 55%;
	}

	.h_top_logo {
		width: 45%;
	}

	.header_menu_sec {
		padding-right: 15px;
	}

	.top_menu_section {
		padding: 19px 0 15px;
	}

	.banner_info_content {
		padding-right: 55px;
	}

	.banner_main_img {
		padding: 70px 0;
	}

	.banner_info_inner {
		padding: 70px 0;
	}

	.banner_info_inner h1 {
		font-size: 28px;
		line-height: 1.3;
		margin-bottom: 15px;
	}

	.banner_info_inner p {
		font-size: 18px;
	}

	.banner_main_image_b {
		width: calc(45% + 30px);
		margin-left: -30px;
	}

	.banner_info_b {
		width: 55%;
	}

	.heading_02 h2 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.top_text_section {
		padding: 25px 0 20px;
	}

	.top_text_sec_inner .heading_02 h2 {
		margin-bottom: 3px;
	}

	.product_section {
		padding: 70px 0;
	}

	.product_section.product_section_inverse {
		padding: 0px 0 70px;
	}

	.product_info_title p {
		font-size: 15px;
	}

	.product_info_title h2 {
		margin-bottom: 2px;
	}

	.product_info_title {
		margin-bottom: 15px;
	}

	.product_info_content ul li {
		font-size: 15px;
		line-height: 1.5;
	}

	.product_info_btn {
		padding-top: 25px;
	}

	.site_btn {
		min-width: 124px;
		padding: 12px 18px;
	}

	.p_t_price p {
		font-size: 26px;
	}

	.product_rate_item_l {
		min-width: 110px;
	}

	.product_rate_item_m {
		margin-right: 30px;
	}

	.buy_now_bt .site_btn {
		min-width: auto;
		padding: 10px 16px;
	}

	.top_text_sec_inner_02 .heading_02 h2 {
		font-size: 24px;
	}

	.top_text_sec_inner_02 .heading_02 h2 br {
		display: none;
	}

	.top_text_section {
		padding: 25px 0 18px;
	}

	.product-swiper-button-next:after,
	.product-swiper-button-prev:after {
		font-size: 23px;
	}

	.product-swiper-button-prev {
		left: 10px;
	}

	.product-swiper-button-next {
		right: 10px;
	}

	/* ///////////////////////////// */
	.sticky_header_inner {
		padding: 9px 0;
	}
}

@media screen and (max-width:767px) {
	.h_top_logo {
		width: 54%;
	}

	.h_menu_bar {
		width: 46%;
	}

	.header_menu_sec {
		padding-right: 5px;
	}

	.login_user.login_info img {
		max-width: 18px;
	}

	.login_info>img {
		max-width: 22px;
	}

	.add_cart_top_r {
		margin-left: 15px;
		margin-right: 15px;
	}

	.login_info {
		margin-left: 17px;
	}

	.top_menu_section {
		padding: 14px 0 12px;
	}

	.banner_section_inner {
		flex-direction: column-reverse;
		flex-wrap: wrap;
	}

	.banner_info_b,
	.banner_main_image_b {
		width: 100%;
	}

	.banner_main_image_b {
		margin-left: 0;
	}

	.banner_main_img {
		padding: 50px 0 0;
	}

	.banner_info_inner {
		padding: 50px 0 60px;
	}

	.banner_info_content {
		padding-right: 0;
	}

	.product_sec_first_box,
	.product_sec_second_box {
		width: 100%;
	}

	.product_sec_info {
		padding-left: 0;
		padding-top: 15px;
	}

	.product_section_inverse {
		.product_sec_info {
			padding-left: 0;
			padding-right: 0;
		}
	}

	.product_section_inverse {
		.product_section_inner {
			flex-direction: column-reverse;
		}
	}

	.footer_img_b,
	.footer_content_block {
		width: 100%;
	}

	.footer_content_block {
		padding-left: 0;
		padding-top: 20px;
	}

	.footer_sec_inner {
		padding: 60px 0 20px;
	}

	.copy_right_sec {
		padding-bottom: 15px;
	}

	.paragraph_p p {
		font-size: 15px;
		line-height: 1.6;
		padding-bottom: 12px;
	}
}

@media screen and (max-width:479px) {
	.top_details {
		flex-wrap: wrap;
		gap: 12px;
	}

	.login_info {
		margin-left: 20px;
	}

	.add_cart_top_r {
		margin-left: 20px;
	}

	.login_user.login_info img {
		max-width: 19px;
	}

	.login_info.search_bar_box {
		min-width: 25px;
		max-width: 25px;
	}

	.h_top_logo {
		width: 100%;
		padding: 0;
	}

	.h_menu_bar {
		width: 100%;
		justify-content: space-between;
	}

	.header_menu_sec {
		padding-left: 0;
	}

	.menu_expand {
		padding: 10px 10px 10px 0;
	}

	.top_menu_section {
		padding: 15px 0 8px;
	}

	.login_info>img {
		max-width: 25px;
	}

	.banner_main_img {
		padding: 40px 0 0;
	}

	.banner_info_inner {
		padding: 30px 0 60px;
	}

	.banner_info_inner p {
		font-size: 16px;
	}

	.banner_info_inner h1 {
		font-size: 25px;
		line-height: 1.2;
		margin-bottom: 10px;
	}

	.top_text_sec_inner .heading_02 h2 {
		font-size: 23px;
		margin-bottom: 5px;
	}

	.product_section {
		padding: 60px 0;
	}

	.product_section.product_section_inverse {
		padding: 0px 0 60px;
	}

	.heading_02 h2 {
		font-size: 26px;
	}

	.product-swiper-button-next:after,
	.product-swiper-button-prev:after {
		font-size: 20px;
	}

	.site_btn {
		min-width: 114px;
		font-size: 15px;
		padding: 10px 15px;
	}

	.product_info_btn {
		padding-top: 20px;
	}

	.product_rate_row {
		margin-top: 20px;
	}

	.price_check_quantity {
		gap: 5px;
		width: 83px;
	}

	.quantity_min_plus {
		height: 34px;
		border: 1px solid #B2B2B2;
		font-size: 15px;
	}

	.product_rate_item_r {
		width: 100%;
		margin-top: 15px;
	}

	.product_rate_row {
		flex-wrap: wrap;
	}

	.p_t_price p {
		font-size: 24px;
	}

	.product_rate_item_l {
		min-width: 120px;
	}

	.product_rate_item_m {
		margin-right: 0;
	}

	.buy_now_bt .site_btn {
		padding: 10px 18px;
	}

	.top_text_sec_inner_02 .heading_02 h2 {
		font-size: 22px;
	}

	.footer_img_b {
		max-width: 215px;
	}

	.search_bar_box.mob_hide_search {
		max-width: none;
	}

	.sticky_header_inner .main_logo {
		width: 75%;
	}

	.sticky_header_inner .top_details {
		gap: 6px;
	}

	.sticky_header_inner {
		padding: 9px 0 3px;
	}
}