@media (max-width: 767.98px) { 
	body {
		margin-top: 48px;
	}
	#header-desktop {
		display: none;
	}
	.logo-navbar {
		display: block !important;
		width: 110px;
		height: 30px;
	}
	.logo-navbar img {
		display: block !important;
		width: 110px;
		height: 30px;
	}
	.bg-dark {
	    background-color: #fff !important;
	    border-bottom: 1px solid #efefef;
	}
	.navbar-dark .navbar-toggler {
	    color: rgba(162,162,162, 1);
	    /*border-color: rgba(162,162,162, 1);*/
	}
	.navbar-light
	{
		/*border-bottom: 1px solid #df5516;*/
	}
	.fa-bars {
		color: rgba(162,162,162, 1);
	}
	button:focus {
		outline: 1px dotted;
		outline: 5px auto -webkit-focusring-color;
	}
	.cart-navbar{
		display: block !important;
	}

	/*Slider*/
	.slidermobiletag {
		display: block;
	}
	.slidertag {
	    display: none;
	}
	/*end of slider*/
	

	/*Shop Grid Item*/
	.shop-grid-item {
		/*max-height: 300px;
		min-height: 300px;*/
	}	   
	/*End of SHop Grid Item*/

	/*Cart*/
	td.cart-img,
	td.cart-title,
	td.cart-qty,
	td.cart-price {
		display: inline-block;
		max-width: 50px;
		word-wrap: break-word;
	}

	td.cart-qty {
	    min-width: 50px !important;
	    text-align: right!important;
	}

	.sidebar-cart-qty {
	    min-width: 50px !important;		
	}

	td.cartname {
		max-width: 75px;
		word-wrap: break-word;
	}

	.cartimg {
		width: 50%;
		margin: 0px;
	}
	
	.cart-title
	{

	}
	.cart-title p {
		font-size: 0.75rem;
		padding: 2px 0;
	}
	/*End of Cart*/

	/*Shop List item*/
	.btn-list-add {
		display: none;
	}
	.btn-list-add-mobile {
		display: block;
	}
	/*End of Shop List Item*/

	/*tenant*/
	.tenant-title h4 {
		font-size: 0.9em;
	}

	.cart-button{
		font-size: 13px;
		width: 50%;
		height: 30px;
		vertical-align: middle;
	}

	.card-list-title,
	.card-title {
		font-size: 13px;
	}
	
	.card-list-text {
		font-size: 9px;
	}

	.item-list-price,
	.item-price {
		font-size: 11px;		
	}

	.legend-text,
	.card-text {
		display: none;
	}

	/* Grid Department*/
	.standard-box-2 {
		margin: 1.5px;
	}
	.img-icon {
		width: 50px !important;
		height: 50px;
	}
	.department-title-grid h4 {
		font-size: 0.7em;
	}
	.department-title{
		font-size: 1.09em;
	}
	#slider-department-category {
		display: block;	
		/*margin-top: 10px;*/
	}
	

	/*modifier*/
	label.mod-item {
		font-size: 0.8em;
	}

	.wrap-legend
	{
		line-height: 0.7;
	}

	.sidebar-table-cart {
		font-size: 0.75em;
	}

	.legend-text {
		line-height: 0.7;    
		vertical-align: middle;
		/*line-height: 20px;              */
	}

	
}
/*
@media (max-width: 767.98px) { 
	#header-desktop {
		display: none;
	}
	body {
		margin-top: 48px;
	}
}*/