/* small devices */

@media only screen and (max-width: 599px) {
	.sticky-wrapper {
		position: relative;
		width: 100%;
		height: 50px !important;
	}

	.section-title h1 {
		font-size: 28px;
	}

	.section-title {
		margin-bottom: 30px;
	}

	.c_1a97ba_349d32e4 {
		height: 170px;
		margin-bottom: 10px;
	}

	.c_7dcae2_5951c0f2 {
		margin-bottom: 15px;
	}

	.header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
		margin-left: 0px;
	}

	.organic-breadcrumb {
		padding-top: 0px;
	}

	.default-select .current {
		margin-right: 0;
		font-weight: 300;
	}

	.cart_area {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.product_image_area {
		padding-top: 50px;
	}

	.breadcrumb-banner nav a {
		display: inline-block;
		color: #fff;
		font-weight: 400;
		font-size: 13px;
	}

	.s_product_text .card_area .primary-btn {
		line-height: 24px;
		padding: 5px 10px;
		text-transform: uppercase;
		margin-right: 10px;
		font-size: 12px;
	}

	.mt-xs-15 {
		margin-top: 15px;
	}

	.carousel-item {
		height: 180px;
	}

	.btn-whatsapp {
		font-size: 10px !important;
		text-transform: capitalize !important;
		background: #4FCE5D !important;
		font-weight: 600 !important;
		padding: 0;
		padding-left: 5px;
		padding-right: 5px;
	}

	.navbar-brand {
		height: 50px;
		width: 110px;
	}

	.img-related {
		height: 80px;
	}

	.login_box_area .login_box_img {
		margin-right: 0;
		position: relative;
	}
}

/* ===============> iphone 5s/SE <=============== */
@media (min-width:320px) and (max-width:359px) {
	.cat-area {
		height: 154px;
		background-color: #f5f5f5;
	}
}

/* ===============>   <=============== */
@media (min-width:360px) and (max-width:374px) {
	.cat-area {
		height: 154px;
		background-color: #f5f5f5;
	}
}

/* ===============> Iphone 6/7/8/X/XS  <=============== */

@media (min-width:375px) and (max-width:385px) {
	.cat-area {
		height: 154px;
		background-color: #f5f5f5;
	}
}

/* ===============> iphone 6/7/8 plus/XR  <=============== */

@media (min-width:386px) and (max-width:414px) {
	.cat-area {
		height: 174px;
		background-color: #f5f5f5;
	}
}

@media (min-width:600px) and (max-width:767px) {}

/* Medium devices (landscape tablets, 768px and up) */

@media (min-width:768px) and (max-width:992px) {}

@media (min-width:1024px) and (max-width:1200px) {}

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

/* Large devices (laptops/desktops, 992px and up) */

@media only screen and (min-width: 992px) {}

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

/* Extra large devices (large laptops and desktops, 1200px and up) */

@media only screen and (min-width: 1200px) {}