@media only screen and (max-width:1600px){
	.search_bar {
		max-width: 800px;
	}
}
@media only screen and (max-width:1440px){
	.container {
		max-width: 1280px;
	}
	.container.type_2 {
		max-width: 1280px;
	}
	.mega_menu_wrap {
		max-width: 1280px;
	}
	.logo_box {
		max-width: 125px;
	}
	.search_bar {
		max-width: 615px;
		height: 50px;
	}
	.search_bar .gen_btn {
		height: 42px;;
		font-size: 16px;
	}
	.header_action_btn_wrap .actions_btn {
		font-size: 16px;
		color: #000;
		width: 94px;
		height: 48px;
		transition: all 0.25s;
		border-radius: 2px;
	}
	.nav_item {
		font-size: 14.5px;
	}
	.sec_two_row_first .left_col .img_box {
		max-width: 300px;
		height: 300px;
	}
	.sec_two_row_first .right_col {
		width: calc(100% - 300px);
	}
	.gen_card {
		padding: 20px 20px;
	}
	.gen_card .img_box {
		right: 10px;
		bottom: 10px;
		max-width: 90px;
	}
	.sec_two_row_first .left_col .img_box .txt_box .title {
		font-size: 26px;
		margin-bottom: 10px;
	}
	.sec_two_row_first .left_col .img_box .txt_box .gen_btn {
		max-width: 140px;
	}
	.banner_slider .swiper-slide img {
		height: 330px;
	}
	.sec_two_row_first .left_col .img_box .txt_box .gen_btn {
		background: #fff;
		color: #000;
		max-width: 155px;
		height: 48px;
		font-size: 13px;
		font-weight: 600;
		padding: 0px 15px;
	}
	.gen_btn {
		font-size: 16px;
	}
	.deals_main_card .img_box {
		max-width: 250px;
		margin-bottom: 5px;
		height: 250px;
	}
	.actions_btn_rounded {
		width: 38px;
		height: 38px;
	}
	.actions_btn_rounded svg {
		max-width: 15px;
	}
	.deals_card .main_btn {
		font-size: 13px;
		padding: 0px 10px;
		height: 35px;
	}
	.deals_card {
		padding: 15px;
	}
	.intro_card {
		padding: 60px 45px;
		height: 400px;
	}
	.products_card {
		max-width: 230px;
	}
	.products_card .img_box {
		max-width: 130px;
		height: 145px;
	}
	.products_card .text_box .p_name {
		font-size: 15px;
	}
	.lang_select {
		font-size: 14px;
		padding: 10px 30px;
	}
	.header_top_title {
		font-size: 14px;
	}
	.gender_checkbox .custom-checkbox {
		width: 70px;
		height: 35px;
	}
	.gen_card .title {
		margin-bottom: 5px;
	}
	.gen_card .price {
		font-size: 15px;
	}
	.intro_card.type_2 .title {
		font-size: 36px;
	}
	.footer {
		padding: 50px 0px 0px 0px;
	}
	.footer_col ul li a {
		font-weight: 400;
	}
	a.d-block.pb-3.text-center {
		max-width: 105px;
		margin: 0 auto;
	}
	.product_list_card .img_box img {
		height: 205px;
	}
	.product_filters .heading {
		font-size: 18px;
	}
	.product_filters .heading.heading_top  {
		font-size: 25px;
	}
	.products_accordians .accordion-button::after {
		width: 15px;
		height: 15px;
		background-size: 15px;
	}
	.products_list_col_1 {
		max-width: 285px;
	}
	.products_list_col_2 {
		width: calc(100% - 295px);
	}
	.gender_checkbox {
		gap: 5px;
	}
	.gender_checkbox label {
		width: 45%;
		margin-bottom: 5px;
	}
	.gender_checkbox .custom-checkbox {
		width: 100%;
	}
	.product_name {
		font-size: 14px;
	}
	.product_price .price_1 {
		font-size: 22px;
	}
	.order-summary-card {
		max-width: 350px;
		margin-left: auto;
	}
	.cart-list-item {
		padding: 15px 0;
	}
	.product_details_wrap .gender_checkbox {
		max-width: 310px;
		flex-wrap: nowrap;
	}
}
@media only screen and (max-width:1280px){
	.products_card {
		max-width: 275px;
	}
	.products_card .img_box {
		max-width: 180px;
	}
	.search_input {
		font-size: 15px;
	}
	.search_bar {
		max-width: 575px;
	}
}
@media only screen and (max-width:1024px){
	body.active {
		overflow-y: hidden;
	}
	.header_bottom_bar {
		border-top: 0;
		border-bottom: 0;
		padding: 40px 0px;
		position: fixed;
		top: 0;
		left: -220px;
		background: #fff;
		z-index: 999;
		min-height: 100vh;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		width: 220px;
		transition: all 0.5s;
	}
	.header_bottom_bar.active {
		left: 0;
	}
	.header_bottom_bar .nav_bar {
		align-items: flex-start;
		flex-direction: column;
	}
	.header_action_btn_wrap .action_icon .fa-solid {
		font-size: 18px;
		color: #000;
		display: block;
	}
	.nav_bar li {
		padding-bottom: 15px;
	}
	.nav_item {
		font-size: 14.5px;
	}
	.logo_box {
		max-width: 105px;
	}
	.search_bar {
		max-width: 490px;
		height: 45px;
	}
	.search_bar .gen_btn {
		font-size: 16px;
		padding: 0px 10px;
		font-size: 13px;
		height: 38px;
	}
	.header_action_btn_wrap .actions_btn {
		font-size: 14px;
		width: 80px;
		height: 45px;
	}
	.header_action_btn_wrap .action_icon {
		margin-left: 10px;
	}
	.index_banner {
		padding: 20px 0;
	}
	.banner_slider .swiper-slide img {
		height: 270px;
		overflow: hidden;
	}
	.search_bar {
		max-width: 315px;
	}
	.search_input {
		font-size: 14px;
	}
	.mega_menu_wrap {
		top: 75px;
		left: 85%;
		border-radius: 0px 5px 5px 5px;
	}
	.mega_menu_wrap .row .col-12 {
		width: 100%!important;
	}
}
@media only screen and (max-width:991px){
	.sec_two_row_first {
		flex-direction: column;
	}
	.sec_two_row_first .left_col .img_box {
		max-width: 100%;
		height: 300px;
	}
	.sec_two_row_first .right_col {
		width: 100%;
		border: 0;
	}
	.intro_card .title {
		font-size: 25px;
	}
	.intro_card .desc {
		font-size: 14px;
	}
	.sec_three_row_first {
		height: auto;
		flex-direction: column;
	}
	.sec_three_row_first .left_col {
		max-width: 100%;
	}
	.sec_three_row_first .right_col {
		width: 100%;
	}
	.deals_count {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.top_text_bar .align-items-center {
		flex-direction: column;
		align-items: flex-start!important;
	}
	.deals_count span {
		margin-left: 0px;
	}
	.intro_card.type_2 {
		height: auto;
	}
	.product_filters {
		padding: 10px;
		position: fixed;
		width: 280px;
		background: #fff;
		top: 0;
		left: -300px;
		z-index: 999;
		min-height: 100vh;
		transition: all 0.25s;
		padding: 15px 0px 30px 15px;
	}
	.product_filters.active {
		left: 0;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}
	.featured_products {
		position: relative;
	}
	.filter_btn_respo {
		display: flex;
	}
	.respo_wrap {
		max-height: 700px;
		overflow-y: auto;
		padding-right: 25px;
	}
	.sort_list .form-check-label {
		font-size: 14px;
	}
	.products_list_col_1 {
		width: 0;
	}
	.products_list_col_2 {
		width: 100%;
	}
	.productSlide, .productSlideThumbs, .product_slider_wrap {
		margin: 0 auto;
	}
}
@media only screen and (max-width:768px){
	.lang_select {
		font-size: 10px;
		padding: 5px 10px;
	}
	.header_top_title {
		font-size: 12px;
	}
	.search_bar {
		max-width: 180px;
		height: 40px;
	}
	.search_bar .gen_btn span {
		display: none;
	}
	.search_bar .gen_btn {
		height: 30px;
		width: 30px;
	}
	.search_bar .gen_btn i {
		font-size: 14px;
		margin-left: 0!important;
	}
	.search_input {
		padding: 0px 55px 0px 10px;
	}
	.logo_box {
		max-width: 80px;
	}
	.header_gen_row {
		flex-direction: column;
	}
	.header_gen_row .left_col {
		max-width: 100%;
		width: 100%;
	}
	.header_action_btn_wrap .actions_btn {
		width: 80px;
		height: 40px;
	}
	.header_gen_row .right_col {
		width: 100%;
		padding-top: 10px;
	} 
	.header_action_btn_wrap {
		justify-content: center;
	}
	.header_action_btn_wrap .action_icon {
		margin-left: 20px;
	}
	.header_action_btn_wrap .action_icon svg {
		max-width: 18px;
	}
	.intro_card {
		margin-bottom: 10px;
	}

	.service_box {
		padding: 20px;
	}
	.service_card {
		margin: 10px 0px;
	}
	.products_card {
		max-width: 48%;
	}
	.footer_col {
		max-width: 100%;
		margin: 10px auto;
	}
	.deals_main_card {
		padding: 30px 15px;
		border: 1px solid #E0E0E0;
	}
	.sec_three_row_first .left_col {
		border-right: 0;
	}
	.deals_card .img_box {
		margin: 10px auto;
	}
	.deals_card {
		margin: 12px 0px;
	}
	.sec_three_row_first {
		border: 0;
	}
	.intro_card.type_2 .title {
		font-size: 26px;
		padding-bottom: 10px;
	}
	.intro_card.type_2 .desc {
		font-size: 16px;
	}
	.banner_slider .swiper-slide img {
		height: 200px;
	}
	.google-map {
		margin-top: 20px
	}
	.order-summary-card {
		margin-top: 10px;
		max-width: 100%;
		margin-left: 0;
	}
}
@media only screen and (max-width:575px){
	.header_top_title {
		font-size: 10px;
	}
	.banner_slider .swiper-slide img {
		height: 80px;
	}
	.intro_card {
		padding: 30px 15px;
		flex-direction: column;
		height: auto;
	}
	.intro_card .text_box {
		max-width: 100%;
		width: 100%;
	}
	.intro_card .img_box {
		max-width: 100%;
		padding-top: 24px;
	}
	.top_text_bar .heading {
		font-size: 26px;
	}
	.top_text_bar .heading {
		font-size: 30px;
	}
	.products_card {
		max-width: 100%;
		width: 100%;
	}
	.price_tag {
		width: 48px;
		height: 48px;
		font-size: 15px;
	}
	.intro_card .title {
		font-size: 20px;
	}
	.actions_wrap .main_btn {
		font-size: 14px;
		padding: 0px 10px;
	}
	.actions_wrap .main_btn svg {
		display: none;
	}
	.sec_two_row_first .left_col .img_box .txt_box .title {
		font-size: 21px;
	}
	.sec_two_row_first .left_col .img_box .txt_box {
		top: 10px;
		left: 20px;
	}
	.gen_btn {
		font-size: 14px;
		padding: 0px 12px;
	}
	.deals_count {
		font-size: 12px;
	}
	.actions_wrap {
		margin-top: 30px;
	}
	.products_card .img_box {
		margin: 10px auto 25px auto;
	}
	.productSlide .swiper-wrapper {
		height: 320px;
	}
	.productSlideThumbs .swiper-slide img {
		height: 66px;
	}
	.gen_inner_box .p_name {
		font-size: 16px;
	}
	.seller_details .icon_box {
		width: 45px;
		height: 45px;
	}
	.seller_name {
		font-size: 13px;
	}
	.seller_details {
		flex-direction: column;
		gap: 10px;
	}
	.procust_review p {
		font-size: 10px;
	}
	.cart-list-item {
		flex-direction: column;
		gap: 10px;
		align-items: center;
		text-align: center;
	}
	.cart-list-item .product-action-price {
		width: 100%;
		padding-left: 0;
	}
	.cart-list-item .product-action-price {
		flex-direction: column;
		gap: 6px;
	}
	.order-summary-card .gen_btn {
		border-radius: 10px;
		height: 46px;
	}
	.cart-list-item .product-name {
		width: 100%;
		padding-left: 0;
	}
	.form_heading {
		font-size: 25px;
	}
	.gen_input {
		height: 50px;
		margin-bottom: 10px;
	}
	.product-details-sec {
		padding: 70px 0px;
	}
	.cart-sidebar-inner .top p, .c_heading {
		font-size: 24px;
	}
}	