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


	
}

/* SMARTPHONE SMALL SCREEN */
@media only screen and (max-width: 320px) {

	

}

/* SMARTPHONE LANDSCAPE */
@media only screen and (max-width: 767px) and (orientation: landscape) {



}

/* iPHONEX LANDSCAPE */
@media only screen and (max-width: 900px) and (orientation: landscape) {



}

/* TABLET */
@media (min-width:768px) and (max-width:800px)
{



	
	
}

/* IPAD LANDSCAPE */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1024px) 
and (orientation: landscape)
{

}

/* IPAD PRO PORTRAIT */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation: portrait)
{




}

/* IPAD PRO LANDSCAPE */
@media only screen 
and (min-device-width : 1024px) 
and (max-device-width : 1366px) 
and (orientation: landscape)
{



}

@media (min-width: 801px) and (max-width: 970px)
{

}

@media (min-width: 801px) and (max-width: 1040px)
{

	

}

@media (min-width: 1041px) and (max-width: 1199px)
{


}

/* DESKTOP */
@media (min-width:800px) and (max-width:1399px)
{

}

/* FIXED STRANGE BUG */
@media (min-width: 992px)
{
	.container
	{
	width:947px;
	}
}

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

	/* DISABLED TRICK FOR THIS PARTICULAR CART APPEARANCE
	.container
	{
	width:100%;
	}
	*/

}

@media (min-width:1390px) and (max-width:1450px)
{

	/* DISABLED TRICK FOR THIS PARTICULAR CART APPEARANCE
	.container
	{
	width:100%;
	}
	*/

}

/* WIDE, BUT BEFORE WIDESCREEN */
@media (min-width: 1200px)
{


}

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




}
