/*!
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/storefront/
Author:       Neil Haywood
Author URI:   https://www.smeehee.co.uk
Template: 	  storefront
Description:  Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Version:      2.5.3
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
*/

* {
  outline: none !important;
}

hr {
  margin: 0 0 20px;
}

.woocommerce button {
  background-color: #0b6393;
  border-color: #0b6393;
  color: #ffffff;
}
.woocommerce button:hover,
.woocommerce button:active {
  background-color: #07405f;
  border-color: #07405f;
}
.woocommerce button:disabled {
  opacity: 0.2 !important;
}
.woocommerce-error::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f06a";
}
.woocommerce-info::before {
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  content: "\f05a";
}

.button {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px;
  background-color: #0b6393;
  font-size: 16px;
}
.button:hover,
.button:active {
  background-color: #07405f;
}

/****
***** Div helpers
****/

.smeehee_full_width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.smeehee_full_width.dark {
  background-color: #07405f;
  color: white;
}

/****
***** Site Header
****/

#masthead {
  margin: 0px;
  padding-top: 20px;
}

.smeehee_header_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.site-branding,
.smeehee_navigation,
.site-search,
.site-branding,
.secondary-navigation {
  margin: 0px !important;
  padding: 0px !important;
  float: none !important;
  width: auto !important;
}

.site-branding {
  flex: 2;
  margin-right: 20px !important;
}

.smeehee-site-info {
  flex: 3;
}

.smeehee_navigation {
  flex: 6;
}

.site-search {
  flex: 3;
}

.smeehee-site-info .comapany-name {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 13px;
  margin: 0px;
  padding: 0px;
}

.smeehee-site-info .comapany-address {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 13px;
}

.smeehee-site-info .comapany-tel {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 14px;
}

.smeehee-page-header {
  padding: 10px 0px;
  text-align: center;
  background-color: #07405f;
}

.smeehee-page-header p {
  color: white;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
  text-align: center;
}
.smeehee-page-header i {
  color: white;
}

/****
***** Primary navigation menu
****/

.primary-navigation ul,
.primary-navigation li,
.primary-navigation a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  color: black !important;
}
.primary-navigation li {
  margin-left: 20px;
}
.primary-navigation a {
  padding-left: 10px !important;
  text-transform: uppercase;
}
.primary-navigation .menu-item.current-menu-item span {
  text-decoration: underline;
  font-weight: bold;
}
.primary-navigation .menu-item.current-menu-item a,
.primary-navigation .menu-item.current-menu-item a:hover {
  color: #b35c00 !important;
}
.primary-navigation .menu-item.current-menu-item:before,
.primary-navigation .menu-item.current-menu-item:hover:before {
  color: #b35c00 !important;
}
.primary-navigation .menu-item a:hover {
  color: #ef7c00 !important;
}
.primary-navigation .menu-item:hover:before {
  color: #ef7c00 !important;
}
.primary-navigation .menu-item i,
.menu-item svg {
  font-size: 26px;
  padding-right: 10px;
  height: auto;
  display: block !important;
  color: black !important;
  width: 1em !important;
}

.primary-navigation li a:before {
  content: "";
  display: block !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}
.primary-navigation .welcome a:before {
  content: "\f015";
}
.primary-navigation .food-menu a:before {
  content: "\f805";
}
.primary-navigation .contact a:before {
  content: "\f095";
}
.primary-navigation .about a:before {
  content: "\f05a";
}
.primary-navigation .book-table a:before {
  content: "\f784";
}

/****
***** Header layouts
****/

.smeehee_page_header_bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.smeehee_page_header_bar .benefit {
  flex: 1;
  text-align: center;
  padding: 10px;
}

.smeehee_page_header_bar .benefit p {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

#breadcrumbs {
  font-size: 16px;
  margin: 20px;
}

#breadcrumbs a {
  color: #a0d9f8;
}

/* Hide the heading in the template - it is already included in the main header - we need to keep this heading for hentry data */
.entry-header {
  display: none;
}

.entry-content {
  margin-top: 40px;
}

/****
***** Full width header with background image
****/

.page-builder-template-heading {
  margin-top: -40px;
}

.nh_full_width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.nh_top_header_wrapper_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.nh_top_header_wrapper_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.nh_top_header_wrapper_image.small:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.nh_top_header_wrapper_image:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.nh_top_header {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 10;
}

.nh_top_header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 500px;
  z-index: 10;
}

.nh_top_header.small {
  min-height: 250px;
}

.nh_top_header.small h1 {
  margin-bottom: 20px;
}

.nh_top_header.small p {
  font-size: 24px;
}

.nh_top_header_container {
  text-align: center;
}

.nh_top_header_container h1,
.nh_top_header_container p {
  color: white;
  text-shadow: black 2px 2px 2px;
}

.nh_top_header_container h1 {
  font-weight: bold;
  font-size: 54px;
  line-height: normal;
  margin-bottom: 0px;
}

.home .nh_top_header_container h1 {
  font-weight: bold;
  font-size: 70px;
}

.nh_top_header_container span.main_heading {
  font-size: 30px;
  text-decoration: underline;
}

.nh_top_header_container p {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 0px;
}

.nh_top_header_container .button {
  background-color: #0b6393 !important;
  color: white !important;
  padding: 15px 30px;
  font-size: 28px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 40px;
  -moz-box-shadow: 0px 0px 25px 1px #000;
  -webkit-box-shadow: 0px 0px 25px 1px #000;
  box-shadow: 0px 0px 25px 1px #000;
}

.nh_top_header_container .button:hover {
  background-color: #07405f !important;
}

/****
***** Header primary menu
****/

.main-navigation {
  margin-right: 0px !important;
}

/****
***** Header cart
****/

.site-header-cart {
  font-size: 18px;
  text-transform: uppercase;
}

/****
***** Align the sidebar to the left on the menu pages and account admin pages
****/

#content {
  position: relative;
}

#primary.menu-page {
  float: right !important;
  margin-left: 4.347826087% !important;
  margin-right: 0 !important;
  width: 73.9130434783% !important;
  margin-top: 40px;
}

.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation {
  width: 23%;
  float: left;
  margin-right: 5%;
}

#secondary.widget-area {
  float: left !important;
  margin-top: 40px;
}

.page-template-template-fullwidth-php .woocommerce-MyAccount-content {
  width: 72%;
  float: right;
  margin-right: 0;
}

.woocommerce-account .home #secondary {
  float: right;
}

.sidebar_category_style {
  top: auto;
}

.sidebar_category_style.sticky {
  position: fixed;
  top: 110px;
}

/****
***** Home page sections
****/

.home-page-about-us .wrapper,
.home-page-cuisine .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.home-page-about-us .wrapper div,
.home-page-cuisine .wrapper div {
  margin: 10px;
}

.home-page-about-us .wrapper .header {
  flex: 4;
}

.home-page-cuisine .wrapper .header {
  flex: 3;
}

.home-page-about-us .wrapper .header div,
.home-page-cuisine .wrapper .header div {
  text-align: center;
  padding: 20px;
}

.home-page-about-us .wrapper .header div h2,
.home-page-cuisine .wrapper .header div h2 {
  font-size: 48px;
  color: #0b6393;
}

.home-page-about-us .wrapper .header div p,
.home-page-cuisine .wrapper .header div p {
  font-size: 21px;
  margin: 0px;
  padding: 0px;
}

.home-page-about-us .wrapper .header-image,
.home-page-cuisine .wrapper .header-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-page-cuisine .wrapper .header-images {
  flex: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.home-page-cuisine .wrapper .header-image {
  flex: 1;
}

.menu-wrapper {
  padding: 40px 0px;
}

.menu-wrapper h3 {
  font-size: 48px;
  color: #0b6393;
  text-align: center;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}

.menu-wrapper .menu-inner {
  display: flex;
  flex-direction: row;
}

.menu-wrapper .menu-inner .header {
  flex: 1;
  margin: 30px 10px;
}

.menu-wrapper .menu-inner .header h3 {
  display: flex;
  text-align: left;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.menu-wrapper .menu-inner .header span {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.menu-wrapper .menu-inner .header .body .item {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

.menu-wrapper .menu-link {
  text-align: center;
  font-size: 21px;
}

.smeehee_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 10;
  min-height: 200px;
}

.smeehee_heading_wrapper_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.smeehee_heading_wrapper_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}

.smeehee_heading_wrapper_image::after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.smeehee_heading_container {
  text-align: center;
}

.smeehee_heading_container h3,
.smeehee_heading_container p {
  color: white;
  text-shadow: black 2px 2px 2px;
}

.smeehee_heading_container h3 {
  font-weight: bold;
  font-size: 42px;
  line-height: normal;
}

.smeehee_heading_container p {
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/****
***** Cart side header
****/

.site-header-cart .count {
  opacity: 1 !important;
}

/****
***** Storefront Mini Cart
****/

.widget_shopping_cart .product_list_widget li {
  padding-left: 25px;
  text-indent: 0px;
}

.widget_shopping_cart .variation {
  text-transform: none;
}

.widget_shopping_cart .product_list_widget li a.remove {
  top: 0px !important;
  float: right !important;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout {
  color: white !important;
}

.site-header .widget_shopping_cart a,
.site-header .widget_shopping_cart p {
  color: #333333;
}

.woocommerce-mini-cart-item.mini_cart_item img {
  display: none;
}

/****
***** Store open message
****/
#store_open_message {
  display: none;
}

/****
***** Food Menu Formatting
****/

.food_menu {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  padding: 25px;
}

.food_menu .inner {
  background-color: #0b6393;
  color: #fff;
  margin: -25px -25px 25px -25px;
  padding: 12px 25px;
  font-size: 22px;
  font-weight: 600;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}

.welcome {
  text-align: left;
}

.welcome_message {
  font-weight: 400;
  font-style: italic;
}

.ways_to_order {
  padding-left: 32px;
  margin-bottom: 10px;
}

.ways_to_order:last-child {
  margin: 0 0 1.41575em;
}

.ways_to_order svg {
  display: block;
  float: left;
  margin-top: 5px;
  margin-left: -32px;
  padding-right: 10px;
  width: auto !important;
}

.parent_category_menu {
  display: none;
}

.parent_category_header {
  display: block;
}

.parent_category {
  display: flex;
  flex-direction: row;
  align-items: top;
  background-color: #f9f9f9;
  margin-bottom: 25px;
  border-bottom: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  border-radius: 0px !important;
  margin: 0px -25px 25px -25px;
}

.parent_category_image {
  width: 25%;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.parent_category_details {
  width: 75%;
  padding: 25px;
  flex: 1;
}

.parent_category_details p {
  margin-bottom: 0px;
  font-size: 16px;
}

.parent_category h3 {
  font-size: 1.2em;
  font-weight: bold;
  /*border-bottom: 1px solid #e9e9e9;*/
  margin-bottom: 0px;
}

.parent_category_image img {
  border-radius: 0px !important;
  flex-shrink: 0;
  min-width: 100%;
}

.category h4 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
  font-style: italic;
}

.category p {
  margin-bottom: 10px;
  font-style: italic;
}

.nh_anchor {
  float: left;
  width: 0px;
  height: 0px;
  margin-top: -120px;
}

.nh_anchor.add_to_cart {
  margin-top: -180px;
}

/****
***** Product Table Formatting
****/

.nh_product_table {
  margin-bottom: 25px;
}

.nh_table_row {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.nh_table_row_wrapper {
  border-top: 1px solid #e9e9e9;
}

.nh_table_category {
  width: 100%;
  margin: 10px 5px 0px 5px;
}

.nh_table_category p {
  margin: 0px;
}

.nh_thumbnail {
  text-align: center;
  width: 10%;
  padding: 5px;
  box-sizing: border-box;
}

.nh_thumbnail img {
  margin: auto;
  max-width: 60px;
  max-height: 60px;
  box-sizing: border-box;
}

.nh_mobile {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.nh_product_title {
  width: 80%;
  padding: 5px;
  box-sizing: border-box;
  color: #444444;
}

.nh_product_title p {
  margin-bottom: 0px;
  font-weight: 300;
  font-size: 16px;
}

.out_of_stock .nh_product_title p {
  text-decoration: line-through;
  color: grey;
}

.nh_product_title span {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
}

.out_of_stock .nh_product_title span {
  text-decoration: line-through;
  color: grey;
}

.nh_price {
  width: 20%;
  padding: 5px;
  font-weight: bold;
  color: black;
  box-sizing: border-box;
  font-size: 16px;
}

.out_of_stock .nh_price span {
  text-decoration: line-through;
  color: grey;
}

.nh_quick_view {
  text-align: right;
  width: 20%;
  padding: 0px;
  box-sizing: border-box;
}

.nh_quick_view button {
  background-color: transparent;
  border: none;
  margin: 5px;
  padding: 0px 15px;
  border-radius: 50%;
  font-size: 21px;
  color: #0b6393;
}

.nh_quick_view button:hover {
  background-color: transparent;
  border: none;
}

.nh_quick_view i:hover {
  color: blue;
}

.nh_quick_view button:disabled i {
  color: grey;
}

.nh_quick_view span.out_of_stock {
  display: none;
}

.nh_table_row_wrapper:nth-child(even) {
  background: #f9f9f9;
}

.nh_table_row_wrapper:last-child {
  border-bottom: 1px solid #e9e9e9;
}

.nh_allergies {
  text-align: center;
  font-style: italic;
}

.nh_allergies .nh_heading {
  font-weight: bold;
  font-style: normal;
}

.nh_allergies .nh_heading span {
  font-weight: 400;
}

.nh_allergies p {
  margin: 0px 0px 5px 0px;
  font-size: 14px;
}

/****
***** Woocommerce Divs (Replacing Tables)
****/

.shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 1.41575em;
}

.shop_table.woocommerce-checkout-review-order-table.header {
  background-color: #f8f8f8;
  padding: 20px;
  font-weight: 600;
  margin-bottom: 0px !important;
  display: flex;
  flex-direction: row;
}

.shop_table.woocommerce-checkout-review-order-table.header div {
  width: 50%;
  text-align: left;
}

.shop_table.woocommerce-checkout-review-order-table.header div:last-of-type {
  width: 50%;
  text-align: right;
}

.shop_table.woocommerce-checkout-review-order-table .cart-items {
  padding: 20px;
  background-color: rgba(231, 246, 253, 0.1);
}

.shop_table.woocommerce-checkout-review-order-table .cart-items .cart_item {
  display: flex;
  flex-direction: row;
}

.shop_table.woocommerce-checkout-review-order-table
  .cart-items
  .cart_item
  div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.shop_table.woocommerce-checkout-review-order-table
  .cart-items
  .cart_item
  .product-total {
  font-weight: 600;
}

.shop_table.woocommerce-checkout-review-order-table .cart-totals {
  font-weight: 600;
  background-color: rgba(231, 246, 253, 0.1);
}

.shop_table.woocommerce-checkout-review-order-table .cart-subtotal {
  display: flex;
  flex-direction: row;
  padding: 20px;
  border-top: 1px dashed #e9e9e9;
}

.shop_table.woocommerce-checkout-review-order-table
  .woocommerce-Price-amount.amount {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.shop_table.woocommerce-checkout-review-order-table .coupons {
  border-top: 1px dashed #e9e9e9;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping {
  padding: 20px;
  border-top: 1px dashed #e9e9e9;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping {
  margin-bottom: 10px;
}

.shop_table.woocommerce-checkout-review-order-table .order-total {
  padding: 10px 20px;
  background-color: #07405f !important;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.shop_table.woocommerce-checkout-review-order-table
  .order-total
  div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.shop_table.woocommerce-checkout-review-order-table .order-total .includes_tax {
  display: block;
}

.form-row.form-row-wide.openinghours-initial-display-block {
  background-color: rgba(231, 246, 253, 0.1);
}

.form-row.form-row-wide.openinghours-initial-display-block label {
  padding: 20px;
  background-color: #f8f8f8;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-row.form-row-wide.openinghours-initial-display-block
  #openinghours_time_field_feedback {
  display: block;
  padding: 0px 20px 10px 20px;
  font-weight: 600;
}

.form-row.form-row-wide.openinghours-initial-display-block
  span.woocommerce-input-wrapper {
  display: block;
  padding: 0px 20px 20px 20px;
}

a.remove::before {
  content: "\f2ed";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 21px;
  color: red;
}

.woocommerce-cart .cart_totals {
  background-color: rgba(231, 246, 253, 0.1);
}

.woocommerce-cart .cart_totals .cart-subtotal {
  padding: 10px 20px;
  background-color: #07405f !important;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.woocommerce-cart .cart_totals .cart-subtotal div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-cart .cart_totals .woocommerce-shipping-totals.shipping {
  padding: 20px;
}

.woocommerce-cart .cart_totals .order-total {
  padding: 10px 20px;
  background-color: #07405f !important;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.woocommerce-cart .cart_totals .order-total div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.woocommerce-cart .cart_totals .order-total small {
  display: block;
}

.cart-discount {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.cart-discount div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.cart-discount a {
  display: block;
}

/****
***** Woocommerce Basket / Checkout
****/

#calc_shipping_country_field,
#billing_country_field,
#shipping_country_field,
#billing_company_field,
#shipping_company_field {
  display: none;
}

.shop_table td {
  padding: 10px 20px !important;
}
.shop_table,
.shop_table tbody,
.shop_table tbody tr,
.shop_table tbody td {
  background-color: transparent !important;
  border-collapse: collapse !important;
}
.shop_table {
  border-collapse: collapse !important;
}
.shop_table tbody {
  border-collapse: collapse !important;
}
.shop_table tbody tr:nth-child(even) {
  background-color: rgba(231, 246, 253, 0.55) !important;
}
.shop_table tbody tr:nth-child(odd) {
  background-color: rgba(231, 246, 253, 0.2) !important;
}
.shop_table.header,
.shop_table.shop_table_responsive.cart thead .product-remove,
.shop_table.shop_table_responsive.cart thead .product-thumbnail,
.shop_table.shop_table_responsive.cart thead .product-name,
.shop_table.shop_table_responsive.cart thead .product-price,
.shop_table.shop_table_responsive.cart thead .product-quantity,
.shop_table.shop_table_responsive.cart thead .product-subtotal,
.shop_table .actions {
  background-color: #07405f !important;
  color: white !important;
  padding: 10px 20px !important;
}
.shop_table .product-subtotal,
.shop_table .product-price,
.shop_table .product-quantity {
  text-align: right;
  width: 175px;
}

.shop_table td.product-remove {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_table .actions {
  border-top: 0px !important;
  color: white !important;
}
.shop_table .coupon .button {
  margin-left: -3px !important;
  background-color: #0b6393 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.shop_table #coupon_code {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cart_totals {
  background-color: white !important;
}
.wc-proceed-to-checkout .button.checkout-button {
  font-size: 16px;
  -webkit-border-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.woocommerce-shipping-calculator .button {
  width: 100%;
}
#payment .place-order .button {
  background-color: #008000;
}
#payment .place-order .button:hover,
#payment .place-order .button:active {
  background-color: #004d00;
}

.woocommerce-shipping-totals.shipping,
.shop_table .cart-items,
.shop_table .cart-totals {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping {
  border-left: none !important;
  border-right: none !important;
}

.woocommerce-page h3,
#ship-to-different-address label {
  font-size: 21px !important;
  font-weight: bold !important;
}

.smeehee_product_addons_meta_data h3,
.smeehee_product_addons_meta_data p {
  font-size: 16px !important;
}

.woocommerce-cart-form__contents .product-thumbnail {
  display: none !important;
}

#ship-to-different-address:after {
  content: "";
  display: block;
  clear: both;
}

#ship-to-different-address {
  display: block;
  margin-bottom: 1.41575em;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.woocommerce-form.woocommerce-form-login.login {
  border: 1px solid #e9e9e9;
  padding: 20px;
  background-color: rgba(231, 246, 253, 0.1);
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
.woocommerce-terms-and-conditions-wrapper
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme:after,
.woocommerce-terms-and-conditions-wrapper
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox:after {
  content: "";
  display: block;
  clear: both;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input,
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  display: block;
  float: left;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  input {
  margin-top: 7px;
  margin-left: -20px;
}

.woocommerce-form.woocommerce-form-login.login .lost_password {
  margin-bottom: 0px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme,
.woocommerce-terms-and-conditions-wrapper
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  padding-left: 20px;
}

.woocommerce-terms-and-conditions-wrapper
  .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox
  input {
  margin-top: 7px;
  margin-left: -20px;
  float: left;
  display: block;
}

.woocommerce-shipping-methods li {
  background-color: #0b6393 !important;
  padding: 20px;
  margin-bottom: 20px !important;
}
.woocommerce-shipping-methods li:hover,
.woocommerce-shipping-methods li:active {
  background-color: #07405f !important;
}
.woocommerce-shipping-methods li:last-of-type {
  margin-bottom: 0px !important;
}
.woocommerce-shipping-methods li input,
.woocommerce-shipping-methods li label {
  cursor: pointer;
}
.woocommerce-shipping-methods li {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: baseline;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.woocommerce-shipping-methods input {
  width: 24px;
  display: block;
}
.woocommerce-shipping-methods label {
  margin-right: auto;
  display: block;
  flex: 1;
  font-weight: bold;
  color: white !important;
}

.smeehee_delivery_slot.shop_table h3 {
  background-color: #07405f !important;
  color: white;
}

.wc_payment_method {
  background-color: #008000 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.wc_payment_method .payment_box {
  background-color: #e6ffe6 !important;
  border: 1px solid #cecece;
  border-top: none;
}
.wc_payment_method label {
  font-weight: bold;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
  color: white;
}
.wc_payment_method input[type="radio"]:first-child:checked + label:before {
  color: white !important;
}
#payment .place-order {
  background-color: #e6ffe6 !important;
  border: 1px solid #cecece;
  margin-top: 20px;
}

.p-FieldLabel {
  font-weight: bold;
}

/****
***** Custom sidebar product categories
****/

.sidebar_category_style {
  position: relative;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  margin-bottom: 30px;
}

.sidebar_category_style .sticky {
  position: fixed;
}

.sidebar_category_style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar_category_style .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid #ededed;
  list-style: none;
  position: relative;
  background-color: #f9f9f9;
}

.sidebar_category_style .check_container {
  width: 20%;
  border-right: 1px solid #ededed;
}

.sidebar_category_style .check_container p {
  margin: 0px;
}

.sidebar_category_style .category_link {
  width: 80%;
}

.sidebar_category_style .category_link a {
  margin-right: 23px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar_category_style .check_container p.check-icon {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sidebar_category_style .check_container p.check-icon {
  display: none;
}

.sidebar_category_style .check_container.checked p.check-icon {
  display: block;
}

.sidebar_category_style .check_container p.close-icon {
  display: block;
}

.sidebar_category_style .check_container.checked p.close-icon {
  display: none;
}

.sidebar_category_style:first-child a:hover,
.sidebar_category_style:first-child a.active {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.sidebar_category_style a:hover,
.sidebar_category_style a.active {
  background: #f9f9f9;
  color: #111;
}

.sidebar_category_style a {
  display: block;
  padding: 15px 10px;
}

.sidebar_category_style .container:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 15px;
  position: absolute;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.check_container {
  text-align: center;
}

.nh_product_category {
  position: relative;
  z-index: 1;
}

.food_menu .parent_category_menu {
  position: relative;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  margin-left: -25px;
  margin-right: -25px;
  z-index: 5;
}

.food_menu .parent_category_menu .category_link {
  display: block;
  position: relative;
  background-color: #f9f9f9;
  padding: 15px 10px;
  margin-bottom: 0px;
  color: #111;
  width: 100%;
  z-index: 10;
  cursor: pointer;
}

.food_menu .quick_view_button {
  cursor: pointer;
}

.food_menu a.parent_category_menu {
  display: block;
  box-sizing: border-box;
  position: relative;
  background-color: #f9f9f9;
  padding: 15px 10px;
  margin-bottom: 0px;
  color: #111;
  width: 100%;
}

.food_menu .parent_category_menu p {
  display: block;
  margin-bottom: 0px;
  color: #111;
  width: 100%;
}

.food_menu .parent_category_menu .category_link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.food_menu .parent_category_menu.expanded .category_link:after {
  content: "\f106";
}

/****
***** Product search results form
****/

.nh_search_results_form {
  position: absolute;
  padding: 20px;
  background-color: #ffffff;
  display: none;
  width: auto;
  z-index: 2;
  overflow-y: auto;
  text-align: left;
  right: 0px;
  margin-top: 20px;
  margin-left: 2.617924em;
  max-height: 505px;
  min-width: 500px;
  border: 2px solid #ededed;
}

.nh_search_results_form .close_button {
  position: relative;
  width: 32px;
  height: 32px;
  margin: auto;
  text-align: center;
  z-index: 3;
  cursor: pointer;
}

.nh_search_results_form p {
  color: #333333 !important;
}

/****
***** Mobile Menu
****/

.handheld-navigation ul {
  background: white;
  border: 2px solid #ededed;
  margin-top: 20px;
  cursor: pointer;
}

.handheld-navigation ul li a {
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
}

.handheld-navigation ul li:last-child a {
  border-bottom: none;
}

.handheld-navigation ul li:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #333333;
}

.handheld-navigation ul li.current-menu-item:after {
  color: #747474;
}

/****
***** Secondary navigation menu
****/

.secondary-navigation li {
  margin-right: 20px;
}

.secondary-navigation a {
  font-size: 14px;
  text-transform: uppercase;
}

.secondary-navigation .menu-item-242 {
  background-color: white;
  border: 2px solid #0b6393;
  color: #333333;
  padding-left: 30px;
  padding-right: 5px;
}

.secondary-navigation li.menu-item-242 a {
  color: #333333 !important;
  font-weight: bold;
}

.secondary-navigation li.menu-item-242:hover {
  background-color: rgba(231, 246, 253, 0.1);
}

.secondary-navigation .menu-item-242:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 14px;
  color: #333333;
}

.secondary-navigation .menu-item-435 {
  background-color: #0b6393;
  border: 2px solid #0b6393;
  color: white;
  padding-left: 30px;
  padding-right: 5px;
}

.secondary-navigation li.menu-item-435 a {
  color: white !important;
  font-weight: bold;
}

.secondary-navigation li.menu-item-435:hover {
  background-color: #07405f;
  border-color: #07405f;
}

.secondary-navigation .menu-item-435:before {
  font-family: "Font Awesome 5 Free";
  content: "\f805";
  font-weight: 900;
  position: absolute;
  left: 14px;
  top: 14px;
  color: white;
}

.secondary-navigation .sub-menu li:hover {
  background-color: rgba(0, 0, 0, 0.025);
  color: #747474;
}

.button.order-online {
  display: none;
  position: relative;
  background-color: #0b6393;
  border: 2px solid #0b6393;
  color: white;
  padding: 10px 15px;
  padding-left: 36px;
  padding-right: 5px;
  margin-bottom: 10px;
  text-align: left;
  border-radius: 3px;
  font-size: 0.875em;
}

.button.order-online:hover {
  background-color: #07405f;
  border-color: #07405f;
}

.button.order-online:before {
  font-family: "Font Awesome 5 Free";
  content: "\f805";
  font-weight: 900;
  position: absolute;
  left: 13px;
  top: 10px;
  color: white;
}

.secondary-navigation ul.sub-menu {
  border: 2px solid #ededed;
  cursor: pointer;
  margin-top: 2px;
  margin-left: -2px;
}

.secondary-navigation ul.sub-menu li {
  margin-right: 0px;
}

.secondary-navigation ul.sub-menu li a {
  padding: 10px 20px;
  border-bottom: 1px solid #ededed;
  font-weight: 400;
}

.secondary-navigation ul.sub-menu li:last-child a {
  border-bottom: none;
}

/****
***** Parallax scrolling background
****/

.parallax {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 20px;
}

.parallax-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-image:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.parallax-image img {
  width: 100%;
  height: 100%;
}

.parallax-inner {
  position: relative;
  display: flex;
  min-height: 400px;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 10;
}

.parallax-inner div {
  flex: 1;
}

.parallax-inner h3 {
  font-size: 64px;
  font-weight: bold;
  color: white;
  text-shadow: black 2px 2px 2px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.parallax-inner p {
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-shadow: black 2px 2px 2px;
}

/****
***** Contact Us Form
****/

.nh_contact_us_form {
  margin-bottom: 20px;
}

.nh_contact_us_form hr {
  margin: 0px 0px 30px;
}

.nh_contact_us_form input,
.nh_contact_us_form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}

.nh_contact_us_form textarea {
  min-height: 300px;
}

.nh_contact_us_form .nh_submit {
  text-align: right;
}

.nh_contact_us_form .nh_submit button:disabled {
  background-color: grey;
}

#nh_lname {
  display: none;
}

.nh_contact_us_form_response {
  display: none;
  padding: 20px;
  border: 1px solid #ddd;
  position: relative;
  background-color: #f2f2f2;
}

.nh_contact_us_form_response:after {
  font-family: "Font Awesome 5 Free";
  content: "\f110";
  font-weight: 900;
  position: absolute;
  color: #333;
  top: 20px;
  left: 20px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.nh_contact_us_form_response.success {
  background-color: #ccffcc;
}

.nh_contact_us_form_response.success:after {
  content: "\f058";
  -webkit-animation: none;
  animation: none;
}

.nh_contact_us_form_response.error {
  background-color: #ffcccc;
}
.nh_contact_us_form_response.error:after {
  content: "\f057";
  -webkit-animation: none;
  animation: none;
}

#nh_contact_us_form_response_message {
  padding-left: 24px;
  margin-bottom: 0px;
  color: #333;
}

/****
***** Booking table forms
****/

.smeehee_book_a_table_form .input_fields {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0px;
}

.smeehee_book_a_table_form .input_fields div {
  flex: 1;
  margin-right: 20px;
}

.smeehee_book_a_table_form .input_fields:last-child {
  margin-right: 0px;
}

.smeehee_book_a_table_form .input_fields input {
  margin-right: 20px;
  width: 100%;
}

.smeehee_table_size input {
  width: 100%;
}

.smeehee_submit {
  margin-bottom: 20px;
}

.smeehee_book_a_table_form p {
  font-size: 1.25em;
}

/****
***** Cart / Basket
****/

.return-to-shop {
  display: none;
}

/****
***** My Account Pages
****/

.order-again {
  display: none;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-account .woocommerce-page fieldset legend {
  border-radius: 10px;
}

/****
***** Order details
****/

.order_details {
  background-color: rgba(231, 246, 253, 0.1);
}

.order_items {
  padding: 20px;
  display: flex;
  background-color: #f8f8f8;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.order_items div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.shop_table.order_details {
  margin-bottom: 20px;
}

.order_totals > div {
  padding: 20px;
  display: flex;
  background-color: #f8f8f8;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
}

.order_totals > div div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.order_totals small {
  display: block;
}

.order_details .product_item {
  padding: 20px;
  display: flex;
  flex-direction: row;
  border-bottom: 1px dashed #e9e9e9;
}

.order_details .product_item .wc-item-meta {
  margin-top: 10px;
  margin-bottom: 0px;
}

.order_details .product_item .wc-item-meta p {
  margin-bottom: 0px;
}

.order_details .product_item .wc-item-meta li {
  margin-bottom: 10px;
}

.order_details .product_item .wc-item-meta li:last-of-type {
  margin-bottom: 0px;
}

.order_details .product_items {
  font-weight: 700;
  color: #333333;
}

.order_details .product_items > div:last-of-type {
  margin-right: 0px;
  border-bottom: none;
}

.order_details .product_item > div {
  margin-right: 10px;
}

.order_details .product_item > div:last-of-type {
  margin-right: 0px;
  border-bottom: none;
}

.order_details .product_item div:last-of-type {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.nh_product_addons_meta_data {
  font-weight: 400 !important;
  margin: 10px 0px;
  display: block !important;
  flex: none !important;
  text-align: left !important;
}

.nh_product_addons_meta_data h3 {
  font-size: 16px !important;
  margin-bottom: 0px !important;
  font-style: italic;
  color: #6d6d6d;
}

.nh_product_addons_meta_data p {
  margin-bottom: 0px;
}

.nh_product_addons_meta_data:last-of-type {
  margin-bottom: 0px;
}

/****
***** Smeehee delivery slots
****/

#smeehee_delivery_slots_choice {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: #43454b;
  border: 1px solid #d0d0d0;
  padding: 10px 30px 10px 10px;
  position: relative;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
  width: 100%;
  margin: 0px;
}

.smeehee_delivery_slot {
  background-color: white;
  background-color: rgba(231, 246, 253, 0.2) !important;
  border: 1px solid #cecece;
  border-top: none;
}
.smeehee_delivery_slot h3 {
  background-color: #f5f5f5;
  padding: 10px 20px;
  color: #333333;
  margin-bottom: 0px;
  font-size: 16px !important;
}
.smeehee_delivery_slot p {
  margin-bottom: 20px;
}
.smeehee_delivery_slot .inner_wrapper {
  padding: 20px;
}
.smeehee_delivery_slot .select_wrapper {
  width: 100%;
  background-color: white;
}

/****
***** Footer
****/

.site-info {
  display: flex;
  align-items: center;
}

.site-info .food-hygiene {
  margin-left: auto;
}

/****
***** About us
****/

.about-us {
  display: flex;
  flex-direction: row;
}

.about-us-image-wrapper {
  flex: 1;
  margin-left: 50px;
}

.about-us-text {
  flex: 1;
  margin-right: 10px;
}

.about-us-text h2 {
  text-align: center;
  font-size: 2.75em;
}

.about-us-text p {
  font-size: 1.25em;
}

.about-us-images-wrapper {
  flex: 1;
  margin-left: 10px;
}

.about-us-images-one-column,
.about-us-images-two-column,
.about-us-images-three-column {
  display: flex;
  flex-direction: row;
}

.about-us-images-one-column div,
.about-us-images-two-column div,
.about-us-images-three-column div {
  flex: 1;
}

.about-us-images-one-column img,
.about-us-images-two-column img,
.about-us-images-three-column img {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #ececec;
}

/****
***** UTP Payment gateway
****/

#paymentgatewayframe {
  width: 100% !important;
  min-width: 280px !important;
}

#paymentgatewayframe DIV#page {
  max-width: 100%;
  min-width: 280px !important;
  width: auto !important;
}

#UTP_payment_form .button {
  margin-right: 20px;
}

@media (max-width: 1120px) {
  /****
	***** Smaller font on main navigation menu and benefit wrapper
	****/

  .primary-navigation a,
  .site-header-cart {
    font-size: 16px !important;
  }

  .smeehee_page_header_bar .benefit p {
    font-size: 14px !important;
  }

  .smeehee-page-header.tag-line p {
    font-size: 22px !important;
  }

  .home-page-about-us .wrapper .header div h2,
  .home-page-cuisine .wrapper .header .body h2 {
    font-size: 32px !important;
  }

  .home-page-about-us .wrapper .header div p,
  .home-page-cuisine .wrapper .header .body p,
  .menu-wrapper .menu-link p {
    font-size: 18px !important;
  }

  .home-page-cuisine .menu-wrapper h3 {
    font-size: 42px !important;
  }

  .home-page-cuisine .menu-wrapper .menu-inner .header .body .item h3 {
    font-size: 19px !important;
  }

  .home-page-cuisine .menu-wrapper .menu-inner .header .body .item p {
    font-size: 15px !important;
  }
}

@media (max-width: 1020px) {
  /****
	***** Smaller font on main navigation menu and benefit wrapper
	****/

  .primary-navigation a,
  .site-header-cart {
    font-size: 14px !important;
  }

  .smeehee_page_header_bar .benefit p {
    font-size: 12px !important;
  }

  .smeehee-page-header.tag-line p {
    font-size: 22px !important;
  }

  .secondary-navigation a,
  .secondary-navigation li:before {
    font-size: 12px !important;
    top: 11px !important;
  }

  .payment_method_utp img {
    float: none !important;
    padding-top: 10px !important;
    min-height: 32px !important;
  }
}

@media (max-width: 920px) {
  /****
	***** Smaller font on main navigation menu and benefit wrapper
	****/

  .smeehee-site-info p {
    font-size: 11px !important;
  }

  .smeehee-site-info .comapany-address p {
    margin-bottom: 5px !important;
  }

  .smeehee-site-info .comapany-tel p {
    font-size: 12px !important;
  }

  .primary-navigation a,
  .site-header-cart {
    font-size: 13px !important;
  }

  .primary-navigation a {
    padding: 1.618em 0.6em !important;
  }

  .smeehee_page_header_bar .benefit p {
    font-size: 10px !important;
  }

  .smeehee-page-header.tag-line p {
    font-size: 19px !important;
  }

  .secondary-navigation a,
  .secondary-navigation li:before {
    font-size: 12px !important;
    top: 11px !important;
    left: 10px !important;
  }

  .secondary-navigation a {
    padding: 1em 0.1em !important;
  }

  .secondary-navigation li {
    margin-right: 10px;
  }

  .home-page-cuisine h2,
  .home-page-cuisine h3 {
    font-size: 32px !important;
    line-height: 1 !important;
    margin-bottom: 20px !important;
  }

  .home-page-cuisine .item h3 {
    font-size: 19px !important;
  }

  .home-page-cuisine p {
    font-size: 16px !important;
  }
}

@media (min-width: 768px) {
  /****
	***** Sticky nav menu
	****/
  .admin-bar #main-nav-bar.sticky {
    top: 32px;
  }

  #main-nav-bar.sticky {
    background: white;
    position: fixed;
    top: 0;
    width: 100%;
    border-bottom: 2px solid #78cfcf !important;
    @include admin-sticky-fix;
  }

  #main-nav-bar.sticky p,
  #main-nav-bar.sticky li a {
    color: #333333 !important;
  }

  #main-nav-bar.sticky .widget_shopping_cart a,
  #main-nav-bar.sticky .widget_shopping_cart p {
    color: #333333 !important;
  }

  #main-nav-bar.sticky .widget_shopping_cart .button {
    color: white !important;
  }

  #main-nav-bar.sticky .menu-item a:before {
    color: #333333 !important;
  }

  #main-nav-bar .col-full {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .site-header .site-branding img {
    height: auto;
    max-width: 128px;
    max-height: none;
  }
}

@media (width: 768px) {
  #masthead {
    padding-bottom: 0px !important;
  }

  .storefront-primary-navigation .col-full {
    flex-direction: column !important;
  }

  .smeehee_mobile_menu .menu-toggle {
    display: none !important;
  }

  .smeehee_mobile_menu .primary-navigation {
    display: block !important;
  }

  .smeehee_mobile_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .button.order-online {
    width: 250px;
    min-width: 250px;
  }

  .home-page-cuisine .wrapper .header-images .header-image {
    margin: 20px 10px;
  }
}

@media (max-width: 768px) {
  #UTP_payment_form .button {
    margin-top: 20px;
  }

  #masthead {
    /*padding: 40px;*/
  }

  #primary.menu-page {
    width: 100% !important;
  }

  #secondary {
    display: none;
  }

  .main-navigation ul.menu,
  .main-navigation ul.nav-menu {
    margin-left: 0px !important;
  }

  .secondary-navigation li.menu-item-242:hover {
    background-color: white;
  }

  .nh_full_width {
    padding: 20px;
  }

  .nh_top_header,
  .parallax-inner {
    min-height: 380px;
  }

  .nh_top_header_container .button {
    padding: 7px 15px;
    font-size: 21px;
  }

  .smeehee_header_wrapper {
    margin-bottom: 40px;
  }

  .site-branding,
  .smeehee-site-info {
    flex: 1;
  }

  .site-branding {
    display: flex !important;
    justify-content: flex-end;
  }

  .smeehee_navigation,
  .smeehee_page_header_bar {
    display: none;
  }

  .site-search,
  .smeehee_navigation,
  .primary-navigation,
  .site-header-cart {
    display: none;
  }
  .main-navigation {
    width: 100% !important;
    float: none !important;
    margin-right: 0px !important;
  }

  .storefront-primary-navigation button {
    display: block;
    float: none;
    width: 100%;
    min-width: 100%;
  }

  .handheld-navigation ul li:after,
  .handheld-navigation ul.menu li button::after {
    display: none;
  }

  .handheld-navigation .sub-menu {
    margin-top: 0px;
  }

  .handheld-navigation ul li a {
    border-bottom: none;
  }

  .handheld-navigation li {
    border-bottom: 1px solid #ededed;
    position: relative;
  }

  .storefront-primary-navigation li button {
    width: 100%;
    height: 100%;
  }

  .handheld-navigation ul {
    border: none;
  }

  .handheld-navigation .sub-menu.toggled-on li {
    border: none;
    padding-left: 30px;
  }

  .handheld-navigation .sub-menu.toggled-on li:before {
    display: block;
    position: absolute;
    top: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
  }

  .site-header .site-branding img {
    max-width: 96px !important;
    max-height: none;
  }

  .smeehee-page-header.tag-line p {
    font-size: 16px !important;
  }

  .home-page-cuisine .wrapper {
    flex-direction: column-reverse;
  }

  .home-page-cuisine .wrapper.alt {
    flex-direction: column;
  }

  .button.order-online {
    display: block;
  }

  .parallax-inner h3 {
    font-size: 42px !important;
    line-height: normal;
    margin-bottom: 20px;
  }

  .parallax-inner p {
    font-size: 18px !important;
  }

  .home-page-about-us .wrapper .header,
  .home-page-cuisine .wrapper .header,
  .home-page-cuisine .wrapper .header .body,
  .home-page-about-us .wrapper .header .body {
    margin: 0px;
    padding: 0px;
  }

  .home-page-about-us .wrapper .header-image,
  .home-page-cuisine .wrapper .header-image {
    margin: 20px 0px;
  }

  .home-page-cuisine .wrapper .header-images {
    margin: 0px;
  }

  .home-page-about-us .wrapper .header div h2,
  .home-page-cuisine .wrapper .header .body h2 {
    font-size: 26px !important;
  }

  .home-page-about-us .wrapper .header div p,
  .home-page-cuisine .wrapper .header .body p,
  .menu-wrapper .menu-link p {
    font-size: 15px !important;
  }

  .home-page-cuisine .menu-wrapper h3 {
    font-size: 28px !important;
  }

  .home-page-cuisine .menu-wrapper .menu-inner .header .body .item h3 {
    font-size: 19px !important;
  }

  .home-page-cuisine .menu-wrapper .menu-inner .header .body .item p {
    font-size: 15px !important;
  }

  .home-page-cuisine .menu-inner {
    flex-direction: column;
  }

  .home-page-cuisine .menu-inner .header {
    margin: 30px 0px;
  }

  .home-page-cuisine .menu-inner .header:first-of-type {
    margin-bottom: 0px;
  }

  .home-page-cuisine .menu-inner .header:last-of-type {
    margin-top: 0px;
  }

  .home-page-about-us .wrapper {
    flex-direction: column;
  }

  .parent_category_menu {
    display: block;
  }

  .parent_category_header {
    display: none;
  }

  .parent_category {
    display: block;
  }

  .parent_category_image {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e9e9e9;
  }

  .parent_category_details {
    width: 100%;
    padding: 25px;
  }

  .nh_allergies {
    padding-top: 25px;
  }
  .nh_thumbnail {
    display: none;
  }

  .nh_quick_view {
    width: 30%;
  }

  .nh_quick_view button {
    box-sizing: border-box;
    font-size: 21px;
  }

  .nh_mobile {
    display: block;
    width: 70%;
    padding: 5px;
  }

  .nh_product_title {
    width: 100%;
    padding: 0px;
  }

  .nh_price {
    width: 100%;
    padding: 0px;
  }

  .nh-popup-wrapper {
    margin: 2vh auto !important;
  }

  .nh-popup .close {
    padding: 0px !important;
    margin: 2vh auto !important;
  }

  .nh-popup form.cart {
    padding: 0px !important;
  }

  .nh-popup .product {
    display: block;
  }

  .nh-popup .single-product .thumbnails {
    display: none;
    width: 100%;
    height: hidden !important;
  }

  .nh-popup .single-product .summary {
    max-height: 96vh !important;
    padding: 0px 15px 15px !important;
  }

  .woocommerce .single_product_page .summary_with_image {
    display: block !important;
  }

  .woocommerce .single_product_page .thumbnails {
    width: 100% !important;
  }

  .woocommerce .single_product_page .summary {
    width: 100% !important;
    max-height: 100% !important;
  }

  .nh_top_header_container h1 {
    font-size: 64px !important;
  }

  .nh_top_header_container h1 span {
    font-size: 32px !important;
  }

  .nh_top_header_container p {
    font-size: 24px !important;
  }

  .woocommerce .woocommerce-message a:first-of-type {
    margin: 20px auto 0px;
  }

  .woocommerce .woocommerce-message a {
    display: block;
    float: none;
    width: 100%;
    margin: 0px auto 0px;
    position: relative;
    padding: 10px 20px;
  }

  .woocommerce .woocommerce-message a:last-of-type {
    margin: 0px auto 20px;
  }

  .woocommerce .woocommerce-message a:after {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .contact_wrapper {
    display: block !important;
  }

  .contact_us_wrapper {
    width: 100% !important;
    margin: 0px 0px 20px 0px !important;
  }

  .company_info_wrapper {
    width: 100% !important;
    margin: 0px 0px 20px 0px !important;
  }

  /****
	***** Basket / Checkout Formatting
	****/

  .actions {
    padding: 20px !important;
  }

  .coupon .input-text {
    box-sizing: border-box;
    width: 100%;
  }

  .actions button {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  #ship-to-different-address {
    margin-bottom: 15px !important;
  }

  .woocommerce-shipping-fields
    .woocommerce-form__label.woocommerce-form__label-for-checkbox {
    padding-left: 22px;
  }

  .woocommerce-shipping-fields
    .woocommerce-form__label.woocommerce-form__label-for-checkbox
    input {
    margin-top: 12px;
    margin-left: -22px;
    margin-right: 0px !important;
    float: left;
  }

  .woocommerce-shipping-fields
    .woocommerce-form__label.woocommerce-form__label-for-checkbox
    span {
    display: block;
  }

  .woocommerce-shipping-fields
    .woocommerce-shipping-fields
    .woocommerce-form__label.woocommerce-form__label-for-checkbox
    span {
    font-size: 18px !important;
  }

  .woocommerce-additional-fields {
    clear: both;
  }

  .checkout_coupon.woocommerce-form-coupon button {
    width: 100%;
  }

  .woocommerce-form.woocommerce-form-login.login button {
    width: 100%;
  }

  #payment .place-order .button {
    font-size: 1.2em;
  }

  .smeehee_delivery_slot {
    margin-bottom: 20px;
  }

  table.cart td.product-remove {
    border: none;
    width: auto;
  }

  table.cart td.product-remove a.remove {
    position: relative;
    font-size: 21px;
    top: inherit;
    right: inherit;
  }

  .shop_table .product-subtotal,
  .shop_table .product-price,
  .shop_table .product-quantity {
    width: auto;
  }

  /****
	***** My Account
	****/

  .woocommerce-MyAccount-navigation {
    width: 100% !important;
    float: none;
  }

  .woocommerce-MyAccount-content {
    width: 100% !important;
    float: none;
    margin: 0px;
  }

  .woocommerce-address-fields button {
    width: 100%;
  }

  .woocommerce-MyAccount-content button {
    width: 100%;
  }

  /****
	***** Site Footer
	****/
  .site-info {
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .site-info .food-hygiene {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  /****
	***** About us
	****/

  .about-us {
    flex-direction: column-reverse;
  }

  .about-us-image-wrapper {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  /****
	***** Booking table forms
	****/

  .smeehee_book_a_table_form .input_fields {
    flex-direction: column;
  }

  .smeehee_book_a_table_form .input_fields div {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .smeehee_book_a_table_form .input_fields div:last-of-type {
    margin-bottom: 0px;
  }

  div.smeehee_table_size {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767px) {
  /****
	***** Product search results form
	****/

  .nh_search_results_form {
    left: 0;
    right: 0;
    bottom: 73px;
    max-height: 65vh;
    border: none;
    border-top: 2px solid #f9f9f9;
    margin: 0px !important;
    min-width: 20px !important;
  }
}

@media (max-width: 415px) {
  .nh_top_header_container h1 {
    font-size: 50px !important;
    margin-bottom: 20px !important;
  }

  .nh_top_header_container p {
    font-size: 20px !important;
  }

  .parallax-inner h3 {
    font-size: 36px !important;
    line-height: normal;
    margin-bottom: 20px;
  }

  .parallax-inner p {
    font-size: 18px !important;
  }

  .home-page-about-us .wrapper .header div h2,
  .home-page-cuisine .wrapper .header .body h2 {
    font-size: 26px !important;
  }

  .home-page-about-us .wrapper .header div p,
  .home-page-cuisine .wrapper .header .body p,
  .menu-wrapper .menu-link p {
    font-size: 15px !important;
  }

  .home-page-cuisine .wrapper .header-images {
    flex-direction: column;
  }

  .home-page-cuisine .menu-wrapper h3 {
    font-size: 26px !important;
  }

  .home-page-cuisine .menu-wrapper .menu-inner .header .body .item h3 {
    font-size: 17px !important;
  }

  .home-page-cuisine .menu-wrapper .menu-inner .header .body .item p {
    font-size: 15px !important;
  }

  .home-page-cuisine .menu-inner {
    flex-direction: column;
  }

  .home-page-cuisine .menu-inner .header:first-of-type {
    margin-bottom: 0px;
  }

  .home-page-cuisine .menu-inner .header:last-of-type {
    margin-top: 0px;
  }

  .home-page-about-us .wrapper {
    flex-direction: column;
  }

  .site-branding {
    display: flex;
    justify-content: center;
  }
}

@mixin admin-sticky-fix($offset: 0) {
  $narrow-offset: 46px;
  $wide-offset: 32px;
  @if $offset != 0 and type-of($offset) == "number" {
    $narrow-offset: $narrow-offset + $offset;
    $wide-offset: $wide-offset + $offset;
  }
  .admin-bar & {
    top: $narrow-offset;
    @media screen and (min-width: 783px) {
      top: $wide-offset;
    }
  }
}
