/******** 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) {
	.home-top-slider .swiper-slide-inner{
		bottom: 32px;
	}
	.home-top-slider .elementor-swiper-button-prev {
		bottom: 45px;
		right: 29px !important;
	}
	.home-top-slider .elementor-swiper-button-next {
		bottom: 45px;
		right: 75px !important;
	}
	.header-nav-menu .elementor-nav-menu--dropdown{
		background-color: unset !important;
		border: none !important;
	}
	.header-nav-menu .elementor-nav-menu--dropdown{
		box-shadow: unset !important;
	}
	.header-nav-menu .elementor-nav-menu--dropdown ul.elementor-nav-menu{
		width: 80%;
		margin: 0 auto;
		border: 1px solid #424242;
		background-color: #607D8B;
		border-radius: 10px;
	}
	.newsletter-form input[type="submit"] {
		padding: 0 !important;
		width: 107px !important;
		display: flex !important;
		justify-content: center !important;
	}
	.post-single-content-box .dynamic-intro {
		max-width: 100%;
	}
	.user-menu-button-login .user-toggle {
		padding: 12px 7px 12px 7px;
		font-size: 13px;
		height: 40px;
	}
	.woocommerce-order {
		padding: 30px 14px;
	}
	.woocommerce-order-received .woocommerce-thankyou-order-details li strong {
		font-size: 14px !important;
	}
	.profile-count-order {
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
		width: 100%;
	}
	.profile-count-order .item {
		width: 100%;
	}
	.custom-sort-box svg {
		width: 42px;
	}
	.custom-sort-box ul {
		gap: 6px;
	}
	.tinvwl-table-manage-list{
		border: 1px solid #607d8b;
	}
	.tinvwl-table-manage-list th.product-name{
		background-color: #607d8b;
		color: #fff;
	}
	.tinvwl-table-manage-list tbody{
		padding: 3px 18px;
		display: grid;
		justify-content: center;
	}
	 .custom-search-container .search-box {
        left: 50%;
        top: 40px;
        transform: translateX(-50%) translateY(-10px);
        width: 100vw;
        padding: 16px 16px;
        text-align: center;
        z-index: 10;
        background-color: #ff000000;
    }
    .custom-search-container .search-box input {
        width: 100%;
    }
    .custom-search-container .search-box.active {
        transform: translateX(-54%) translateY(10px);
    }
	.custom-search-container .search-toggle {
		margin: 5px 0 0 -8px;
	}



}



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


}



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


}