/******** min 768 ********/
@media (min-width: 768px) {


}



/******** min 992 ********/
@media (min-width: 992px) {


}



/******** min 1200 ********/
@media (min-width: 1200px) {


}



/******** max 767 ********/
@media (max-width: 767px) {


}



/******** min 768 & max 991 ********/
@media (min-width: 768px) and (max-width: 991px) {



}



/******** min 992 & max 1199 ********/
@media (min-width: 992px) and (max-width: 1199px) {


}

/******** max 1400 ********/
@media (max-width: 1400px) {



}


/******** max 1199 ********/
@media (max-width: 1199px) {


}



/******** max 1024 ********/
@media (max-width: 1024px) {


}



/******** max 900 ********/
@media screen and (max-width: 900px) {


}



/******** max 767 ********/
@media screen and (max-width: 767px) {
	.header-search{
		width: 100%
	}
	.elementor-nav-menu--dropdown{
		background-color: unset;
	}
	.elementor-nav-menu--dropdown ul{
		border: 1px solid #cccccc;
		width: 80%;
		background-color: #fff9eb;
		border-radius: 8px;
		margin: 8px auto;
	}
	.price-box-wrapper {
		display: grid;
		gap: 52px;
		justify-content: center;
		margin: 35px 0 0 0;
	}
	.price-box-wrapper .price-box-item {
		width: 100%;
	}
	.custom-product-availability-table .custom-product-name .custom-buy-button{
		position: relative;
		margin: 17px 0 0 0;
		display: block;
	}
	.home-slider .swiper-slide-contents {
		margin: 113px 0 0 0;
	}
	
	
	
	


}



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


}



/******** max 480 ********/
@media screen and (max-width: 480px) {


}