/*
Theme Name: RestoBiz
Theme URI: http://www.dfythemes.com
Description: Wordpress theme, responsive and has custom style for mobile devices
Version: 2.1
Author: http://www.dfythemes.com
*/

@media (max-width: 767px) {
.Colm2 {
    width: 100% !important;
    margin-left: 36px;
}
.Menu_colm {

    width: 100% !important;
}
.Menu_img {
    float: left;
    width: 100% !important;
}
.addcart {
    float: none;
    width: 100%;
    text-align: center;
}
 .product .images
       {
          width:100% !important;
       }
      .summary
      {
         width:100% !important;
         
      }
     .quantity input
     {
       width:50% !important;
       height:45px !important;
         float:left !important;
        padding-right:10px !important;
     }
    .single_add_to_cart_button
     {
       margin-left:10px !important;
     }
    ul.tabs
    {
       width:100% !important;
    }      
	.entry-content{width:100% !important;}
	.products li {

    width: 100%;
	}
}