@media all and (min-width: 610px) {
	.crown{
		
	}
    .carter
    {
		left:calc(50% - 295px);
	}
	.drawer{
		left:calc(50% - 300px);
	}
	.proPop{
		left:calc(50% - 300px);
	}
	.proPop .it #vartbox{
		left:calc(50% - 300px);
	}
	.fsearch{
		right: calc(50% - 290px);
	}
	.search{
		left:calc(50% - 300px);
		right:calc(50% - 300px);
	}
	.fcart{
		right: calc(50% - 290px);
	}
	.chatbox{
		right: 20px;
		left: unset;
		width: 400px;
		top: unset;
		height: 600px;
	}
	.chatbox .chatbox-body{
	}
	
	.storeClosed{
		
	}
	.items {
		
	}
	.items .it{
		display: inline-block;
		width: 280px !important;
    	margin: 5px!important;
    	text-align: left;
	}
	.app-body{
		max-width: 1200px;
		margin: 0px auto;
	}
	
}
@media all and (min-width: 610px) and (max-width:1300px) {
	
}
@media all and (min-width:1300px) {
	
}