/* ################# BREAK POINT ONE ################# */
@media only screen and (max-width: 1020px)  {
   .global_wrap{
		width: 700px;
	}

	section#front_banner{
		height: 290px !important;
	}

	.table_data{
		width: 25% !important;
	}
}


/* ################# BREAK POINT TWO/MOBILE ################# */
@media only screen and (max-width: 720px)  {
   .global_wrap{
		width: 95%;
		min-width: 350px;
	}

	section#front_banner{
		height: 145px !important;
		min-width: 350px;
	}

	section#welcome-text{
		min-height: 100vh !important;
		height: 100vh;
	}

	header#main{
		min-width: 350px;
	}

	footer{
		min-width: 350px;
	}

	.desktop_nav{
   		display: none;
	}

	.mobile_icon{
    	display: block;
	}

	.lang_icon{
	    width: 35px;
	    height: 35px;
	    border-radius: 50%;
	    margin-top: -10px;
	    border: 2px solid transparent;
	}

	.lang_icon:hover{
	    width: 39px;
	    height: 39px;
	    border: 0px solid transparent;
	}

	.lang_change-icons{
   		width: 150px;
	}

	.table_data{
		width: 49% !important;
	}

	.cart_structure{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 150px !important;
	}

	.order_info{
		width: 100% !important;
		margin-bottom: 20px;
	}

	.cart_item{
		width: 100% !important;
	}

	#contact_banner{
		min-width: 350px;
	}


}
