@charset "utf-8";
/* CSS Document */
/******************************
[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px
******************************/
@media only screen and (max-height: 920px)
{
	.home_slider_dots_container
	{
		display: none !important;
	}
}
/************ 1780px ************/
@media only screen and (max-width: 1780px)
{
	.main_nav
	{
		margin-left: 100px;
	}
}
/************ 1. 1600px ************/
@media only screen and (max-width: 1600px)
{
	.main_nav { margin-left: 70px;}
	.main_nav ul li:not(:last-of-type){ margin-right: 39px;}
}
/************ 2. 1440px ************/
@media only screen and (max-width: 1440px)
{

}
/************ 3. 1380px ************/
@media only screen and (max-width: 1380px)
{
	.main_nav { display: block; }
	.header_phone > div:first-child > div
	{
		width: 24px;
		height: 24px;
	}
	.header_phone > div:last-child
	{
		font-size: 14px;
	}
	.hamburger { display: none; }
    .main_nav ul li a { font-size: 15px; }
}
/************ 3. 1280px ************/
@media only screen and (max-width: 1280px)
{
	.main_nav
	{
		display: none;
	}
	.header_phone > div:first-child > div
	{
		width: 24px;
		height: 24px;
	}
	.header_phone > div:last-child
	{
		font-size: 14px;
	}
	.hamburger
	{
		display: block;
	}
	 .main_nav ul li a {
        font-size: 17px;
    }
}
/************ 4. 1199px ************/
@media only screen and (max-width: 1199px)
{
    .main_nav
	{
		display: none;
	}
	.products_bar_links ul li:not(:last-of-type)
	{
		margin-right: 35px;
	}
    	.hamburger
	{
		display: block;
	}
}
/************ 4. 1100px ************/
@media only screen and (max-width: 1100px)
{
}
/************ 5. 1024px ************/
@media only screen and (max-width: 1024px)
{
	.d-md-block { display: none!important;}
}
/************ 6. 991px ************/
@media only screen and (max-width: 991px)
{
	.header_phone
	{
		display: none !important;
	}
	.home_item_side
	{
		margin-top: 127px;
	}
	.header_content
	{
		padding-right: 25px;
	}
	.products_bar_side
	{
		margin-top: 10px;
	}
	.footer_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
	.footer_content
	{
		padding-bottom: 120px;
	}
	.footer_social
	{
		margin-top: 100px;
	}
	.footer_nav ul li:not(:last-of-type)
	{
		margin-right: 27px;
	}
	.copyright
	{
		font-size: 14px;
	}
	.footer_nav ul li a
	{
		font-size: 14px;
	}
	.footer_about
	{
		padding-top: 100px;
	}
    .products { padding-left: 15px;}
}
/************ 7. 959px ************/
@media only screen and (max-width: 959px)
{
	.d-md-block { display: none!important;}
}
/************ 8. 880px ************/
@media only screen and (max-width: 880px)
{
	.d-md-block { display: none!important;}
}
/************ 9. 768px ************/
@media only screen and (max-width: 768px)
{
.d-md-block { display: none!important;}
}
/************ 10. 767px ************/
@media only screen and (max-width: 767px)
{
	.footer_bar_content { height: auto; padding-top: 40px; padding-bottom: 40px; }
	.copyright { margin-top: 10px; }
}
/************ 11. 575px ************/
@media only screen and (max-width: 575px)
{
	.header_content
	{
		height: 75px;/**59px**/
	}
	.home
	{
		padding-top: 12px;/**59px**/
	}
	.logo a > div > div:first-child
	{
		width: 20px;
		margin-top: -3px;
	}
	.logo a > div > div:last-child
	{
		font-size: 16px;
		padding-left: 10px;
	}
	.hamburger
	{
		margin-top: 2px;
	}
	.hamburger i
	{
		font-size: 20px;
	}
	.products_bar_links ul li:not(:last-of-type)
	{
		margin-right: 25px;
	}
	.products_bar_links ul li a
	{
		font-size: 14px;
	}
	.isotope_filter_text span, .isotope_sorting_text span
	{
		font-size: 14px;
	}
	.product_dropdown_sorting
	{
		margin-right: 39px;
	}
	.product_dropdown_filter
	{
		width: 94px;
	}
	.product_tag
	{
		width: 87px;
		height: 87px;
		right: 47px;
	}
	.product_tag > div > div:first-of-type
	{
		font-size: 18px;
	}
	.product_tag > div > div:last-of-type
	{
		font-size: 24px;
	}
	.product_tag > div > div:last-of-type span
	{
		font-size: 15px;
	}
	.footer_logo
	{
		margin-left: 0;
	}
	.footer_title
	{
		font-size: 30px;
	}
	.footer_list li a
	{
		font-size: 16px;
	}
	.footer_list li a > div::after
	{
		font-size: 10px;
	}
}
/************ 11. 539px ************/
@media only screen and (max-width: 539px)
{
}
/************ 12. 480px ************/
@media only screen and (max-width: 480px)
{
}
/************ 13. 479px ************/
@media only screen and (max-width: 479px)
{
}
/************ 14. 400px ************/
@media only screen and (max-width: 400px)
{
}