/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.top-contact {
		display:none!important;
	}
	
	#mobile-menu{
		display:inline!important;
	}
	
	#desktop-menu
	{
		display:none!important;
	}
	
	.navbar-brand img
	{
		max-width:230px!important;
	}
	
	#mobile-cart
	{
		margin-top: 25px;
		display: inline-block!important;
	}
	
	#desktop-cart
	{
		display:none!important;
	}
	
	#logo-desktop
	{
		display:none!important;
	}
	
	#logo-mobile
	{
		display:block!important;
		margin-top: -5px!important;
	}
	
	.cart-bar{
	display: block!important;
	}
	
	
} 

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

.banner img
{
	width:100%;
}

.menu-cat-mob{
	margin-bottom: 100px;
}

.navbar-toggle {
   
    margin-top: 13px;
}

.menu-item-price-mob {
    float: right;
    margin-top: -42px;
    height: 60px;
    font-weight: 700;
    line-height: 50px;
    font-size: 20px;
    transition: all 0.3s;
}

.cart-bar
{
	width: 150px;
    float: right;
	display: none;
}

#logo-mobile
{
	display:none;
}

#mobile-cart
{
	
	display: none;
	}
	
	#mobile-menu{
		display:none;
	}
	
	.cart-ico a
	{
		background-color:transparent!important;
	}
	
	.cart-ico
	{
		height:80px;
	}
	
	.cart-num
	{
		display: inline;
		background:#d06e08;
		height: 10px;
		padding: 6px 9px;
		border-radius: 50%;
		font-size: 10px;
		color: #fff;
	}
	
	.menu-item-thumb img
	{
		width: 100%;
		border: 1px solid #cecdcd;
		padding: 1px;
		
	}
	
	.no-padding
	{
		padding:0px!important;
	}
	
	
	.cart-button
	{
		border: 0px;
		font-size: 16px;
		padding: 4px 10px;
		color: #fff;
		background: #c20042;
	}
	
	.cart-select-div{
		width: 58px;
		display: inline-block;
	}
	
	.cart-select
	{
		padding:3px;
		width: 100%;
	}
	
	.cart-item-qnt
	{
		width: 40px;
		padding: 2px;
	}
	
	.ncol
	{
		text-align:right;
	}
	
	.center
	{
		text-align:center;
	}
	
	.mybutton
	{
		background: #c20042;
		border: 3px solid #d06e08;
		color: #fff;
		font-size: 16px;
		text-transform: uppercase;
		padding: 6px 12px;
		border-radius: 16px;
		
	}
	
	.hidden
	{
		display:none;	
	}
	
	.visible
	{
		display:block;	
	}
	
	.visible-table
	{
		display:table;	
	}
	
	.visible-inline{
		display:inline-block;
	}
	
	.bbl-btn
	{
		background: none;
		border: none;
	}
	
	#shipping_detail, #payment_detail, #cod_detail, #res-message
	{
		display:none;
	}
	
	.map-wrapper
	{
		border: 6px solid #c20042;
	}
	
	.top-contact
	{
		color: #fff;
		display: inline-block;
		margin-top: 45px;
		margin-left: 20px;
		font-size: 18px;	
	}
	
	.navbar-toggle .fa-bars
	{
		color:#fff!important;
	}	
	
	.skrollr-mobile{
		overflow:scroll!important;
	}