/*
*    Style for recipe attributes in product variations in the admin area
*/
.zoomys_add_product_attributes{
    width: 24%;
    float: left;
    padding-left: 4%;
  }
  
  .zoomys_add_product_attributes:first{
    padding-left: 0%;
  }
  
  .zoomys_add_product_attributes:last{
    padding-left: 0%;
  }


  /*
    Menu Styles
  */

  /** Push menu onto new line **/ 

/* Variation box background color*/
.menu_products_dropdown .prod_variations, .prod_variations{
background-color: #ff6d00;
width: 90%;
border: 1px solid #ff6d00;
padding-left: 15px;
border-radius: 5px;
margin-bottom: 15px;
padding-bottom: 10px;
}

/* shortcode query title */
.menu_products_dropdown span.menu_item_title{
color: #000;
text-transform: capitalize;
font-weight: 700;
}

/* Menu Items*/
.menu_products_dropdown .menu_item{
  color: #fff;
  padding-left: 25px;
  width: 100%;
  
    /* title link*/	
  a:link, a:active, a:hover, a:visited{
    text-decoration: none;
    color: #ff6d00;
    font-weight: 700;
  }


  /* links in menu items */
  .prod_variations{
    a:link, a:active, a:hover, a:visited{
      color: #fff;
      font-weight: 700;
    }
  }

}

.menu_products_dropdown h4 + div{
padding-left: 30px;
}


/*#store_location_{*/
.schedule > div{
  clear: left;
  width: 200px;
}

.schedule > div div{
  display: inline-block ;
  width: 200px;
  padding-bottom: 0px;
}

.schedule > div div:first-child {
  width: 100px !important;
}
/*}*/