:root {
  --color-primary: #dd3333;
  --base-line-height: 1.75;
  --color-body-text: #ffffff;
  --font-body: #ff0000 Hat Display, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  --font-weight-body: 400;
  --font-base-size: 16px;
  --color-heading-text: #ffffff;
  --heading-font-weight: 700;
  --heading-font-family: #ff0000 Hat Display, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  --link_color: #ffffff;
  --price-color: #666666;
  --old-price-color: #ffffff;
  --button-background-color: #1a1a1a;
  --button-color: #ffffff;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-text-stroke: 0 !important;
}
body {
  margin: 0;
  line-height: var(--base-line-height);
  font-family: var(--font-body);
  color: var(--color-body-text);
  font-weight: var(--font-weight-body);
  font-size: var(--font-base-size);
  background-color: #000000;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: var(--link_color);
  transition: 0.3s;
}
a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
select,
.select2-container--default .select2-selection--single {
  padding: 12px;
  border: 1px solid #d3ced2;
  min-height: 41px;
  border-radius: 3px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(102, 175, 233, 0.6);
}
h1,
h2,
h3,
h4,
h5,
h6,
.elementor-toggle .elementor-tab-title {
  color: var(--color-heading-text);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: 1.3;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.elementor-toggle .elementor-tab-title a {
  color: var(--color-heading-text);
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
#content {
  margin: 0 auto;
  width: 100%;
  max-width: 1300px;
  text-align: left;
  padding: 15px 15px 0;
  position: relative;
}
#logo .mobile_logo {
  display: none;
}
#main-content {
  width: 100%;
  padding-left: 250px;
}
.woocommerce-page #main-content {
  padding: 0;
}
@media (min-width: 992px) {
  header {
    display: none;
  }
}
.price,
.product-price {
  color: var(--price-color);
  font-size: 18px;
  font-weight: 600;
}
.price ins,
.product-price ins {
  text-decoration: none;
}
.price del,
.product-price del {
  color: var(--old-price-color);
  font-weight: normal;
  font-size: 0.8em;
}
table.shop_table .woocommerce-Price-amount {
  color: var(--price-color);
  font-size: 19px;
  font-weight: 600;
}
table.shop_table .woocommerce-Price-amount ins {
  text-decoration: none;
}
table.shop_table .woocommerce-Price-amount del {
  color: var(--old-price-color);
  font-weight: normal;
}
.menu-categories-wrapper {
  list-style: none;
  padding: 0;
  margin: 0;
  position: fixed;
  width: 250px;
  float: left;
  margin-left: -250px;
  height: 80vh;
}
.menu-categories-wrapper #logo {
  text-align: center;
  padding: 0 30px;
  height: 150px;
}
.menu-categories-wrapper #logo a {
  display: block;
}
.menu-categories-wrapper #logo a img {
  width: 150px;
  height: 150px;
}
.menu-categories-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-categories-wrapper .menu-main-menu-container {
  height: 90%;
  overflow: hidden;
  overflow-y: auto;
}
.menu-categories-wrapper .menu-main-menu-container ul li a {
  line-height: 1.5;
  display: block;
  padding: 8px 10px;
  transition: 0.3s all ease-in-out;
}
.menu-categories-wrapper .menu-main-menu-container ul li a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.menu-categories-wrapper .menu-main-menu-container ul li a.act_menu {
  background-color: var(--color-primary);
  color: #fff;
}
@media (max-width: 992px) {
  .menu-categories-wrapper {
    display: none;
  }
  #main-content {
    padding: 0;
  }
}
header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 222;
  top: 0;
  background: #f8f5f2;
}
header ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .menu-main-menu-container {
  height: 46px;
  overflow: hidden;
}
header #menu-main-menu {
  padding: 0 35px;
}
header #menu-main-menu .owl-dots {
  display: none;
}
header #menu-main-menu .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  margin-top: 0;
  top: 5px;
  left: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
header #menu-main-menu .owl-nav .owl-prev::before {
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header #menu-main-menu .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  margin-top: 0;
  top: 5px;
  right: 0;
  opacity: 1;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
header #menu-main-menu .owl-nav .owl-next::before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header #menu-main-menu li a {
  display: block;
  height: 100%;
  line-height: 46px;
  padding: 0 10px;
  border-right: 1px solid #eee;
}
header #menu-main-menu li a.act_menu,
header #menu-main-menu li a:hover {
  background-color: var(--color-primary);
  color: #fff;
}
.admin-bar header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.menu-meals {
  padding: 10px;
}
.elementor-widget-productscategory .elementor-widget-container > h2 {
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 32px;
  text-align: center;
  margin: 30px 0 10px;
}
.elementor-widget-productscategory .elementor-widget-container > img {
  margin-bottom: 15px;
}
.elementor-widget-container .item-product-widget {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  position: relative;
}
.elementor-widget-container .item-product-widget .product-title {
  margin-bottom: 5px;
}
.elementor-widget-container .item-product-widget .product-title a {
  text-transform: uppercase;
  color: var(--color-heading-text);
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  letter-spacing: 2px;
}
.content-wrap {
  display: flex;
  align-items: center;
  gap: 10px 20px;
}
.content-wrap .images {
  width: 100px;
}
.content-wrap .left {
  flex: 1;
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  padding-right: 50px;
}
.content-wrap .left .price {
  display: inline-flex;
  align-items: baseline;
  gap: 0 5px;
}
.site-footer {
  clear: both;
}
#header {
  display: none;
}
#lafka_page_title {
  display: none;
}
body {
  padding: 0 !important;
}
#powered .author_credits {
  float: none;
  margin: auto;
  text-align: center;
}
.loading_wrraper {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}
.quantity-submit .add-to-cart {
  flex: 1 0 auto;
  font-size: 14px;
  font-weight: normal;
  min-height: 41px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #50aecc;
  background: var(--button-background-color);
  color: var(--button-color);
  border-radius: 3px;
  padding: 0 10px;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
}
.quantity-submit .add-to-cart span {
  color: var(--button-color);
}
.quantity-submit .add-to-cart:hover {
  background-color: #3595b4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.quantity-submit .add-to-cart .woocommerce-Price-currencySymbol {
  padding-left: 3px;
  font-size: 1rem;
}
.item-product-widget:not(.single) .product-meta {
  background-color: #f8f5f2;
  clear: both;
  margin-top: 10px;
  padding: 10px;
}
.item-product-widget:not(.single) .product-meta .right {
  max-width: 600px;
  margin: auto;
}
.item-product-widget.single .product-meta .product-cart-option > p {
  display: none;
}
@media (min-width: 576px) {
  .item-product-widget.single .product-meta {
    position: absolute;
    right: 15px;
    top: 52px;
    z-index: 111;
  }
  .item-product-widget.single .product-meta .add_to_cart_inline,
  .item-product-widget.single .product-meta .product-wrap {
    display: none;
  }
  .item-product-widget.single .product-meta .product-cart-option > p {
    display: none;
  }
  .item-product-widget.single .product-meta .product-cart-option button {
    min-height: 35px;
    min-width: 35px;
    font-size: 22px;
    border: 0;
  }
  .item-product-widget.single .product-meta .product-cart-option button::before {
    content: "+";
    display: inline-block;
  }
  .item-product-widget.single .product-meta .product-cart-option button span {
    display: none;
  }
  .content-wrap .left .price {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    align-items: baseline;
    gap: 0 5px;
  }
}
.product-cart-option > p {
  margin: 0 0 14px;
  text-transform: uppercase;
  color: var(--color-heading-text);
  font-family: var(--heading-font-family);
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: normal;
}
.product-cart-option .product-wrap {
  margin-bottom: 15px;
}
.product-cart-option .product-wrap .product-options {
  background-color: #fff;
  padding: 12px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0 5px;
  border: 1px solid #ddd;
  text-transform: capitalize;
}
.product-cart-option .quantity-submit {
  display: flex;
  align-items: center;
}
.quantity {
  margin: 0 20px 0 0;
  height: 41px;
  border-radius: 0 !important;
  border: 1px solid #d6d6d6;
  background-color: #fff;
  color: #fff;
  display: flex;
  max-width: 120px;
}
.quantity input {
  color: #000;
  border: 0;
  background: none;
  display: block;
  cursor: pointer;
  font-size: 18px;
}
.quantity input.input-text {
  font-size: 16px;
}
.quantity input.lafka-qty-minus {
  order: -1;
  padding: 0 10px;
}
.quantity .lafka-qty-plus {
  padding: 0 10px;
}
.woocommerce .quantity .qty {
  width: 3.3em;
}
.product-cart-option div.quantity input.lafka-qty-plus:hover,
.product-cart-option div.quantity input.lafka-qty-minus:hover {
  background: transparent !important;
}
#ajax_cart_option_footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #ccc;
  display: none;
  z-index: 1111;
  color: #000;
}
#ajax_cart_option_footer.active {
  display: block;
}
#ajax_cart_option_footer .footer-cart-info {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
#ajax_cart_option_footer .footer-cart-info .count-footer {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #f30;
  border-radius: 50%;
  top: -5px;
  right: -8px;
  font-size: 12px;
  font-weight: normal;
}
#ajax_cart_option_footer .total-price {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0 10px;
}
#ajax_cart_option_footer .cart-customlocation {
  margin: 0;
  margin-left: 5px;
  line-height: 34px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0 10px;
  font-weight: normal;
  border-radius: 3px;
  left: auto;
  color: #fff;
  background-color: #50aecc;
  height: 34px;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
}
#powered .inner {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
#powered .author_credits {
  float: none !important;
  margin: auto;
  text-align: center !important;
}
#header.lafka-sticksy #main-menu {
  max-height: inherit !important;
  height: inherit !important;
  overflow: unset !important;
  opacity: 1 !important;
  margin-top: 76px !important;
}
.lafka-top-bar-message {
  z-index: 11;
}
img.loading_img_ajax {
  position: absolute;
  top: 41px;
  left: 54%;
}
.product-cart-option .quantity-submit {
  position: relative;
}
.loading_wrraper1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19999;
}
.cart-info td div.quantity input.lafka-qty-plus,
.cart-info td div.quantity input.lafka-qty-minus {
  display: block !important;
}
.cart-info div.quantity input.lafka-qty-plus {
  right: 0;
  left: auto;
}
.cart-info div.quantity input.lafka-qty-minus {
  left: 0;
  right: auto;
}
/* card */
.cart-info dl.variation,
table.woocommerce-checkout-review-order-table dl.variation {
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: flex-end;
}
.woocommerce-page .menu-categories-wrapper {
  display: none;
}
body.woocommerce-cart form.woocommerce-cart-form {
  width: 100% !important;
  padding: 0;
}
#back-top {
  position: fixed;
  right: 30px;
  bottom: 60px;
  height: 30px;
  width: 30px;
  border-radius: 40px;
  font-size: 12px;
  background: rgba(162, 162, 162, 0.8);
  line-height: 28px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  cursor: pointer;
  transition: border 0.5s, color 0.5s, background-color 0.5s, right 1.5s, opacity 0.5s;
  z-index: 2222;
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}
#back-top::before {
  content: "\f106";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 14px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 576px) {
  .content-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-wrap .images {
    width: 100%;
  }
  .content-wrap .images img {
    width: 100%;
  }
  .product-cart-option .quantity-submit {
    flex-direction: column;
    gap: 10px;
  }
  .product-cart-option .quantity-submit .quantity {
    margin: 0;
  }
  .quantity-submit .add-to-cart {
    width: 100%;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
    float: none;
  }
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px;
  font-weight: normal;
  min-height: 41px;
  line-height: 41px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #50aecc;
  background: var(--button-background-color);
  color: var(--button-color);
  border-radius: 3px;
  padding: 0 20px !important;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #3595b4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: var(--button-color);
}
.woocommerce-cart-form .shop_table thead {
  background-color: #000;
  color: #fff;
}
.woocommerce-checkout-review-order table.shop_table thead th {
  background-color: #000;
  color: #fff;
}
.woocommerce table.shop_table {
  margin-bottom: 30px;
}
.woocommerce table.shop_table td.product-name {
  font-size: 16px;
  margin-top: 0;
  font-weight: normal;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--color-heading-text);
}
.woocommerce a.remove {
  font-weight: 500;
}
.woocommerce table.shop_table th {
  font-size: 15px;
}
.woocommerce table.shop_table thead th {
  color: #fff;
}
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  font-size: 0.8em;
  text-transform: capitalize;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 180px;
}
.woocommerce-cart .wc-proceed-to-checkout a.dsmart-button,
.woocommerce-cart .wc-proceed-to-checkout a.button {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  min-height: 41px;
  line-height: 41px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background: var(--button-background-color);
  color: var(--button-color);
  border-radius: 3px;
  padding: 0 20px !important;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  margin-bottom: 10px;
}
.woocommerce-cart .wc-proceed-to-checkout a.dsmart-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
  background-color: #3595b4;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  color: var(--button-color);
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--button-background-color);
  color: var(--button-color);
}
.cart-collaterals .shipping_caculate > h2 {
  font-size: 32px;
  text-transform: uppercase;
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0 0 10px;
}
.cart-collaterals .shipping_caculate .select-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-collaterals .shipping_caculate .select-wrap > * {
  max-width: 300px;
  width: 100%;
}
.cart-collaterals .cart_totals > h2 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.woocommerce-billing-fields > h3 {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
#order_review_heading {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.select2-container--default .select2-selection--single {
  padding: 0 12px !important;
  line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 41px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px;
}
.woocommerce-terms-and-conditions-wrapper {
  margin: 0 0 10px;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .cart-collaterals .shipping_caculate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cart-collaterals .shipping_caculate .select-wrap {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .cart-collaterals .cart_totals {
    margin-top: -50px;
  }
  .menu-meals {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .product-price {
    --price-color: #222;
  }
  .content-wrap .left {
    padding-right: 0;
  }
  .menu-meals {
    padding: 70px 0 0;
  }
  .cart-info td.product-thumbnail {
    display: none !important;
  }
  .cart-info td.product-name dd,
  .cart-info td.product-name dt {
    width: auto !important;
  }
  .cart-info tbody tr.cart_item td.product-name {
    padding-left: 35px !important;
  }
  .woocommerce-cart-form .cart-info td.product-remove {
    width: auto !important;
    right: auto;
    left: 0;
    top: 5px;
    padding: 0 !important;
  }
  .woocommerce-cart-form .cart-info td.product-remove a.remove {
    width: 26px !important;
    height: 26px !important;
    color: #fff !important;
    background: none;
    font-size: 20px;
  }
  .woocommerce-cart-form .cart-info td.product-remove a.remove:before {
    display: none !important;
  }
  body.woocommerce-cart .cart-collaterals,
  form.checkout.woocommerce-checkout #order_review {
    width: 100% !important;
    float: none;
    margin: 40px 0 0;
  }
  .woocommerce table.shop_table td.product-name {
    font-size: 14px;
  }
  .price,
  .product-price,
  .woocommerce-Price-amount {
    font-size: 15px;
  }
  .elementor-widget-container > h2,
  .cart-collaterals .shipping_caculate > h2,
  .cart-collaterals .cart_totals > h2,
  .woocommerce-billing-fields > h3,
  #order_review_heading {
    font-size: 20px;
  }
  .cart-collaterals .shipping_caculate .select-wrap {
    margin: 0 0 20px;
  }
  .woocommerce table.shop_table td.product-quantity {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  .woocommerce table.shop_table td.product-quantity .quantity {
    margin: 0;
  }
  .woocommerce table.shop_table td.product-remove {
    position: absolute;
  }
  .woocommerce table.shop_table td.product-name {
    padding-left: 50px;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    font-weight: 500;
    font-size: 14px;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}
.loading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.loading-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.loading .loading-wrap {
  opacity: 1;
  visibility: visible;
}
select.ui-timepicker-select option:disabled {
  display: none;
}
