@media screen and (max-width: 1200px) and (min-width: 992px) {
	.navbar-nav .nav-link {
		padding: 12px 6px;
		font-size: 13px;
	}
	.social-nav-link-one {
		margin-left: 10px;
	}
	a.nav-link.social-nav-link {
		font-size: 23px;
		padding: 0 3px;
	}

	.desktop_logo img {
		max-width: 100px;
	}
	.desktop_logo img {
		max-width: 120px;
		filter: drop-shadow(2px 4px 6px black);
	}
	.navbar-nav .dropdown-menu {
		width: 820px;
	}
	.megamenu h5 {
		font-size: 15px;
	}
	.megamenu a.dropdown-item {
		font-size: 12px;
	}
}






/* Mobile Menu */

@media screen and (max-width: 992px) {
	.main {
		padding-top: 90px;
	}
	.header_desktop {
		display: none;
	}
	.header_2_cart {
		width: 100%;
	}
	.header_2_search {
		width: 100%;
	}
	ul.navbar-nav.flex-row.mr-auto {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}
	.dropdown-menu.megamenu {
		position: unset !important;
		width: 100% !important;
	}
	.dropdown-menu.megamenu .col-12 {
		padding: 5px 0;
	}
	.social-nav-link-one {
		margin: 0 !important;
	}
	.social-nav-link {
		display: none;
	}
	.header1 {

	}
	.header_1_left ul li a {
		display: block;
	}
	.header_1_content ul li {
		display: block;
	}
	.header_1_content.header_1_left {
		border-top: 1px solid white;
		padding-top: 5px;
	}
	.header_3_menu_item_content .dropdown-toggle::after {
		display: inline-block;
		position: absolute;
		right: 0;
		font-size: 23px;
		top: 17px;
	}
	.header_1_right {
		position: fixed;
		bottom: 0;
		right: 0;
		width: 320px;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
		right: -120%;
		transition: 0.3s ease all !important;
	}
	.header_1_right ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.header_1_right ul li a {
		font-size: 19px;
		padding: 11px 17px;
	}



	.products_categories_content h3 {
		font-size: 22px;
	}
	.products_categories_link a {
		font-size: 14px;
	}
	.s3_content_right {
		margin-top: 30px;
	}
	.ftr_1_left {
		margin-bottom: 20px;
	}

	.ftr_2 {
		padding-left: 0;
	}
	.ftr_1_left h5 {
		padding-top: 10px;
	}
	.megamenu:before {
		content: unset;
	}
	.megamenu:after {
		content: unset;
	}


}

@media screen and (min-width: 992px) {
	header.header.header_mobile {
		display: none;
	}

}


@media screen and (max-width: 992px) and (min-width: 768px) {



}



@media screen and (max-width: 767px) {
	.mobile_logo_text h2 {
		font-size: 17px;
		margin-left: 12px;
	}
	.mobile_logo_img img {
		max-width: 65px;
	}

	.main {
		height: auto;
	}
	.main_content h1 {
		font-size: 40px;
	}
	.product_categories_main {
		margin: 10px 0;
	}
	.s3_content_left p {
		padding: 0;
	}

	.ftr_1_left h3 {
		font-size: 20px;
	}
	.footer_logo img {
		max-width: 71px;
		margin-right: 15px;
	}
	.list-style-none {
		margin: 0;
		padding: 5px 0;
	}
	.ftr_2_right ul li a {
		text-align: left;
	}

}


@media screen and (max-width: 576px) {
	.contactus_floating_btn a {
		display: none;
	}
}




