.select-dropdown {
	display: none !important; 
}
.caret {
	display: none !important; 
}

.mobile_gradient {
	display: none;
}

.descktop_gradient {
	display: block;
	position: fixed !important;
	width: 32% !important;
}

.mobile_footer_img {
	display: none;
}

.descktop_footer_img {
	display: block;
}

.category_btn {
	outline: 0 !important;
}

.main_logo {
	width: 100%;
	margin-top: -8%;
}

.logo_div {
	text-align: center;
}

.back_banner {
	margin-top: 0%;
	padding: 0 !important;
}

.card-content {
	text-align: center;
}

.social_row {
	display: none;
}

.main_logo_a {
	z-index: 100;
	top:10%;
	position: fixed;
	width: 20%;
	margin: 0 auto;
	left: 6%;
	margin: 0;
}

.desktop_filter_btn {
	width: 100% !important;
	border-radius: 25px;
	font-size: 12px;
	text-align: center;
}

.mobile_div {
	display: none;
}

.chip {
	height: auto !important;
}

.back_btn {
	display: none;
}

@media only screen and (max-width: 1900px)
{
	.back_btn {
		display: block;
		width: 100%;
	}

	.back_to_home_btn {
		display: none;
	}
}

@media only screen and (max-width: 1280px)
{
	.main_logo {
		width: 100%;
		margin-top: -8%;
	}

	.logo_div {
		text-align: center;
	}

	.back_banner {
		margin-top: 0%;
		padding: 0 !important;
	}

	.card-content {
		text-align: center;
	}

	.category_div {
		top: 3% !important;
		position: absolute;
		right: 40px !important;
		z-index: 300;
	}

	.social_row {
		display: none;
	}

	.main_logo_a {
		z-index: 100;
		top:10%;
		position: fixed;
		width: 20%;
		margin: 0 auto;
		left: 5%;
		margin: 0;
	}

}


@media only screen and (max-width: 768px) {

	.main_logo {
		width: 80% !important;
		margin-top: 0%;
	}

	#main .content-wrapper-before {
		height: 65%;
	}

	.tab_view {
		width: 100% !important;
	}

	.tab_view_a {
		top: 25% !important;
	}

	.back_banner {
		margin-top: 80%;
	}

	.back_banner_mobile {
		margin-top: 80% !important;
	}

	.page-footer {
		text-align: center;
	}

	.category_div {
		display: none;
	}

	.social_row {
		display: block;
		background: #fff;
		padding: 10px;
		text-align: center;
	}

	.content-wrapper-before {
		margin-top: 16%;
	}

	.category_btn {
		width: 100%;
		margin-top:2%;
		outline: 0 !important;
		border-radius: 25px;
		height: 35px;
	}

	.shop_footer {
		width: 30%;
	}

	.main_logo_a {
		z-index: 100;
		top:140px;
		position: absolute;
		width: 85%;
		margin: 0 auto;
		left: 0;
	}

	.mobile_gradient {
		display: block;
	}

	.descktop_gradient {
		display: none;
	}

	.descktop_footer_img {
		display: none;
	}

	.mobile_footer_img {
		display: block;
	}

	.desktop_filter_btn {
		display: none;
	}

	.desktop_div {
		display: none !important;
	}

	.mobile_div {
		display: block;
	}

}




@media only screen and (max-width: 600px) {

	.main_logo {
		width: 90% !important;
		margin-top: -20%;
	}

	.tab_view_a {
		top: 20% !important;
	}

	#main .content-wrapper-before {
		height: 65%;
	}

	.back_banner {
		margin-top: 85%;
	}

	.back_banner_mobile {
		margin-top: 95% !important;
	}

	.page-footer {
		text-align: center;
	}

	.category_div {
		display: none;
	}

	.social_row {
		display: block;
		background: #fff;
		padding: 10px;
		text-align: center;
	}

	.content-wrapper-before {
		margin-top: 16%;
	}

	.category_btn {
		width: 100%;
		margin-top:2%;
		outline: 0 !important;
		border-radius: 25px;
		height: 35px;
	}

	.shop_footer {
		width: 50%;
	}

	.main_logo_a {
		z-index: 100;
		top:140px;
		position: absolute;
		width: 85%;
		margin: 0 auto;
		left: 0;
	}

	.mobile_gradient {
		display: block;
	}

	.descktop_gradient {
		display: none;
	}

	.descktop_footer_img {
		display: none;
	}

	.mobile_footer_img {
		display: block;
	}

	.desktop_filter_btn {
		display: none;
	}

	.desktop_div {
		display: none !important;
	}

	.mobile_div {
		display: block;
	}

}


