/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

@import url("https://fonts.googleapis.com/css?family=Nunito:700&display=swap");

body {
  direction: rtl !important;
}

/* Root */
:root {
  --shookit-dark-green: #024238;
  --shookit-dark-green-hover: rgba(2, 66, 56, 0.8);
  --shookit-dark-green-hover-override: rgb(64, 108, 100);
  --shookit-light-green: #57be8c;
  --shookit-light-green-hover: rgba(87, 190, 140, 0.5);
  --shookit-turquoise: #2eb49f;
  --shookit-black: #000000;
  --shookit-item-divider: #d6d5cb;
  --shookit-input-gray: rgba(155, 155, 155);
  --shookit-input-gray-hover: rgba(155, 155, 155, 0.5);
  --shookit-quantity-background: #f9f4ee;
  --shookit-white: #ffffff;
  --shookit-mobile-item-text-color: #4a4a4a;
  --shookit-background-gray: #d8d8d8;
  --shookit-background-grayer: rgba(216, 216, 216, 0.5);
  --shookit-background-beige: #f5e7d8;
  --shookit-ribbon-sale-color: #e7a99f;
  --shookit-mini-cart-header-color: #070808;
  --shookit-inactive-color: var(--shookit-input-gray);
  --shookit-danger-color: rgba(227, 118, 86);
  --shookit-danger-color-hover: rgba(227, 118, 86, 0.8);
  --shookit-contact-us-method-color: #334249;
  --shookit-input-border-color: #2c5542;
  --shookit-primary-color: var(--shookit-white);
  --shookit-primary-background: var(--shookit-dark-green);
  --shookit-single-product-description: #324249;
  --shookit-facebook-color: #4a90e2;
  --shookit-google-color: #ff6850;
  --shookit-image-thumbnail-overlay: #dff0f0;
  --shookit-cart-notes-bg-color: #fefefe;
  --shookit-mobile-search-input-border-color: #979797;

  --shookit-almoni-tzaar-font-face: var("Almoni Tzar", "Open Sans", sans-serif);
  --shookit-nunito-font-face: var("Nunito", sans-serif);

  --shookit-font-size-11: 16px;
  --shookit-font-size-12: 16px;
  --shookit-font-size-14: 16px;
  --shookit-font-size-16: 16px;
  --shookit-font-size-18: 18px;
  --shookit-font-size-19: 19px;
  --shookit-font-size-20: 20px;
  --shookit-font-size-22: 22px;
  --shookit-font-size-24: 24px;
  --shookit-font-size-25: 25px;
  --shookit-font-size-28: 28px;
  --shookit-font-size-30: 30px;
  --shookit-font-size-33: 33px;
  --shookit-font-size-34: 34px;
  --shookit-font-size-35: 36px;
  --shookit-font-size-40: 40px;
  --shookit-font-size-48: 48px;
  --shookit-font-size-50: 50px;
  --shookit-font-size-55: 55px;
  --shookit-font-size-64: 64px;

  --safe-area-inset-top: env(safe-area-inset-top, 0px);
  --safe-area-inset-bottom: env(safe-area-inset-bottom, 0vh);
}

input,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Almoni Tzar", "Open Sans", sans-serif;
}

#primary {
  background-color: var(--shookit-white);
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  padding-bottom: 10vh;
}

/* Reset */
input#autofill-address::-webkit-input-placeholder {
  color: transparent;
}
input#autofill-address::-moz-placeholder {
  color: transparent;
}
input#autofill-address:-ms-input-placeholder {
  color: transparent;
}
input#autofill-address::-ms-input-placeholder {
  color: transparent;
}
input#autofill-address::placeholder {
  color: transparent;
}
input#autofill-address::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
input#autofill-address:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
input#autofill-address::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
input#autofill-address:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

.ui.sale-color.ribbon.label {
  right: auto;
}

body {
  min-height: 100vh;
}
a:focus,
button:focus,
.button.alt:focus,
input:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  outline-color: transparent;
}

.home.blog .site-header,
.home.page:not(.page-template-template-homepage) .site-header,
.home.post-type-archive-product .site-header {
  margin-bottom: 2px;
}

.site-header {
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

input,
input:before,
input:after,
textarea,
textarea:before,
textarea:after {
  -webkit-touch-callout: initial !important; /* iOS Safari */
  -webkit-user-select: initial !important; /* Safari */ /* Konqueror HTML */
  -moz-user-select: initial !important; /* Old versions of Firefox */
  -ms-user-select: initial !important; /* Internet Explorer/Edge */
  user-select: initial !important; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#primary {
  background-color: var(--shookit-white);
}

.amount.woocommerce-Price-amount {
  color: var(--shookit-black);
  font-weight: 500;
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.49px;
  line-height: 23px;
  text-align: right;
}

.ui.label.sale-color.ribbon {
  background-color: var(--shookit-ribbon-sale-color);
  color: var(--shookit-white);
  font-size: var(--shookit-font-size-14);
  letter-spacing: 0.22px;
  padding: 4px 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.ui.label.sale-color.ribbon:after {
  border-left-color: var(--shookit-ribbon-sale-color);
  border-width: 0px 0px 6px 6px;
}

a.button.checkout.wc-forward {
  background-color: var(--shookit-dark-green) !important;
  color: var(--shookit-white) !important;
  font-size: var(--shookit-font-size-16);
  border: initial !important;
  letter-spacing: 0.19px;
  line-height: 23px;
}
.wc-forward::after,
.woocommerce-Button--next::after {
  content: "" !important;
  display: none;
}

.entry-title {
  width: 0px !important;
  height: 0px !important;
  font-size: 0px;
}

@media (min-width: 768px) {
  .site-header {
    padding-top: 10px;
  }
}

/* Global */
div.mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
div.mini-cart-activator > div:first-child {
  margin-left: 14px;
}
div.horizontal-divider {
  width: 1px;
  border: 1px solid var(--shookit-turquoise);
}

.icon-badge[data-count] {
  position: relative;
}

.icon-badge[data-count]:after {
  content: attr(data-count);
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  font-size: var(--shookit-font-size-11);
  background-color: var(--shookit-light-green);
  color: var(--shookit-white);
  border: 1px solid var(--shookit-primary-background);
  line-height: 1;
  padding: 1px;
  border-radius: 0.28571429rem;
  font-family: var(--shookit-almoni-tzaar-font-face);
}

.btn.primary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--shookit-primary-background);
  background-color: var(--shookit-primary-background);
  border-radius: 21.5px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 0.78px;
  line-height: 16px;
  text-align: center;
  color: var(--shookit-primary-color);
  font-weight: initial;
  font-family: var(--shookit-almoni-tzaar-font-face);
}
.btn.primary:hover {
  background-color: var(--shookit-dark-green-hover);
}

div.page-title {
  padding-right: 48px;
  padding-top: 42px;
  text-align: right;
  padding-bottom: 66px;
  font-family: var(--shookit-almoni-tzaar-font-face);
  font-size: var(--shookit-font-size-40);
  letter-spacing: 0.65px;
  line-height: 59px;
}

div.no-products-found {
  padding-right: 30px;
  padding-top: 42px;
  text-align: right;
  padding-bottom: 66px;
  font-family: var(--shookit-almoni-tzaar-font-face);
  font-size: var(--shookit-font-size-28);
  letter-spacing: 0.65px;
  line-height: 59px;
}

/* Header */
header.site-header {
  width: 100%;
}

.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: var(--shookit-font-size-16);
  padding-right: 34px;
  padding-left: 12px;
  padding-top: 10px;
}

.header-container > .header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  letter-spacing: 0.49px;
  text-align: right;
  line-height: 23px;
}

.header-container > .header-text > .header-menu-activator {
  margin-left: 15px;
  font-size: var(--shookit-font-size-20);
  cursor: pointer;
}
.header-container > .header-text > .header-menu-activator > img:hover {
  fill: var(--shookit-light-green);
}

.hamburger-menu {
  background-color: var(--shookit-light-green) !important;
  color: var(--shookit-white);
  width: 20%;
  display: none;
  position: fixed;
  z-index: 2000;
  -webkit-box-shadow: 2px 2px 7px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 7px 7px rgba(0, 0, 0, 0.5);
  height: 100vh;
  overflow-y: auto;
}

.hamburger-menu-headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hamburger-menu-headers > .hamburger-menu-tab-header {
  font-size: var(--shookit-font-size-30);
  font-weight: bold;
  letter-spacing: 0.92px;
  line-height: 44px;
  text-align: center;
  color: var(--shookit-cart-notes-bg-color);
  padding: 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hamburger-menu-headers > .hamburger-menu-tab-header:not(.active):hover {
  z-index: 2;
  color: var(--shookit-dark-green-hover);
  cursor: pointer;
}
.hamburger-menu-headers > .hamburger-menu-tab-header.menu {
  background-color: var(--shookit-turquoise);
}
.hamburger-menu-headers > .hamburger-menu-tab-header.categories {
  background-color: var(--shookit-light-green);
}
.hamburger-menu-headers > .hamburger-menu-tab-header.active {
  z-index: 2;
}

.hamburger-menu-headers > .hamburger-menu-tab-header.active:last-child {
  margin-left: 6px;
}

.hamburger-menu-tabs {
  height: 92vh;
}
.hamburger-menu-tabs > .hamburger-menu-tab {
  display: none;
}

.hamburger-menu-tabs > .hamburger-menu-tab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.hamburger-menu-tabs > .hamburger-menu-tab.menu {
  background-color: var(--shookit-turquoise);
}

.hamburger-menu-tab > .hamburger-menu-item {
  margin-bottom: 20px;
  width: 100%;
  padding-right: 25%;
}
.hamburger-menu-tab > .hamburger-menu-item:hover {
  background-color: var(--shookit-light-green-hover);
}

.hamburger-menu-tab > .hamburger-menu-item:first-child {
  margin-top: 80px;
}
.hamburger-menu-tab > .hamburger-menu-item > a {
  font-size: var(--shookit-font-size-24);
  letter-spacing: 0.73px;
  line-height: 36px;
  text-align: center;
  color: var(--shookit-cart-notes-bg-color);
}
.hamburger-menu-tab > .hamburger-menu-item > div.language-selector {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hamburger-menu-tab
  > .hamburger-menu-item
  > div.language-selector
  > .language-text {
  font-size: var(--shookit-font-size-24);
  letter-spacing: 0.73px;
  line-height: 36px;
  text-align: center;
  color: var(--shookit-cart-notes-bg-color);
}
.hamburger-menu-tab > .hamburger-menu-item > div.language-selector {
  text-decoration: none;
  cursor: pointer;
}
.hamburger-menu-tab > .primary-navigation {
  width: 100%;
  display: block;
}

.hamburger-menu-tab > .primary-navigation ul {
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hamburger-menu-tab > .primary-navigation > ul li {
  margin-bottom: 20px;
  width: 100%;
  text-align: right;
  padding-right: 25%;
}
.hamburger-menu-tab > .primary-navigation > ul:not(.sub-menu) > li:first-child {
  margin-top: 80px;
}
.hamburger-menu-tab > .primary-navigation ul.sub-menu {
  margin-right: -4%;
}
.hamburger-menu-tab > .primary-navigation ul.sub-menu > li {
  padding-right: 2%;
}

.hamburger-menu-tab > .primary-navigation ul.sub-menu > li::before {
  content: "-";
  font-size: var(--shookit-font-size-24);
  padding-left: 6px;
}
.hamburger-menu-tab > .primary-navigation ul.sub-menu > li:first-child {
  margin-top: 6px;
}
.hamburger-menu-tab > .primary-navigation ul.sub-menu > li {
  margin-bottom: 10px;
}

.hamburger-menu-tab > .primary-navigation > ul li > a {
  font-size: var(--shookit-font-size-24);
  letter-spacing: 0.73px;
  line-height: 36px;
  text-align: center;
  color: var(--shookit-cart-notes-bg-color);
  margin-bottom: 45px;
}
.hamburger-menu-tab > .primary-navigation > ul li:hover {
  background-color: var(--shookit-light-green-hover);
}

.header-container > .header-text > .header-greet {
  margin-left: 17px;
}

.header-container > .header-text > .header-greet > span.user-actions {
  margin-right: 3px;
}

.header-container > .header-text > .header-greet > span.user-actions > a {
  color: var(--shookit-black);
  text-decoration: underline;
}
.header-container > .header-text > .header-greet > span.user-actions > a:hover {
  color: var(--shookit-light-green);
}

.header-container > .header-text > .header-where-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.header-container > .header-text > .header-where-to > div:first-child {
  margin-left: 5px;
}

.header-container > .header-text > .header-where-to > div > img {
  -webkit-filter: invert(66%) sepia(11%) saturate(1559%) hue-rotate(98deg)
    brightness(98%) contrast(90%);
  filter: invert(66%) sepia(11%) saturate(1559%) hue-rotate(98deg)
    brightness(98%) contrast(90%);
  color: var(--shookit-light-green);
  margin-left: 8px;
  height: 17px;
}

.header-container > .header-text > .header-where-to > div > a {
  color: var(--shookit-light-green);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--shookit-light-green);
  text-decoration-color: var(--shookit-light-green);
  margin-right: 9px;
}

.header-container > .logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container > .logo-container > a.business-btn {
  margin-left: 30px;
  padding: 10px 25px;
}

.header-container > .logo-container img.logo {
  margin-right: 11px;
  height: 34px;
}

.header-container > .logo-container > a.site-name {
  font-family: var(--shookit-nunito-font-face);
  color: var(--shookit-black);
  font-size: var(--shookit-font-size-18);
  font-weight: bold;
  letter-spacing: 0.29px;
  line-height: 24px;
  text-align: center;
  padding-top: 1px;
  padding-bottom: 1px;
}
div.navbar.desktop {
  padding-right: 34px;
}

div.navbar
  > div
  > div.navbar-actions
  > div.search
  > div.item
  > div.floating.ui.green.label {
  top: 10em;
  right: 98%;
  background-color: var(--shookit-light-green);
  color: var(--shookit-white);
}

#header-search-input {
  padding-right: 1.75%;
  width: 95%;
  color: var(--shookit-black);
}
#header-search-input::-webkit-input-placeholder {
  color: var(--shookit-black);
}
#header-search-input::-moz-placeholder {
  color: var(--shookit-black);
}
#header-search-input:-ms-input-placeholder {
  color: var(--shookit-black);
}
#header-search-input::-ms-input-placeholder {
  color: var(--shookit-black);
}
#header-search-input::placeholder {
  color: var(--shookit-black);
}

div.navbar > div > div.navbar-actions > div.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.navbar > div > div.navbar-actions > div.search.active {
  width: 5%;
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.22);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: center;
  align-content: center;
}

div.navbar > div > div.navbar-actions > div.search.active > div#search-icon {
  position: absolute;
  margin-right: 0.45%;
}

div.navbar > div > div.navbar-actions > div.search.active > div:last-child {
  width: 100%;
}

div.navbar > div > div.navbar-actions > div.search.active > div:last-child {
  width: 100%;
}

/* Navbar */
.navbar > .navbar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 10px;
}

.navbar > .navbar-menu > .categories > div > ul {
  list-style: none;
}
.navbar > .navbar-menu > .categories > div > ul > li {
  display: inline;
  margin-left: 30px;
}

.navbar > .navbar-menu > .categories > div > ul > li > a {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.29px;
  line-height: 27px;
  color: var(--shookit-black);
}

.navbar > .navbar-menu > .categories > div > ul > li > a:hover {
  color: var(--shookit-light-green);
  text-decoration: underline;
}

.navbar > .navbar-menu > .categories > div > ul > li.current_page_item > a {
  text-decoration: underline;
  color: var(--shookit-light-green);
}

.navbar > .navbar-menu > .navbar-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar > .navbar-menu > .navbar-actions > div > div > input[type="text"] {
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-18);
  line-height: 27px;
  text-align: right;
  background-color: initial;
  padding: initial;
  border: initial;
  font-family: var(--shookit-almoni-tzaar-font-face);
  -webkit-box-shadow: initial;
  box-shadow: initial;
  width: 140px;
  letter-spacing: 0.29px;
}

.navbar > .navbar-menu > .navbar-actions > div.search {
  width: auto;
}

.navbar > .navbar-menu > .navbar-actions > div.search.active {
  /* width: 99%; */
  right: 30px;
  position: absolute;
  z-index: 100;
  min-height: 40px;
  background-color: var(--shookit-white);
}

.navbar > .navbar-menu > .navbar-actions > .mini-cart {
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.49px;
  line-height: 23px;
  margin-right: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.navbar
  > .navbar-menu
  > .navbar-actions
  > .mini-cart
  > div.mini-cart-activator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar
  > .navbar-menu
  > .navbar-actions
  > .mini-cart
  > div.mini-cart-activator
  > span {
  margin-right: 11px;
}

.navbar
  > .navbar-menu
  > .categories
  > .primary-navigation
  > .menu
  > li.menu-item-has-children {
  display: inline-block;
  position: relative;
}

.navbar
  > .navbar-menu
  > .categories
  > .primary-navigation
  > .menu
  > li.menu-item-has-children
  > ul.sub-menu {
  display: none;
  position: absolute;
  top: 22px;
  right: -15px;
  background-color: var(--shookit-white);
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 19px;
  min-width: 176px;
  z-index: 101;
  list-style: none;
}

.navbar
  > .navbar-menu
  > .categories
  > .primary-navigation
  > .menu
  > li.menu-item-has-children
  > ul.sub-menu
  > li {
  padding-top: 7px;
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.29px;
  line-height: 27px;
  text-align: right;
  color: var(--shookit-black);
}
.navbar
  > .navbar-menu
  > .categories
  > .primary-navigation
  > .menu
  > li.menu-item-has-children
  > ul.sub-menu
  > li
  > a:hover {
  color: var(--shookit-light-green);
  text-decoration: underline;
}

.navbar
  > .navbar-menu
  > .categories
  > .primary-navigation
  > .menu
  > li.menu-item-has-children:hover
  > ul.sub-menu {
  display: block;
}

/* products */
div.products {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.products > div.product {
  position: relative;
  margin-left: 7%;
  margin-bottom: 5.15%;
  width: 155px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.products > div.product > div.product-title {
  font-size: var(--shookit-font-size-18);
  text-align: right;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

div.products > div.product > div.product-image {
  position: relative;
  width: 142px;
  height: 139px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
}
div.products > div.product > div.product-image > div.out-of-stock-ribbon {
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.26px;
  line-height: 23px;
  text-align: center;
  color: var(--shookit-black);
  font-weight: bold;
  position: absolute;
  background-color: var(--shookit-item-divider);
  width: 100%;
  top: 50%;
  opacity: 0.73;
}
div.products > div.product > div.product-title:hover,
div.products > div.product > div.product-image:hover {
  cursor: pointer;
}

div.product > div.product-pricing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  min-height: 49px;
}

div.product > div.product-pricing-container > div.product-pricing.regular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.25px;
  line-height: 27px;
  font-weight: 400;
}

div.product
  > div.product-pricing-container
  > div.product-pricing.regular
  > .product-pricing-inactive {
  font-size: var(--shookit-font-size-14);
  letter-spacing: 0.19px;
  line-height: 20px;
  text-decoration: line-through;
}

div.product
  > div.product-pricing-container
  > div.product-pricing.regular
  > .product-pricing-text.on-sale {
  color: var(--shookit-danger-color);
}
/*
font-size: var(--shookit-font-size-18);
    letter-spacing: 0.3px;
    line-height: 20px;
    text-align: right;    */

div.product > div.product-pricing-container > div.product-pricing.active,
div.product
  > div.product-pricing-container
  > div.product-pricing.active
  > span.woocommerce-Price-amount.amount {
  color: var(--shookit-light-green);
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.25px;
  line-height: 27px;
  font-weight: 400;
}
div.product > div.product-pricing-container > div.product-pricing.regular {
  color: var(--shookit-input-gray);
}

div.product:hover > div.product-add-to-cart-container,
div.products > div.product > div.product-add-to-cart-container.in-cart,
div.single-product-container > div.product > div.product-add-to-cart-container {
  visibility: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

div.product > div.product-add-to-cart-container {
  display: block;
  visibility: hidden;
  width: 100%;
}

div.product-add-to-cart-container > div.product-unit-selector-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px 100px 96px 96px;
  color: var(--shookit-white);
}

div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container
  > div.product-unit-option.selected {
  background-color: var(--shookit-light-green);
  color: var(--shookit-white);
}

div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container {
  color: var(--shookit-input-blackborder-color);
  background-color: var(--shookit-background-grayer);
  font-size: var(--shookit-font-size-18);
  line-height: 27px;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 8px;
}

div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container
  > div.product-unit-option {
  height: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  width: 55px;
}
div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container
  > div.product-unit-option:not(.selected):hover {
  background-color: var(--shookit-light-green-hover);
  color: var(--shookit-white);
  cursor: pointer;
}

div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container
  > div.product-unit-option:first-child {
  padding-right: 17px;
  padding-left: 15px;
  border-radius: 100px 100px 96px 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container
  > div.product-unit-option:last-child {
  padding-right: 17px;
  padding-left: 15px;
  border-radius: 100px 100px 96px 96px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div.product
  > div.product-add-to-cart-container
  > div.product-unit-selector-container
  > div.product-unit-option:first-child:last-child {
  border-radius: 100px 100px 96px 96px;
  padding-left: 17px;
  padding-right: 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

div.product > div.product-add-to-cart-container > button {
  margin-left: auto;
  margin-right: auto;
}

div.product
  > div.product-add-to-cart-container
  > div.product-add-to-cart-container-control.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--shookit-primary-background);
  color: var(--shookit-primary-color);
  border-radius: 21.5px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
}

div.product
  > div.product-add-to-cart-container
  > div.product-add-to-cart-container-control {
  display: none;
}
div.product > div.product-add-to-cart-container > .hidden {
  display: none;
}

div.product > div.product-add-to-cart-container > .active {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}

div.product
  > div.product-add-to-cart-container
  > div.product-add-to-cart-container-control
  > div.modify-quantity {
  font-size: var(--shookit-font-size-64);
  color: var(--shookit-white);
  height: 30px;
  width: 30px;
  display: table-cell;
  text-align: center;
  border-radius: 50%;
  padding-top: 5px;
}

div.product
  > div.product-add-to-cart-container
  > div.product-add-to-cart-container-control
  > div.modify-quantity:hover {
  background-color: var(--shookit-dark-green-hover-override);
  cursor: pointer;
}

div.product
  > div.product-add-to-cart-container
  > div.product-add-to-cart-container-control
  > div.modify-quantity.add {
  margin-right: 3px;
  padding-left: 2px;
}

div.product
  > div.product-add-to-cart-container
  > div.product-add-to-cart-container-control
  > div.modify-quantity.substract {
  margin-left: 3px;
  padding-left: 1px;
}

div.product > div.product-add-to-cart-container input[type="number"] {
  width: 60px;
  height: 30px;
  background-color: var(--shookit-white);
  color: var(--shookit-dark-green);
  line-height: 16px;
  text-align: center;
  font-size: var(--shookit-font-size-14);
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border: initial;
  margin: 0 22px;
}

div.product
  > div.product-add-to-cart-container
  input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
div.product
  > div.product-add-to-cart-container
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

/* footer */
.site-footer {
  background-color: var(--shookit-dark-green);
  color: var(--shookit-white);
}

.sticky-footer {
  padding-top: 10px;
}

.site-footer a {
  color: var(--shookit-white);
}

.site-footer a:not(.button) {
  color: var(--shookit-white);
}

.content-area {
  min-height: calc(100vh - 360px);
}

div.sticky-footer {
  background-color: var(--shookit-dark-green);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 32px;
  padding-left: 12px;
}

div.sticky-footer > .helpful-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.sticky-footer div {
  padding-bottom: 15px;
}
div.sticky-footer div:last-child {
  padding-bottom: 0;
}

div.sticky-footer a {
  color: var(--shookit-white);
  text-decoration: underline;
  font-size: var(--shookit-font-size-16);
  line-height: 23px;
}

/* Menus */
.mini-cart-page {
  position: fixed !important;
  left: 0px;
  width: 290px;
  top: 120px;
  background-color: var(--shookit-white);
  display: none;
  z-index: 1000000;
  -webkit-box-shadow: 1px 4px 15px -2px rgba(0, 0, 0, 0.76);
  box-shadow: 1px 4px 15px -2px rgba(0, 0, 0, 0.76);
}

/* Hero */
/* The hero image */
.hero-image {
  /* Set a specific height */
  width: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image > img {
  width: 100%;
  height: auto;
}

/* Why us */
.whyus {
  background-color: var(--shookit-background-beige);
}

.whyus > .whyus-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 64px;
  padding-right: 64px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.whyus > .whyus-content > .whyus-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whyus > .whyus-content > .whyus-item > .whyus-item-image > img {
  height: 74px;
}

.whyus > .whyus-content > .whyus-item > .whyus-item-title {
  font-size: var(--shookit-font-size-30);
  line-height: 44px;
  color: var(--shookit-black);
  text-align: center;
}
.whyus > .whyus-content > .whyus-item > .whyus-item-description {
  font-size: var(--shookit-font-size-18);
  line-height: 27px;
  text-align: center;
}

/* content section */
.content-section {
  margin-top: 26px;
  margin-right: 72px;
}

.content-section > .content-section-title {
  padding-right: 49px;
  margin-bottom: 28px;
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.55px;
  line-height: 27px;
  text-align: right;
  color: var(--shookit-black);
}

/* mobile-item-container */
.content-section.mobile {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.content-section.mobile .mobile-item-container {
  overflow-x: hidden;
  width: 100%;
  margin-bottom: -17px;
}

.content-section.mobile .mobile-item-container {
  overflow-x: auto;
  width: 100%;
  padding-bottom: 17px;
  white-space: nowrap;
  cursor: pointer;
}
.mobile-item-container {
  -ms-scroll-snap-type: inline mandatory;
  scroll-snap-type: inline mandatory;
  display: -ms-grid;
  display: grid;
  grid: auto / repeat(5, auto);
  grid-gap: 11px;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.mobile-item-container {
  grid-template-columns: repeat(auto-fit, auto);
}

.mobile-item-container::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Chrome/Safari/Webkit */
}

.mobile-item-container > .mobile-item {
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.17);
  width: 122px;
  scroll-snap-align: center;
}

.mobile-item-container > .mobile-item.no-shadow {
  box-shadow: initial;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-item-container > .mobile-item > .img-container > img {
  padding: 5px 26px;
  max-height: 64px;
  width: auto;
  margin: auto;
}

.mobile-item-container > .mobile-item > .img-container.background {
  height: 64px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 122px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
}
.mobile-item-container > .mobile-item > .mobile-item-content {
  padding-right: 10px;
  padding-bottom: 6px;
  min-height: 59px;
}

.mobile-item-container
  > .mobile-item
  > .mobile-item-content
  > .mobile-item-content-title {
  font-size: var(--shookit-font-size-14);
  line-height: 20px;
  text-align: right;
  white-space: normal;
}

.mobile-item-container
  > .mobile-item
  > .mobile-item-content
  > .mobile-item-content-text {
  color: var(--shookit-mobile-item-text-color);
  font-size: var(--shookit-font-size-12);
  line-height: 17px;
  text-align: right;
  white-space: normal;
}

.mobile-item-container > .mobile-item:last-child {
  padding-left: 17px;
}

.mobile-item-category {
  border-radius: 18px;
  height: 34px;
  width: 122px;
  -webkit-box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.17);
}

.mobile-item-category .mobile-item-content-title {
  padding-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile-item-category .mobile-item-content-title a {
  text-align: center;
  font-size: var(--shookit-font-size-19);
  letter-spacing: 0.58px;
  line-height: 28px;
  color: var(--shookit-black);
  text-decoration: none;
}

.mobile-item-container div.mobile-item-category.has-children {
  display: inline-block;
  position: relative;
}

/* div.mobile-item-category.has-children:hover ul.sub-menu {
    display: block;
} */

.mobile-item-container ul.sub-menu {
  display: none;
  position: absolute;
  top: 22px;
  right: -15px;
  background-color: var(--shookit-white);
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 19px;
  min-width: 176px;
  z-index: 103;
  list-style: none;
}

/* mini-cart */
div.mini-cart-item-container {
  overflow-y: auto;
  height: 67vh;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

div.mini-cart-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.empty-mini-cart {
  width: 100%;
  margin-top: 20vh;
  text-align: center;
  color: var(--shookit-mini-cart-header-color);
  font-size: var(--shookit-font-size-20);
  font-weight: bold;
  letter-spacing: 0.19px;
  line-height: 29px;
}

div.mini-cart-item-container > div {
  scroll-snap-align: end;
  scroll-snap-stop: always;
}

div.mini-cart-item-container > div:first-child {
  margin-top: 5px;
}

div.mini-cart-item-divider {
  border: 0.5px solid var(--shookit-item-divider);
  height: 2px;
  width: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 13px 10px 15px 5px;
}

div.mini-cart-container > .mini-cart-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div.mini-cart-container > .mini-cart-top > div.mini-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 17px;
}
div.mini-cart-container
  > .mini-cart-top
  > div.mini-cart-header
  > div.mini-cart-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
div.mini-cart-container
  > .mini-cart-top
  > div.mini-cart-header
  > div.mini-cart-header-right
  > div.mini-cart-close {
  font-size: var(--shookit-font-size-18);
  padding-left: 34px;
  line-height: 27px;
  font-weight: bolder;
  padding-right: 5px;
  cursor: pointer;
}
div.mini-cart-container
  > .mini-cart-top
  > div.mini-cart-header
  > div.mini-cart-header-right
  > div.mini-cart-close:hover {
  color: var(--shookit-light-green);
}

div.mini-cart-container > .mini-cart-top > div.mini-cart-header {
  padding-top: 11px;
}

div.mini-cart-container
  > .mini-cart-top
  > div.mini-cart-header
  > div.mini-cart-header-right
  > div.mini-cart-title {
  color: var(--shookit-mini-cart-header-color);
  font-size: var(--shookit-font-size-18);
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 27px;
}
div.mini-cart-container
  > .mini-cart-top
  > div.mini-cart-header
  > div.mini-cart-clear-cart {
  color: var(--shookit-danger-color);
  font-size: var(--shookit-font-size-16);
  font-weight: 600;
  letter-spacing: 0.14px;
  line-height: 20px;
  text-decoration: underline;
  cursor: pointer;
}

div.mini-cart-container
  > .mini-cart-top
  > .mini-cart-item-container
  > .mini-cart-item
  > .mini-cart-item-image
  > a
  > img {
  width: 36px;
  height: auto;
  margin-top: 10px;
  max-height: 48px;
}

div.mini-cart-item {
  display: -ms-grid;
  display: grid;
  grid-template-areas:
    "image name price"
    "image control remove";
  -ms-grid-columns: 0.2fr 1fr 0.3fr;
  grid-template-columns: 0.2fr 1fr 0.3fr;
  margin-right: 17px;
  margin-left: 10px;
}
div.mini-cart-item > div.mini-cart-item-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
}
div.mini-cart-item > div.mini-cart-item-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: name;
  font-size: var(--shookit-font-size-16);
  font-weight: bold;
  letter-spacing: 0.15px;
  line-height: 23px;
  text-align: right;
  color: var(--shookit-black);
}
div.mini-cart-item > div.mini-cart-item-name > a {
  color: var(--shookit-black);
}
div.mini-cart-item > div.mini-cart-product-price {
  grid-area: "price";
}

div.mini-cart-item
  > div.mini-cart-product-price
  > span.woocommerce-Price-amount.amount {
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.15px;
  line-height: 23px;
}

div.mini-cart-item
  > div.mini-cart-product-price.on-sale
  > span.woocommerce-Price-amount.amount {
  text-decoration: line-through;
  color: var(--shookit-danger-color);
}

div.mini-cart-item > div.mini-cart-product-quantity-container {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: control;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
}
div.mini-cart-item
  > div.mini-cart-product-quantity-container
  > div.mini-cart-product-quantity {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: var(--shookit-font-size-16);
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 23px;
  color: var(--shookit-mini-cart-header-color);
  margin: 0 5px;
  min-width: 100px;
}
div.mini-cart-item
  > div.mini-cart-product-quantity-container
  > div.mini-cart-product-quantity
  > .input-quantity {
  background-color: var(--shookit-quantity-background);
  margin: 0 5px;
}

div.mini-cart-item
  > div.mini-cart-product-quantity-container
  > div.mini-cart-product-quantity-label,
div.mini-cart-item
  > div.mini-cart-product-quantity-container
  > div.mini-cart-product-quantity-type {
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.15px;
  line-height: 23px;
}
div.mini-cart-item > div.mini-cart-sale-price {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: remove;
  padding-top: 10.5px;
}
div.mini-cart-item:hover > div.mini-cart-remove-product {
  display: block;
  padding-top: 5px;
  cursor: pointer;
}

div.mini-cart-item:hover div.mini-cart-sale-price {
  display: none;
}
div.mini-cart-item > div.mini-cart-remove-product {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  display: none;
  grid-area: remove;
  color: var(--shookit-danger-color);
  text-decoration: underline;
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.15px;
  line-height: 30px;
}
div.mini-cart-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: var(--shookit-background-beige);
  padding: 10px 0px;
}
div.mini-cart-summary > div.mini-cart-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-right: 18px;
  margin-left: 22px;
}
.mini-cart-summary
  div.mini-cart-summary-item.total
  .woocommerce-Price-amount.amount,
div.mini-cart-summary-item.total {
  color: var(--shookit-black);
}
.mini-cart-summary div.mini-cart-summary-item .woocommerce-Price-amount.amount,
.mini-cart-summary div.mini-cart-summary-item {
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-16);
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 23px;
}
.mini-cart-action {
  background-color: var(--shookit-dark-green);
  width: 100%;
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.19px;
  line-height: 23px;
  text-align: center;
  color: var(--shookit-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mini-cart-action:hover {
  background-color: var(--shookit-dark-green-hover);
}

.mini-cart-action a {
  color: var(--shookit-white);
  width: 100%;
}

.mini-cart-action .action-item {
  height: 100%;
  width: 100%;
  padding: 10px;
}

.mini-cart-action .action-item {
  padding-top: 4px;
}

.mini-cart-action .action-item.danger {
  height: 24px;
  background-color: var(--shookit-danger-color);
  width: 100%;
}

.mini-cart-product-quantity > div > input[type="number"] {
  width: 35px;
  background-color: var(--shookit-quantity-background);
  color: var(--shookit-mini-cart-header-color);
  line-height: 16px;
  text-align: center;
  font-size: var(--shookit-font-size-14);
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -webkit-box-shadow: initial;
  box-shadow: initial;
  border: initial;
  width: 50px;
}
.mini-cart-product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  max-width: 60px;
}
.mini-cart-product-quantity
  > div
  > input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
.mini-cart-product-quantity
  > div
  > input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}
.mini-cart-product-quantity > .modify-quantity {
  visibility: hidden;
  font-size: var(--shookit-font-size-30);
  cursor: pointer;
  border-radius: 50%;
  background-color: var(--shookit-quantity-background);
  width: 20px;
  height: 20px;
}

.mini-cart-product-quantity > .modify-quantity:hover {
  background-color: var(--shookit-input-gray-hover);
}

.mini-cart-product-quantity > .modify-quantity.add {
  padding-right: 4.5px;
  line-height: 0.7;
}

.mini-cart-product-quantity > .modify-quantity.substract {
  padding-right: 5.2px;
  line-height: 0.7;
}

.mini-cart-product-quantity:hover > .modify-quantity {
  visibility: visible;
}
.mini-cart-product-quantity > div > input[type="number"]:focus,
.modify-quantity {
  display: block;
}

.mini-cart-product-quantity-type select::-ms-expand {
  display: none;
}
.mini-cart-product-quantity-type select {
  border: 0px;
  color: var(--shookit-input-gray);
  min-width: 30px;
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.15px;
  line-height: 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Almoni Tzar", "Open Sans", sans-serif;
  padding: 0 8px 0 0;
}

.mini-cart-product-quantity-type select:hover::-ms-expand {
  display: block;
}
.mini-cart-product-quantity-type select:hover {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  color: var(--shookit-black);
}

/* just for you */
div.just-for-you-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-left: 10.64%;
  width: 100%;
  margin-bottom: 5%;
}

div.just-for-you-container > a {
  margin-left: 3.61%;
}
div.just-for-you-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.just-for-you-item-container > div.just-for-you-item-image {
  -webkit-box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 18px 0 rgba(0, 0, 0, 0.12);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 18px;
  width: 174px;
  height: 174px;
}
div.just-for-you-item-container > div.just-for-you-item-title {
  margin-top: 16px;
  color: var(--shookit-black);
  font-size: var(--shookit-font-size-19);
  letter-spacing: 0.58px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}

/* Search */
.search-results-omnibox {
  display: none;
  position: fixed;
  margin-right: 1%;
  width: 98%;
  background-color: var(--shookit-white);
  right: 10px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  overflow-y: auto;
  z-index: 1000;
}

.search-results-omnibox div.search-results-term {
  font-size: var(--shookit-font-size-48);
  padding-bottom: 0.5%;
  padding-right: 3%;
  color: var(--shookit-black);
}
.search-results-omnibox {
  padding-top: 0.5%;
}

.search-results-omnibox > .search-error {
  font-size: var(--shookit-font-size-48);
  margin-bottom: 1.5%;
  margin-right: 3%;
}

.search-results-omnibox div.products {
  padding-right: 2%;
}

.search-results-omnibox div.products > div.product {
  margin-bottom: 0%;
  padding-bottom: 2%;
}

/* product toast */
.product-toast-container {
  border-bottom: 4px solid var(--shookit-light-green);
  display: none;
  position: absolute;
  left: 1.17%;
  top: 115px;
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0);
  min-width: 240px;
  z-index: 3000;
  -webkit-animation: fadeout 0.5s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadeout 0.5s;
}

.product-toast-container.active::before {
  content: " ";
  position: absolute;
  background-color: var(--shookit-white);
  width: 20px;
  height: 20px;
  top: -8px;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-toast-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
  -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */ /* Firefox < 16 */ /* Internet Explorer */ /* Opera < 12.1 */
  animation: fadein 0.5s;
}
.product-toast-container > .product-toast {
  padding: 0.6% 1.07% 0.5% 0.59%;
  background-color: var(--shookit-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-toast > .product-toast-image > a > img {
  height: 41px;
  width: 42px;
}
.product-toast > .product-toast-image {
  padding-left: 2.25%;
  padding-right: 11px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.product-toast-container > .product-toast-actions {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.23px;
  line-height: 20px;
  background-color: var(--shookit-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 6px;
}

.product-toast-container
  > .product-toast-actions
  > .product-toast-action.danger {
  color: var(--shookit-danger-color);
  text-decoration: underline;
  font-weight: bold;
}

.product-toast > .product-toast-name > a {
  border-left: 2px solid var(--shookit-black);
  color: var(--shookit-black);
  padding-left: 2px;
  font-weight: bold;
  font-size: var(--shookit-font-size-18);
}

.product-toast > .product-toast-price {
  padding-right: 2px;
}
.product-toast > .product-toast-price > span.woocommerce-Price-amount.amount {
  font-size: var(--shookit-font-size-18);
}

/* Fixed footer */
.fixed-footer {
  position: fixed;
  width: 100%;
  background-color: var(--shookit-light-green);
  color: var(--shookit-white);
  bottom: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  padding-top: 10px;
  padding-right: 5px;
  padding-left: 17px;
  padding-bottom: var(--safe-area-inset-bottom);
}

.fixed-footer > .fixed-footer-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 10px;
}
.fixed-footer > .fixed-footer-start > div:first-child {
  margin-left: 10px;
}

.fixed-footer .amount.woocommerce-Price-amount {
  color: var(--shookit-white);
}
.fixed-footer img.icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.fixed-footer span.mini-cart-activator {
  padding-right: 14px;
  cursor: pointer;
}

/* 404 */
.not-found-container {
  margin-top: 2.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-image {
  height: 141px;
  width: 145px;
}

.not-found-title {
  color: var(--shookit-black);
  font-size: var(--shookit-font-size-50);
  letter-spacing: 0.48px;
  line-height: 74px;
  text-align: center;
}

.not-found-message {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.29px;
  line-height: 27px;
  text-align: right;
}

/* contact us */
.contact-us-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 4%;
  width: 100%;
}

.contact-us-container > .contact-us-header {
  padding-bottom: 2%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  width: 99%;
}

.contact-us-container > .contact-us-header > .contact-us-title {
  font-size: var(--shookit-font-size-50);
  font-weight: 600px;
  letter-spacing: 0.48px;
  line-height: 74px;
  text-align: right;
}

.contact-us-container > .contact-us-header > .contact-us-content {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: right;
}

.contact-us-container > .contact-us-header > .contact-us-actions {
  margin-right: 1.4%;
  margin-top: 1.5%;
}

.contact-us-container
  > .contact-us-header
  > .contact-us-actions
  > a.btn.primary {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.88px;
  line-height: 16px;
  text-align: center;
  padding: 0.31% 3%;
}

.contact-us-body
  > .contact-us-body-methods
  > .cotnact-us-method
  > .contact-us-method-title {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: right;
  color: var(--shookit-light-green);
  width: 163px;
  margin-left: 45px;
  padding-top: 5px;
}
.contact-us-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}

.contact-us-body > .contact-us-body-methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 30%;
  margin-left: 10%;
}

.contact-us-body > .contact-us-body-methods > .cotnact-us-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 12px;
}

.contact-us-body
  > .contact-us-body-methods
  > .cotnact-us-method
  > .contact-us-method-content {
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.17px;
  line-height: 27px;
  padding-top: 12px;
  color: var(--shookit-contact-us-method-color);
}
.contact-us-body
  > .contact-us-body-methods
  > .cotnact-us-method
  > .contact-us-method-content
  > a.btn.primary {
  padding: 6px 12px;
  width: 149px;
}

.contact-us-body > .contact-us-body-times {
  color: var(--shookit-light-green);
  font-size: var(--shookit-font-size-20);
  letter-spacing: 0.19px;
  line-height: 28px;
  text-align: right;
}

.checkout-section {
  margin-top: 60px;
  width: 800px;
}

.checkout-section-body {
  margin-top: 2.2em;
}

#authentication > .checkout-section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.auth-option {
  padding: 0 40px;
  min-width: 300px;
}
.auth-option + .auth-option {
  border-right: 1px solid var(--shookit-item-divider);
}

#due_date > .checkout-section-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  margin-right: 25px;
  margin-left: 230px;
}

#payment > .checkout-section-body {
  margin-right: 25px;
  margin-left: 230px;
}

#payment_methods p {
  font-size: var(--shookit-font-size-16);
}

#save_cc {
  margin-top: 10px;
}
.payment_method_creditguard {
  font-size: var(--shookit-font-size-16);
}

input[name="credit_card_type"] {
  margin-left: 5px;
}

.container {
  margin: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-step {
  font-size: var(--shookit-font-size-55);
  font-weight: 600;
}

#details > .checkout-section-body {
  margin: auto 1vw auto 10vw;
}

.section-summary {
  color: var(--shookit-input-gray);
  margin: 0 70px 0 0;
}

.section-summary > p,
.section-summary > a {
  margin-bottom: 0px;
  font-size: var(--shookit-font-size-16);
}

.section-summary > a {
  text-decoration: underline !important;
  color: var(--shookit-dark-green);
}
.section-summary > a:hover {
  color: var(--shookit-light-green);
}

#shipping-billing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#shipping {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-areas:
    "required required required required required required"
    "reg-title reg-title reg-title reg-title reg-title reg-title"
    "s-first-name s-first-name s-first-name s-last-name s-last-name s-last-name"
    "phone phone phone phone phone phone"
    "b-email b-email b-email b-email b-email b-email"
    "subscribe subscribe subscribe subscribe subscribe subscribe"
    "guest guest guest guest guest guest"
    "password password password password password password"
    ". . . . . ."
    "s-title s-title s-title s-title s-title s-title"
    "s-type s-type s-type s-type s-type s-type"
    "s-address s-address s-address s-address s-address s-address"
    "s-auto-validate s-auto-validate s-auto-validate s-auto-validate s-auto-validate s-auto-validate"
    "s-entrance s-entrance s-floor s-floor s-apt s-apt"
    "s-notes s-notes s-notes s-notes s-notes s-notes"
    "diff-b diff-b diff-b diff-b diff-b diff-b"
    "plastic plastic plastic plastic plastic plastic";
  grid-gap: 0 20px;
}

#billing:not(.hidden) {
  display: -ms-grid !important;
  display: grid !important;
  grid-template-areas:
    "b-title b-title b-title b-title b-title b-title"
    "b-first-name b-first-name b-first-name b-last-name b-last-name b-last-name"
    "b-type b-type b-type b-type b-type b-type"
    "b-address b-address b-address b-address b-address b-address"
    "b-auto-validate b-auto-validate b-auto-validate b-auto-validate b-auto-validate b-auto-validate"
    "b-entrance b-entrance b-floor b-floor b-apt b-apt"
    "b-notes b-notes b-notes b-notes b-notes b-notes";
  grid-gap: 0 20px;
  margin: 50px 0 0 0;
}
#shipping_address_type_field {
  -ms-grid-row: 21;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: s-type;
}

#billing_address_type_field {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: b-type;
}

.checkout-address-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-address-type > label {
  font-size: var(--shookit-font-size-24);
  margin: -2px 0 0 20px;
}
.checkout-address-type > input {
  margin: 0 0 0 8px;
}

#billing_first_name_field {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: b-first-name;
}
#billing_last_name_field {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: b-last-name;
}
#billing_autofill_checkout_field {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: b-address;
}
#billing_entrance_field {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: b-entrance;
}
#billing_floor_number_field {
  -ms-grid-row: 11;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: b-floor;
}
#billing_apt_number_field {
  -ms-grid-row: 11;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: b-apt;
}
#billing_notes_field {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: b-notes;
}
#billing_email_field {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: b-email;
}

#different_billing_field {
  -ms-grid-row: 31;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: diff-b;
}
#no_plastic_field {
  -ms-grid-row: 33;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: plastic;
}
#subscribe_field {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: subscribe;
}
#billing_phone_field {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: phone;
}
#reg_password_field {
  -ms-grid-row: 15;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: password;
  margin: 0 0 30px 0;
}

#guest_checkout_field {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: guest;
}
#shipping_first_name_field {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: s-first-name;
}
#shipping_last_name_field {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 5;
  grid-area: s-last-name;
}
#shipping_autofill_checkout_field {
  -ms-grid-row: 23;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: s-address;
}
#shipping_entrance_field {
  -ms-grid-row: 27;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: s-entrance;
}
#shipping_floor_number_field {
  -ms-grid-row: 27;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: s-floor;
}
#shipping_apt_number_field {
  -ms-grid-row: 27;
  -ms-grid-column: 9;
  -ms-grid-column-span: 3;
  grid-area: s-apt;
}
#shipping_notes_field {
  -ms-grid-row: 29;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: s-notes;
}
#registration-title {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: reg-title;
}
#shipping-title {
  -ms-grid-row: 19;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: s-title;
}
#billing-title {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: b-title;
}
#required-description {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: required;
  font-weight: 600;
  margin-right: -15px;
}

#shipping_autofill_checkout_valid {
  -ms-grid-row: 25;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: s-auto-validate;
  margin: 0 0 30px 0;
}

#billing_autofill_checkout_valid {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  -ms-grid-column-span: 11;
  grid-area: b-auto-validate;
  margin: 0 0 30px 0;
}

.checkout-section .checkout-section-header {
  color: var(--shookit-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.checkout-section-header > h3 {
  font-size: var(--shookit-font-size-24);
}

.section-done h3 {
  color: var(--shookit-input-gray) !important;
}

.section-done {
  margin: 0 0 0px 0;
}

#checkout-authentication {
  font-size: var(--shookit-font-size-18);
}

p.checkout-auth.terms {
  font-size: var(--shookit-font-size-16);
}

p.checkout-auth.terms a {
  text-decoration: underline !important;
  color: var(--shookit-light-green);
}
p.checkout-auth.terms a:hover {
  text-decoration: underline !important;
  color: var(--shookit-light-green-hover);
}

#checkout-registration {
  max-width: 325px;
}

#checkout-registration h4 {
  margin-bottom: 15px;
}

.checkout-title {
  font-size: var(--shookit-font-size-24);
  font-weight: 400;
}

.auth-button,
.checkout-continue-button {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 3px 1.2em !important;
  min-width: 173px;
  margin: 0 0 0.3em 0;
  border-radius: 2em !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400 !important;
  font-size: var(--shookit-font-size-18);
  color: var(--shookit-dark-green);
  background-color: var(--shookit-white);
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding-bottom: 3px;
  cursor: pointer;
  font-family: var(--shookit-almoni-tzaar-font-face) !important;
}

.forgot-password {
  border-color: transparent;
  text-decoration: underline !important;
}

form#login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

form#login input[type="submit"],
.checkout-continue-button {
  color: var(--shookit-white) !important;
  background-color: var(--shookit-dark-green) !important;
  border: 1.5px solid var(--shookit-dark-green) !important;
  margin-top: 25px;
}

.register-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.register-option + .register-option {
  margin-top: 40px;
}

#guest-checkout > input[type="button"] {
  color: var(--shookit-dark-green);
  background-color: var(--shookit-white);
  border: 1.5px solid var(--shookit-dark-green);
}

#checkout-registration .description {
  font-size: var(--shookit-font-size-18);
  margin-bottom: 55px;
}

#checkout-registration .checkout-auth.terms {
  margin-bottom: 55px;
}

.subsection-header {
  font-size: var(--shookit-font-size-18);
  font-weight: 500;
}

.description .highlight {
  font-size: var(--shookit-font-size-22);
  color: var(--shookit-light-green);
}

#create-account > input[type="button"] {
  color: var(--shookit-white);
  background-color: var(--shookit-light-green);
  border: 1.5px solid var(--shookit-light-green);
}

.registration input[type="button"] {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 0.3em 1.2em;
  min-width: 173px;
  margin: 0 0 0.3em 0;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  color: var(--shookit-dark-green);
  background-color: var(--shookit-white);
  border: 1.5px solid var(--shookit-dark-green);
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  color: var(--shookit-dark-green);
  background-color: var(--shookit-white);
}

.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.radio-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.radio-option + .radio-option {
  margin-right: 10px;
}

.input-group {
  position: relative;
  margin-bottom: 45px;
  height: 47px;
  width: 100%;
  border: 1px solid var(--shookit-input-border-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.input-group > input {
  font-size: var(--shookit-font-size-16);
}

.input-group.error {
  border: 1px solid var(--shookit-ribbon-sale-color);
}

.input-group > input::-webkit-input-placeholder {
  color: transparent;
}

.input-group > input::-moz-placeholder {
  color: transparent;
}

.input-group > input:-ms-input-placeholder {
  color: transparent;
}

.input-group > input::-ms-input-placeholder {
  color: transparent;
}

.input-group > input::placeholder {
  color: transparent;
}

.input-group > .input-text-error,
#coupon-warning {
  color: var(--shookit-ribbon-sale-color);
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.22px;
  line-height: 27px;
  text-align: right;
}

.input-group > input,
.input-group > textarea {
  background-color: var(--shookit-white) !important;
  border: initial;
  color: var(--shookit-black);
  -webkit-box-shadow: initial;
  box-shadow: initial;
  width: 100%;
}

.input-group > input:focus,
.input-group > textarea:focus {
  outline: none;
}

@supports (-ms-ime-align: auto) {
  .input-group > label {
    top: -10px !important;
    font-size: var(--shookit-font-size-14) !important;
    color: var(--shookit-black) !important;
    letter-spacing: 0.17px;
    line-height: 20px;
    background-color: var(--shookit-white);
    padding-right: 3px;
    padding-left: 3px;
  }
}

@supports not (-ms-ime-align: auto) {
  .input-group > label {
    color: var(--shookit-input-gray);
    font-size: var(--shookit-font-size-18);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 6px;
    top: 10px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    white-space: nowrap;
    overflow: hidden;
  }
}

.input-group > .autocomplete-results {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  background-color: var(--shookit-white);
  display: none;
  z-index: 1200;
}

.input-group > input:focus ~ .autocomplete-results {
  display: block;
  z-index: 1200;
  position: absolute;
  top: 45px;
  width: 100%;
  font-size: var(--shookit-font-size-18);
}

.input-group > .autocomplete-results:hover {
  display: block;
  z-index: 1200;
  position: absolute;
  top: 45px;
  width: 100%;
  font-size: var(--shookit-font-size-18);
}

.input-group > .autocomplete-results > .suggestion {
  padding: 1px 2px;
}

.input-group > .autocomplete-results > .suggestion:hover {
  text-decoration: underline;
  color: var(--shookit-light-green);
  cursor: pointer;
}

.form-row.textarea {
  height: 80px;
  margin-right: 17px;
}

.form-row.textarea textarea {
  height: 77px;
  font-family: var(--shookit-almoni-tzaar-font-face);
  font-size: var(--shookit-font-size-16);
}

.checkout-notes {
  margin: 0 0 30px 0 !important;
}

.hidden {
  display: none !important;
}

/* language-selector */
.language-selector {
  color: var(--shookit-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  text-decoration: underline;
}

.language-selector > .language-image {
  padding-left: 13px;
}

.language-selector > .language-text {
  cursor: pointer;
}

.language-image > img {
  height: 22px;
  width: 23px;
}

/* Modals */
.modal {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: none;
}

.modal.active {
  display: block;
  position: fixed;
  z-index: 1099;
}

.modal.active.no-overlay {
  background-color: transparent;
}
.modal-container {
  width: 430px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: var(--shookit-light-green);
  padding: 22px 17px;
  position: fixed;
  z-index: 1100;
  top: 22%;
  right: 38%;
}
.modal-container.static-modal {
  position: static;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  height: 450px;
}

.error-modal > .modal-container {
  background-color: var(--shookit-danger-color);
}

.error-checkout-modal > .modal-container {
  background-color: var(--shookit-ribbon-sale-color);
}

.error-checkout-modal .modal-content,
#thankyou-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--shookit-font-size-16);
  font-weight: 400;
}

.missing-items {
  margin-right: 5%;
  margin-top: 10%;
  font-size: var(--shookit-font-size-20);
}

#checkout-error-message {
  margin-top: 20px;
  color: var(--shookit-danger-color);
}

.checkout-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 110px;
}

.checkout-action a {
  color: var(--shookit-light-green);
  text-decoration: underline !important;
}

.modal-error-content {
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.49px;
  line-height: 23px;
  text-align: center;
}

.modal-container > .modal-content-container {
  background-color: var(--shookit-white);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 2vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal-container > .modal-content-container > .modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 17px 13px 0px 0px;
}

.modal-container > .modal-content-container > .modal-actions > .modal-close {
  cursor: pointer;
}

.modal-container
  > .modal-content-container
  > .modal-actions
  > .modal-close:hover {
  color: var(--shookit-light-green);
}

.modal-container > .modal-content-container > .modal-title {
  font-size: var(--shookit-font-size-40);
  font-weight: bold;
  letter-spacing: 1.22px;
  line-height: 59px;
  text-align: center;
  padding-bottom: 20px;
}

#thankyou-modal .modal-title {
  padding-bottom: 0;
}

.modal-content-text {
  text-align: center;
  font-size: var(--shookit-font-size-24);
}
.modal-container > .modal-content-container > .modal-content > .modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input {
  position: relative;
  margin-bottom: 33px;
  height: 48px;
  width: 274px;
  border: 1px solid var(--shookit-input-border-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > .autocomplete-results {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  padding-top: 10px;
  background-color: var(--shookit-white);
  display: none;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > input:focus
  ~ .autocomplete-results {
  display: block;
  z-index: 1200;
  position: absolute;
  top: 45px;
  width: 100%;
  font-size: var(--shookit-font-size-18);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > .autocomplete-results:hover {
  display: block;
  z-index: 1200;
  position: absolute;
  top: 45px;
  width: 100%;
  font-size: var(--shookit-font-size-18);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > .autocomplete-results
  > .autocomplete-suggestion {
  padding: 1px 2px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > .autocomplete-results
  > .autocomplete-suggestion:hover {
  text-decoration: underline;
  color: var(--shookit-light-green);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > img.input-adorment-end {
  height: 22px;
  width: 22px;
  position: absolute;
  left: -34px;
  top: 10px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input.error {
  border: 1px solid var(--shookit-ribbon-sale-color);
}
.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input.error
  > label {
  color: var(--shookit-ribbon-sale-color);
}
input:focus ~ label.error,
input:valid ~ label.error,
input[value] ~ label.error {
  color: var(--shookit-ribbon-sale-color) !important;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > input {
  background-color: var(--shookit-white);
  border: initial;
  color: var(--shookit-black);
  -webkit-box-shadow: initial;
  box-shadow: initial;
  width: 100%;
  font-size: var(--shookit-font-size-16);
  letter-spacing: 1px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > input:focus {
  outline: none;
}

@supports not (-ms-ime-align: auto) {
  /* Edge 16+ CSS */
  .modal-container
    > .modal-content-container
    > .modal-content
    > .modal-form
    > .modal-form-input
    > label {
    color: var(--shookit-input-gray);
    font-size: var(--shookit-font-size-18);
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 6px;
    top: 10px;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    white-space: nowrap;
  }
}

@supports (-ms-ime-align: auto) {
  /* Edge 16+ CSS */
  .modal-container
    > .modal-content-container
    > .modal-content
    > .modal-form
    > .modal-form-input
    > label {
    top: -10px !important;
    font-size: var(--shookit-font-size-14) !important;
    color: var(--shookit-black) !important;
    letter-spacing: 0.17px;
    line-height: 20px;
    background-color: var(--shookit-white);
    padding-right: 3px;
    padding-left: 3px;
  }
}
input:focus ~ label,
input[value]:valid ~ label,
input:not(:placeholder-shown) ~ label,
textarea:focus ~ label,
textarea[value]:valid ~ label,
textarea:not(:placeholder-shown) ~ label,
textarea[name="order_notes"] ~ label {
  top: -10px !important;
  font-size: var(--shookit-font-size-14) !important;
  color: var(--shookit-black) !important;
  letter-spacing: 0.17px;
  line-height: 20px;
  background-color: var(--shookit-white);
  padding-right: 3px;
  padding-left: 3px;
}

textarea {
  resize: none;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-input
  > div.input-text-error {
  color: var(--shookit-ribbon-sale-color);
  font-size: var(--shookit-font-size-18);
  letter-spacing: 0.22px;
  line-height: 27px;
  text-align: right;
}
.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-checkbox
  > .modal-checkbox-container {
  font-size: var(--shookit-font-size-14);
  font-weight: 600;
  letter-spacing: 0.17px;
  line-height: 20px;
  color: var(--shookit-contact-us-method-color);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-checkbox
  > .modal-checkbox-container
  > input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-checkbox
  > .modal-checkbox-container
  > input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  border: 1px solid var(--shookit-input-border-color);
  background-color: var(--shookit-white);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-checkbox
  > .modal-checkbox-container
  > input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  background-color: var(--shookit-light-green);
  position: relative;
  top: 1px;
  left: 2px;
  width: 13px;
  height: 14px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-checkbox
  > .modal-checkbox-container
  > a {
  text-decoration: underline;
  color: var(--shookit-light-green);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-radio,
.radio-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 32px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-radio
  > .modal-radio-container,
.radio-container > .radio-option {
  font-size: var(--shookit-font-size-14);
  font-weight: 600;
  letter-spacing: 0.17px;
  line-height: 20px;
  color: var(--shookit-contact-us-method-color);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-radio
  > .modal-radio-container
  > input[type="radio"],
.radio-option > input[type="radio"] {
  position: relative;
  cursor: pointer;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-radio
  > .modal-radio-container
  > input[type="radio"]:before,
.radio-option > input[type="radio"]::before {
  opacity: initial;
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  border: 1px solid var(--shookit-input-border-color);
  background-color: var(--shookit-white);
}
.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-radio
  > .modal-radio-container
  > input[type="radio"]:before,
.radio-option > input[type="radio"]:checked::before {
  -webkit-box-shadow: 1px 2px 0px 0px var(--shookit-dark-green);
  box-shadow: 1px 2px 0px 0px var(--shookit-dark-green);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form
  > .modal-form-radio
  > .modal-radio-container
  > input[type="radio"]:checked:after,
.radio-option > input[type="radio"]:checked:after {
  opacity: initial;
  content: "";
  display: block;
  background-color: var(--shookit-light-green);
  position: relative;
  top: 1px;
  left: 2px;
  width: 13px;
  height: 14px;
}

#address-modal
  > .modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 40px;
}

.select-address-text {
  color: var(--shookit-light-green);
  font-weight: bold;
  padding-right: 3px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn {
  height: 33px;
  width: 174px;
  border-radius: 21.5px;
  font-size: var(--shookit-font-size-16);
  font-weight: normal;
  letter-spacing: 0.19px;
  line-height: 23px;
  text-align: center;
  padding-top: 4px;
}
.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  > .modal-form-action {
  padding-top: 20px;
}
.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  > .modal-form-action:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--shookit-item-divider);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  > .modal-form-action:not(:last-child)::after {
  content: "OR";
  position: absolute;
  background-color: var(--shookit-white);
  height: 16px;
  width: 12px;
  font-size: var(--shookit-font-size-14);
  font-weight: 500;
  letter-spacing: 0.17px;
  line-height: 20px;
  left: 49%;
  margin-top: 11px;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn {
  margin-bottom: 20px;
  cursor: pointer;
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn.primary {
  background-color: var(--shookit-dark-green);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn.primary:hover {
  background-color: var(--shookit-dark-green-hover);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn.danger {
  color: var(--shookit-white);
  background-color: var(--shookit-danger-color);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn.facebook {
  color: var(--shookit-white);
  background-color: var(--shookit-facebook-color);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
}

.modal-container
  > .modal-content-container
  > .modal-content
  > .modal-form-actions
  .btn.google {
  color: var(--shookit-white);
  background-color: var(--shookit-google-color);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
}

.modal-container > .modal-content-container > .modal-footer {
  color: var(--shookit-contact-us-method-color);
  font-size: var(--shookit-font-size-14);
  font-weight: 600;
  letter-spacing: 0.17px;
  line-height: 20px;
  text-align: center;
  margin-top: 50px;
}

.modal-container > .modal-content-container > .modal-footer > a {
  color: var(--shookit-contact-us-method-color);
  text-decoration: underline;
  cursor: pointer;
}
.modal-container > .modal-content-container > .modal-footer > a:hover {
  color: var(--shookit-light-green);
}

div#error-modal-content {
  font-size: var(--shookit-font-size-36);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 20px;
}

/* Single Product */
.breadcrumbs {
  margin-top: 20px;
  margin-right: 35px;
  color: var(--shookit-mini-cart-header-color);
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.22px;
  line-height: 23px;
  text-align: right;
}

.breadcrumbs:hover {
  cursor: pointer;
}

.single-product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.breadcrumbs > i.fas {
  padding-left: 8px;
}

.product > .single-product-description > .single-product-long-description {
  color: var(--shookit-single-product-description);
  font-size: var(--shookit-font-size-14);
  line-height: 19.2px;
  text-align: right;
}
.product > .single-product-description > .single-product-short-description {
  margin-bottom: 20px;
  color: var(--shookit-single-product-description);
  font-size: var(--shookit-font-size-16);
  line-height: 23px;
  text-align: right;
}
.product > .single-product-title {
  color: var(--shookit-black);
  font-size: var(--shookit-font-size-33);
  letter-spacing: 0.32px;
  line-height: 48px;
  text-align: right;
}

.single-product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 63px;
  margin-top: 36px;
}

.single-product-image-gallery-container {
  width: 428px;
}

.single-product-container > .product {
  margin-right: 120px;
  margin-left: 116px;
  width: 274px;
}

.gallery-image.active {
  width: 100%;
  height: 100%;
}
.gallery-image.active > .product-image {
  height: 405px;
  width: 427px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
}

.single-product-image-gallery-container > .gallery-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 427px;
}

.single-product-image-gallery-container
  > .gallery-images
  > .gallery-image-thumbnail {
  height: 51px;
  width: 54px;
}
.single-product-image-gallery-container
  > .gallery-images
  > .gallery-image-thumbnail
  > .product-image {
  height: 51px;
  width: 54px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: content-box;
}

.single-product-image-gallery-container
  > .gallery-images
  > .gallery-image-thumbnail
  > .product-image.active::after {
  content: "";
  background-color: var(--shookit-image-thumbnail-overlay);
  display: block;
  height: 51px;
  width: 54px;
  opacity: 0.6;
}

.single-product-image-gallery-container
  > .gallery-images
  > .gallery-image-thumbnail
  > .product-image:hover::after {
  content: "";
  background-color: var(--shookit-image-thumbnail-overlay);
  display: block;
  height: 51px;
  width: 54px;
  opacity: 0.6;
}

.similar-products-container {
  margin-right: 82px;
  margin-bottom: 39px;
  margin-top: 137px;
}
.similar-products-container > .similar-products-title {
  font-size: var(--shookit-font-size-33);
  letter-spacing: 0.32px;
  line-height: 48px;
  text-align: right;
  color: var(--shookit-single-product-description);
}

.similar-products-container > div.products > div.product {
  width: 186px;
}

div.similar-products-container
  > div.products
  > div.product
  > div.product-image.ui.fluid.image
  > div {
  right: auto;
}

/* Cart Page */
.entry-header {
  height: 0px;
  width: 0px;
  padding: 0px !important;
}

.hentry .entry-content a:not(.button) {
  text-decoration: none;
}
.cart-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cart-page > .cart-container {
  margin-right: 50px;
  width: 75vw;
}

.cart-page > .cart-notes {
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.09);
  background-color: var(--shookit-cart-notes-bg-color);
  width: 284px;
  min-height: 60vh;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  margin-right: 40px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cart-notes-bottom > .action-item.danger {
  width: 100%;
  color: var(--shookit-white);
  background-color: var(--shookit-danger-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-notes-bottom > .action-item.danger > a {
  color: var(--shookit-white);
  font-size: var(--shookit-font-size-24);
  padding: 5px 5px;
}

.cart-page > .cart-container > .cart-title {
  color: var(--shookit-mini-cart-header-color);
  font-size: var(--shookit-font-size-18);
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: right;
}

.cart-page > .cart-container .mini-cart-product-quantity input[type="number"] {
  font-size: var(--shookit-font-size-16);
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 23px;
  text-align: center;
  width: 50px;
}
.cart-page > .cart-container .mini-cart-item-image {
  width: 51px;
  height: 29px;
}

.cart-page > .cart-container .mini-cart-item-image > a > img {
  max-height: 48px;
}

.cart-notes .cart-notes-title {
  font-size: var(--shookit-font-size-18);
  font-weight: bold;
  letter-spacing: 0.17px;
  line-height: 27px;
  text-align: right;
  margin: 21px 20px;
}

.cart-page .form-input.textarea {
  height: 146px;
  width: 255px;
  margin-right: 17px;
}
.cart-page .form-input.textarea textarea {
  height: 143px;
  width: 252px;
  font-family: var(--shookit-almoni-tzaar-font-face);
  font-size: var(--shookit-font-size-16);
}
.cart-page .form-checkbox {
  margin-right: 17px;
}
.cart-page .form-checkbox > input[type="checkbox"] {
  margin-left: 15px;
}
.cart-page .form-checkbox > input[type="checkbox"]:checked::before {
  -webkit-box-shadow: 1px 2px 0px 0px var(--shookit-dark-green);
  box-shadow: 1px 2px 0px 0px var(--shookit-dark-green);
}

.cart-page .cart-notes .cart-notes-divider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1px;
  width: 90%;
  border: 1px solid var(--shookit-dark-green);
  margin-top: 28px;
  margin-bottom: 33px;
  margin-right: 20px;
  margin-left: 11px;
}

.cart-summary {
  margin-right: 17px;
  margin-left: 12px;
  color: var(--shookit-input-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--shookit-font-size-16);
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 23px;
}
.cart-summary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  letter-spacing: 1px;
}
.cart-summary.coupon-code {
  text-transform: uppercase;
  font-size: var(--shookit-font-size-16);
  font-weight: 600;
  letter-spacing: 0.15px;
  line-height: 23px;
  text-align: center;
  color: var(--shookit-light-green);
  direction: ltr;
  margin: 0 5px;
  max-width: 80px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.cart-summary.remove-coupon {
  text-decoration: underline;
  cursor: pointer;
  color: var(--shookit-danger-color);
  font-size: var(--shookit-font-size-14);
  letter-spacing: 0.14px;
  line-height: 20px;
}
.cart-summary.remove-coupon.unremovable {
  visibility: hidden;
}

.cart-summary-item.sum.coupon,
.cart-summary-item.sum.coupon > span.woocommerce-Price-amount.amount {
  color: var(--shookit-light-green);
}
.cart-summary-item.sum > span.woocommerce-Price-amount.amount {
  color: var(--shookit-input-gray);
}

.cart-summary-item.sum.total > span.woocommerce-Price-amount.amount {
  color: var(--shookit-black);
  font-size: var(--shookit-font-size-18);
  font-weight: 600;
  letter-spacing: 0.17px;
  line-height: 27px;
}

.checkout-button {
  height: 47px;
  width: 284px;
  background-color: var(--shookit-dark-green);
  color: var(--shookit-white);
  font-size: var(--shookit-font-size-16);
  letter-spacing: 1px;
  line-height: 23px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.checkout-button:hover {
  background-color: var(--shookit-dark-green-hover);
}

.checkout-button > i {
  margin-right: 5px;
}

button.checkout-button {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  text-shadow: initial;
  font-weight: inherit;
  font-family: var(--shookit-almoni-tzaar-font-face);
  padding: initial;
}

button.checkout-button:hover {
  background-color: var(--shookit-dark-green-hover);
  color: var(--shookit-white);
}

.cart-notes > form {
  margin: initial;
}

.coupon-input-container {
  margin-right: 18px;
  margin-left: 11px;
}

.coupon-input-container > input[type="text"] {
  border: 1px solid var(--shookit-dark-green);
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.19px;
  line-height: 23px;
  text-align: right;
  background-color: var(--shookit-white);
  -webkit-box-shadow: initial;
  box-shadow: initial;
  font-family: var(--shookit-almoni-tzaar-font-face);
  width: 100%;
}

.coupon-input-container.danger > input {
  border-color: var(--shookit-danger-color);
}

input#add-coupon-input:placeholder-shown + .coupon-apply {
  visibility: hidden;
}

.coupon-input-container > .coupon-apply {
  background-color: var(--shookit-dark-green);
  color: var(--shookit-white);
  height: 45px;
  font-size: var(--shookit-font-size-16);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.coupon-input-container.danger > .coupon-apply {
  background-color: var(--shookit-danger-color);
}

.coupon-input-container > .coupon-apply:hover {
  background-color: var(--shookit-dark-green-hover);
}

.coupon-input-container.danger > .coupon-apply:hover {
  background-color: var(--shookit-danger-color-hover);
}
/* Inputs */
.form-input {
  position: relative;
  margin-bottom: 33px;
  height: 48px;
  width: 274px;
  border: 1px solid var(--shookit-input-border-color);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-input.error {
  border: 1px solid var(--shookit-ribbon-sale-color);
}
.form-input.error > label {
  color: var(--shookit-ribbon-sale-color);
}

input:focus ~ label.error,
input:valid ~ label.error,
input[value] ~ label.error {
  color: var(--shookit-ribbon-sale-color) !important;
}

.form-input > input {
  background-color: var(--shookit-white);
  border: initial;
  color: var(--shookit-black);
  -webkit-box-shadow: initial;
  box-shadow: initial;
  width: 100%;
  font-size: var(--shookit-font-size-16);
}

.form-input > input:focus {
  outline: none;
}

.form-input > label {
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-18);
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 6px;
  top: 10px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  white-space: nowrap;
}

input:focus ~ label.error,
input:valid ~ label.error,
input[value] ~ label.error {
  color: var(--shookit-ribbon-sale-color) !important;
}

.form-input > textarea {
  background-color: var(--shookit-white);
  border: initial;
  color: var(--shookit-black);
  -webkit-box-shadow: initial;
  box-shadow: initial;
  width: 100%;
}

.form-input > textarea:focus {
  outline: none;
}

.form-input > label {
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-18);
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  right: 6px;
  top: 10px;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.form-checkbox {
  font-size: var(--shookit-font-size-14);
  font-weight: 600;
  letter-spacing: 0.17px;
  line-height: 20px;
  color: var(--shookit-contact-us-method-color);
}

.form-checkbox > input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}

.form-checkbox > input[type="checkbox"]:before {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 0;
  left: 0;
  border: 1px solid var(--shookit-input-border-color);
  background-color: var(--shookit-white);
}

.form-checkbox > input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  background-color: var(--shookit-light-green);
  position: relative;
  top: 1px;
  left: 2px;
  width: 13px;
  height: 14px;
}

.ltr {
  direction: ltr !important;
}
/* My account */
div.my-account-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-top: 33px;
  background-color: var(--shookit-white);
  padding-right: 78px;
}

nav.my-account-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--shookit-white);
  width: 282px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 37px;
  margin-bottom: 20px;
}

div.my-account-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 65px;
  padding-right: 78px;
}

div.my-account-header > div.my-account-greet {
  font-size: var(--shookit-font-size-20);
  letter-spacing: 0.33px;
  line-height: 29px;
  text-align: center;
  color: var(--shookit-black);
}

div.my-account-header > div.my-account-name {
  font-size: var(--shookit-font-size-20);
  font-weight: bold;
  letter-spacing: 0.33px;
  line-height: 29px;
  text-align: center;
}

div.my-account-header > div.my-account-avatar > img {
  height: 94px;
  width: 94px;
  position: absolute;
  right: -44px;
  top: -28px;
}

div.my-account-navigation-container {
  width: 100%;
}

div.div.my-account-navigation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

div.my-account-navigation-container div.my-account-navigation-item {
  font-size: var(--shookit-font-size-20);
  letter-spacing: 0.33px;
  line-height: 29px;
  text-align: right;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 78px;
  width: 100%;
  border-right: 4px solid transparent;
}
div.my-account-navigation-container div.my-account-navigation-item > a {
  color: var(--shookit-black);
}

div.my-account-navigation-container div.my-account-navigation-item.active,
div.my-account-navigation-container div.my-account-navigation-item:hover {
  background-color: rgba(87, 190, 140, 0.17);
  border-right: 4px solid var(--shookit-light-green);
}

div.my-account-content {
  margin-right: 22px;
  margin-left: 53px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.my-account-content > div.my-account-content-header {
  height: 134px;
  background-color: var(--shookit-white);
  font-size: var(--shookit-font-size-50);
  font-weight: bold;
  letter-spacing: 0.81px;
  line-height: 74px;
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  padding-right: 12px;
  padding-bottom: 37px;
  padding-top: 37px;
}
table:not(.has-background) th {
  background-color: initial;
}
table thead th {
  padding-top: 15px;
  padding-bottom: 19px;
  vertical-align: center;
}
table:not(.has-background) tbody td {
  background-color: initial;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: initial;
}

table:not(.has-background) th {
  padding: initial;
  text-align: initial;
  vertical-align: initial;
}

table.my-account-orders-table {
  border-collapse: collapse;
  margin-top: 71px;
}

table.my-account-orders-table thead {
  border-top: 1px solid var(--shookit-item-divider);
}

table.my-account-orders-table tr {
  vertical-align: initial;
  padding-right: initial;
  padding-left: initial;
  border-bottom: 1px solid var(--shookit-item-divider);
  background-color: var(--shookit-white);
}

table.my-account-orders-table tr th {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 15px;
}

table.my-account-orders-table tr td {
  text-align: center;
}

table.my-account-orders-table tr td img {
  margin-right: auto;
  margin-left: auto;
}

table.my-account-orders-table > tbody > tr {
  border-right: 4px solid transparent;
}

table.my-account-orders-table > tbody > tr:hover {
  background-color: rgba(87, 190, 140, 0.17);
  border-right: 4px solid var(--shookit-light-green);
}

a.my-account-order-icon-view > img {
  height: 11px;
  width: 15px;
}
a.my-account-order-icon:hover > img {
  fill: var(--shookit-light-green);
}

a.my-account-order-icon-restore > img {
  height: 24px;
  width: 24px;
}

a.my-account-order-icon-print > img {
  height: 20px;
  width: 20px;
}

div.my-account-content
  .woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
}

a.woocommerce-button.woocommerce-Button.button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--shookit-primary-background);
  background-color: var(--shookit-primary-background);
  border-radius: 21.5px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 0.78px;
  line-height: 16px;
  text-align: center;
  color: var(--shookit-primary-color);
  font-weight: initial;
  font-family: var(--shookit-almoni-tzaar-font-face);
}

div.my-account-form-container {
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  margin-top: 25px;
  padding-right: 30px;
}

div.my-account-form-text {
  margin-top: 25px;
  margin-bottom: 35px;
  font-size: var(--shookit-font-size-16);
}

div.my-account-form > div.form-input {
  margin-bottom: 30px;
}

input[type="text"]:focus {
  background-color: initial;
}
input[type="email"]:focus {
  background-color: initial;
}
input[type="password"]:focus {
  background-color: initial;
}

div.my-account-form-actions > button.btn.primary {
  margin-right: 50px;
  height: 33px;
  width: 173px;
}

div.my-account-order-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

div.my-account-order-details-section {
  margin-top: 22px;
  margin-right: 22px;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.my-account-order-details-section
  > div.my-account-order-details-section-header {
  font-size: var(--shookit-font-size-36);
  font-weight: bold;
}

div.my-account-order-details-section > div.my-account-order-details-item {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

div.my-account-order-details-section
  > div.my-account-order-details-item
  > div.my-account-order-details-name {
  width: 110px;
  font-size: var(--shookit-font-size-18);
  font-weight: bold;
  color: var(--shookit-input-gray);
}
div.my-account-order-details-section
  > div.my-account-order-details-item
  > div.my-account-order-details-text {
  font-size: var(--shookit-font-size-14);
  font-weight: bold;
  color: var(--shookit-black);
}

div.my-account-order-product-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 22px 25px 0;
}

div.my-account-order-product-table > div.order-item {
  display: -ms-grid;
  display: grid;
  grid-template-areas:
    "image name name name"
    "image requested quantity price";
  -ms-grid-columns: auto 100px 100px 100px;
  grid-template-columns: auto 100px 100px 100px;
  font-size: var(--shookit-font-size-16);
  margin-top: 25px;
}

.order-item-image img {
  max-width: 55px;
  max-height: 55px;
}

div.my-account-order-product-table > div.order-item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.order-item-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: image;
  width: 102px;
  height: auto;
}

div.my-account-order-product-table > div.order-item > div.order-item-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
}

div.order-item-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: name;
}

div.my-account-order-product-table > div.order-item > div.order-item-name {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 3;
}
div.order-item-name > a {
  font-size: var(--shookit-font-size-16);
  color: var(--shookit-black);
  font-weight: bold;
}

div.order-item-subtotal {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: price;
}

div.my-account-order-product-table > div.order-item > div.order-item-subtotal {
  -ms-grid-row: 2;
  -ms-grid-column: 4;
}

div.order-item-quantity {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: quantity;
  color: var(--shookit-input-gray);
  font-weight: bold;
}

div.order-item-type {
  grid-area: type;
  margin-right: 30px;
  color: var(--shookit-input-gray);
  font-weight: bold;
}

div.order-item-requested {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: requested;
  color: var(--shookit-input-gray);
  font-weight: bold;
}

div.my-account-order-product-table-header {
  margin-top: 22px;
  font-size: var(--shookit-font-size-24);
  font-weight: bold;
}

#thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#thankyou-modal {
  margin-top: 50px;
}

#thankyou-order-summary {
  margin-top: 35px;
}

.summary-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.summary-info + .summary-info {
  margin-top: 20px;
}

.summary-info > .info {
  font-size: var(--shookit-font-size-25);
  margin-top: 5px;
}

#thankyou-done {
  padding: 3px 1.2em;
  margin-top: 50px;
  width: 150px;
  line-height: 1.618;
}

#thankyou-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 25px;
  font-size: var(--shookit-font-size-16);
}

#thankyou-support > a {
  color: var(--shookit-light-green);
  text-decoration: underline;
}

/* mobile-navigation */
.mobile-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-navigation > .mobile-item-category {
  width: 122px;
  margin-left: 10px;
}

.mobile-navigation > .mobile-item-category > .mobile-item-content {
  padding-bottom: 0px;
  padding-right: 0px;
  min-height: unset;
  width: 122px;
}

/* My Account order tab tabs */
.my-account-orders-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding-top: 20px;
}

.my-account-orders-tab {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 42px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--shookit-white);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.my-account-order-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.my-account-order-header > .order-summary {
  padding: 5px 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.my-account-order-placed {
  color: var(--shookit-input-gray);
  font-size: var(--shookit-font-size-12);
  letter-spacing: 0.23px;
  line-height: 23px;
  text-align: right;
  white-space: normal;
}

.my-account-order-status {
  font-size: var(--shookit-font-size-20);
  font-weight: bold;
  letter-spacing: 0.33px;
  line-height: 29px;
  text-align: right;
  padding: 5px 10px;
}

.my-account-order-number {
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.26px;
  line-height: 23px;
}
.my-account-order-total {
  color: var(--shookit-light-green);
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.26px;
  line-height: 23px;
  white-space: nowrap;
}
.my-account-order-total > ins {
  display: block;
}
.my-account-order-total > del {
  display: block;
  color: var(--shookit-danger-color);
  font-size: var(--shookit-font-size-14);
}
.my-account-order-total .woocommerce-Price-amount.amount {
  color: var(--shookit-light-green);
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.26px;
  line-height: 23px;
  font-weight: initial;
}

.my-account-order-time-contaienr {
  font-size: var(--shookit-font-size-16);
  letter-spacing: 0.26px;
  line-height: 23px;
  text-align: right;
  color: var(--shookit-light-green);
  margin-top: 15px;
}

.my-account-order-body {
  padding: 5px 10px;
  width: 100%;
}

.my-account-order-actions {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 15px 0;
}

.my-account-order-actions > .btn {
  color: var(--shookit-white);
  padding: 7px 10px;
  margin-left: 10px;
  white-space: nowrap;
}
.my-account-order-actions > .btn.secondary {
  background-color: var(--shookit-light-green);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 21.5px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  letter-spacing: 0.78px;
  line-height: 16px;
  text-align: center;
  font-weight: initial;
  font-family: var(--shookit-almoni-tzaar-font-face);
}

.my-account-order-actions > .btn.link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.78px;
  line-height: 16px;
  text-align: center;
  font-weight: initial;
  text-decoration: underline;
  color: var(--shookit-light-green);
  font-family: var(--shookit-almoni-tzaar-font-face);
}

.my-acccount-orders-table-empty {
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.14);
  font-size: var(--shookit-font-size-34);
  padding: 5%;
}

.order-addresses {
  margin-right: 22px;
}

.order-addresses > h2 {
  font-size: var(--shookit-font-size-24);
  font-weight: bold;
}

.order-addresses > address {
  font-style: normal;
  font-size: var(--shookit-font-size-16);
}

/* Animations */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

/* Fadeout */
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

/* Mobile search */
.mobile-search-container {
  color: var(--shookit-white);
  background-color: var(--shookit-dark-green);
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 13px;
  padding-top: 17px;
  padding-bottom: 17px;
}
.mobile-search-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-search-container > .mobile-search-input-container {
  margin-left: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 260px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--shookit-mobile-search-input-border-color);
  border-radius: 17px;
  border-top-left-radius: 17px;
  border-bottom-left-radius: 17px;
  background-color: var(--shookit-light-green);
}

.mobile-search-container
  > .mobile-search-input-container
  > .mobile-search-button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-search-container
  > .mobile-search-input-container
  > .mobile-search-button
  > img {
  margin: auto;
}

.mobile-search-container
  > .mobile-search-input-container
  > .mobile-search-input-wrapper
  > input {
  background-color: var(--shookit-white);
  width: 200px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
}

div.woocommerce > div.my-account-form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

div.woocommerce > div.my-account-content-header {
  margin-top: 20px;
  margin-right: 30px;
  font-size: var(--shookit-font-size-24);
  font-weight: bold;
}

/* Multilingual Pages */
.multilingual-content {
  padding: 5% 10% 0px 15%;
  font-size: var(--shookit-font-size-16);
  font-family: var(--shookit-almoni-tzaar-font-face);
}

/* Responsiveness */
@media screen and (min-height: 901px) {
  div.mini-cart-item-container {
    height: 70vh;
  }
}
@media screen and (max-height: 900px) and (min-height: 751px) {
  div.mini-cart-item-container {
    height: 66vh;
  }
}
@media screen and (min-height: 751px) {
  div.mini-cart-container {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  div.mini-cart-item-container {
    height: 60vh;
  }
}

@media screen and (max-height: 750px) {
  div.mini-cart-item-container {
    height: 56vh;
  }
}

@media screen and (max-height: 700px) {
  div.mini-cart-item-container {
    height: 55vh;
  }
}

@media screen and (max-height: 620px) {
  div.mini-cart-item-container {
    height: 44vh;
  }
}

@media screen and (max-height: 450px) {
  div.mini-cart-item-container {
    height: 27vh;
  }
  #address-modal > .modal-container {
    top: -70% !important;
  }
}

@media screen and (min-width: 569px) {
  .mobile {
    visibility: hidden;
    display: none;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 568px) and (max-height: 580px) {
  .mini-cart-item-container {
    height: 67vh;
  }
}

@media screen and (max-width: 700px) {
  .cart-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-page > .cart-container {
    margin-right: auto;
    margin-left: auto;
    width: 100vw;
  }

  .cart-page > .cart-container > .cart-title {
    margin-right: 50px;
  }
  .cart-page > .cart-notes {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 568px) {
  html {
    margin-top: 0px !important;
  }

  .desktop {
    visibility: hidden;
    display: none;
    width: 0;
    height: 0;
  }

  header.site-header {
    /* padding-right: 12px !important; */
    padding-top: var(--safe-area-inset-top);
    border-bottom: 2px solid var(--shookit-light-green);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  }

  .header-where-to {
    font-size: var(--shookit-font-size-12);
  }

  .header-container {
    min-height: 42px;
  }

  .header-container > .header-text > .header-where-to:first {
    margin-right: 5px !important;
  }

  .header-container > .header-text > .header-where-to > div > img {
    margin-left: 0px;
  }

  .header-container > .header-text > .header-where-to > div > a {
    margin-right: 0px;
  }

  .header-container > .logo-container {
    width: 20%;
  }

  .content-section {
    margin-right: 13px;
  }
  .content-section > .content-section-title {
    padding-right: 25px;
  }

  .modal-container {
    top: 13%;
    right: 4%;
    width: 90vw;
  }

  .modal-container
    > .modal-content-container
    > .modal-content
    > .modal-form
    > .modal-form-input {
    width: 80%;
  }

  .hamburger-menu {
    width: 92%;
  }
  .hamburger-menu-tab.menu {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }

  .mini-cart-page {
    width: 100%;
    top: 0px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .fixed-footer-search-container {
    border-radius: 50%;
    width: 54px;
    height: 54px;
    background-color: var(--shookit-white);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: calc(1vh + var(--safe-area-inset-bottom));
    /* bottom: 0px; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .fixed-footer-search-btn {
    background-color: var(--shookit-dark-green);
    border-radius: 50%;
    width: 42px;
    height: 42px;
  }
  .fixed-footer-search-btn > img {
    margin: 13px;
  }
  .fixed-footer-search-btn:hover {
    background-attachment: var(--shookit-dark-green-hover);
  }

  .entry-content {
    margin-bottom: 20vh;
    min-height: 100vh;
  }

  .checkout-section {
    width: 78vw;
  }

  #authentication > .checkout-section-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .auth-option + .auth-option {
    border-right: initial;
    border-top: 1px solid var(--shookit-item-divider);
  }

  .checkout-section {
    margin-bottom: 10vh;
  }

  .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 20px;
    margin-top: 40px;
  }

  #due_date > .checkout-section-body {
    margin-right: initial;
    margin-left: initial;
  }

  #details > .checkout-section-body {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10%;
    margin-left: initial;
    width: 100%;
  }

  .user-actions {
    display: none;
  }

  .modal-container > .modal-content-container > .modal-footer {
    margin-top: -10px;
  }

  #launcher {
    display: none;
  }

  .products {
    margin-bottom: 80px;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* Mobile Contact Us */
  .contact-us-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 80px;
  }
  .contact-us-body > .contact-us-body-methods {
    width: 96%;
  }
  .contact-us-body
    > .contact-us-body-methods
    > .cotnact-us-method
    > .contact-us-method-content
    > a.btn.primary {
    white-space: nowrap;
    width: initial;
  }

  /* Mobile Search */
  #search-results-mobile {
    width: 100%;
    right: -1%;
    height: 77vh;
  }

  #search-results-mobile .search-results-container {
    padding-right: 5%;
  }

  #search-results-mobile .search-error {
    padding-top: 10%;
    color: var(--shookit-black);
  }

  .site-header {
    padding-bottom: initial;
  }

  /* Mobile Product */
  .product-add-to-cart-container {
    visibility: initial !important;
  }

  div.products > div.product {
    width: 132px;
  }

  div.product
    > div.product-add-to-cart-container
    > div.product-unit-selector-container {
    background: initial;
    background-color: var(--shookit-background-grayer);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  div.product > div.product-add-to-cart-container > button {
    width: 100%;
  }

  /* Mobile Single Product */
  .single-product-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-top: 15px;
  }
  .gallery-image.active > .product-image {
    width: 250px;
    height: 238px;
  }

  .single-product-image-gallery-container > .gallery-images {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .single-product-container > .product {
    margin-left: auto;
    margin-right: auto;
    width: 232px;
  }

  /* Mobile My Account */
  div.my-account-container {
    padding-right: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  nav.my-account-navigation {
    padding-top: 25px;
    width: 90vw;
  }

  div.my-account-header {
    padding-right: 95px;
    margin-top: -10px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  div.my-account-header > div.my-account-avatar > img {
    right: 5px;
    top: -26px;
    height: 64px;
    width: 64px;
  }

  div.my-account-navigation-container {
    margin-top: 10px;
    overflow: hidden;
  }

  div.my-account-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* So the width will be 100% + 17px */
  }
  div.my-account-navigation-wrapper::-webkit-scrollbar {
    display: none;
  }

  div.my-account-navigation-container div.my-account-navigation-item {
    padding: 10px 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
  }

  div.my-account-navigation-container div.my-account-navigation-item.active,
  div.my-account-navigation-container div.my-account-navigation-item:hover {
    border-right: initial;
    border-bottom: 4px solid var(--shookit-light-green);
  }

  div.my-account-content {
    margin-right: initial;
    margin-left: initial;
  }

  div.my-account-content {
    width: 93%;
  }

  div.my-account-content .form-input {
    width: 224px;
  }

  .my-account-content-header {
    display: none;
  }

  div.product > div.product-add-to-cart-container input[type="number"] {
    margin: 0 12px;
  }

  .content-section > .content-section-title {
    margin-bottom: 0px;
  }
  .content-section.mobile {
    margin-bottom: 20px;
  }

  .header-greet {
    width: 85px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .mini-cart-product-quantity > .modify-quantity {
    visibility: visible;
    display: block;
    /* font-size: var(--shookit-font-size-50); */
  }

  .mini-cart-product-quantity > .modify-quantity.add {
    line-height: 0.7;
  }

  .mini-cart-product-quantity > .modify-quantity.substract {
    padding-right: 6px;
    line-height: 0.7;
  }

  .mini-cart-product-quantity {
    max-width: initial;
  }

  #ts-block {
    width: 94vw;
  }

  div.page-title {
    padding-bottom: initial;
  }

  ul.products div.products {
    width: 100%;
  }

  .modal-footer {
    line-height: 50px !important;
  }

  .mini-cart-page {
    min-height: 100vh;
  }

  .cart-page .checkout-button,
  .cart-page .action-item.danger {
    position: fixed;
    bottom: 34px;
    width: 100%;
    right: 0;
  }

  .checkout-section-body,
  .checkout-section-body > #payment_methods {
    width: 100%;
  }

  div.product
    > div.product-add-to-cart-container
    > div.product-unit-selector-container
    > div.product-unit-option:hover {
    background-color: var(--shookit-light-green);
    color: var(--shookit-white);
  }

  .btn.primary:hover {
    background-color: var(--shookit-dark-green);
  }

  .mini-cart-page {
    display: none;
  }

  div.my-account-order-product-table > div.order-item {
    display: -ms-grid;
    display: grid;
    grid-template-areas:
      "image name"
      "requested quantity"
      "price price";
    -ms-grid-rows: 55px 25px 25px;
    grid-template-rows: 55px 25px 25px;
  }

  .my-account-form-actions > button.btn.primary {
    margin-right: 25px;
  }

  .product > .product-add-to-cart-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-add-to-cart-container-control {
    width: 150px;
  }

  div.my-account-order-product-table
    > div.order-item
    > div.mini-cart-item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  div.my-account-order-product-table
    > div.order-item
    > div.mini-cart-item-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  div.my-account-order-product-table > div.order-item > div.order-item-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  div.my-account-order-product-table > div.order-item > div.order-item-name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
  }

  div.my-account-order-product-table
    > div.order-item
    > div.order-item-subtotal {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }

  div.order-item-quantity {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  div.order-item-requested {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
}

/* old ios compatability */
#mini-cart-fragment-mobile,
.autocomplete-suggestion,
.suggestion {
  cursor: pointer;
}

.from-edit-account-action-container {
  margin-bottom: 33px;
}

.pre-saved-cc {
  font-size: var(--shookit-font-size-18);
  margin-bottom: 1rem;
}
.pre-saved-cc > a {
  color: var(--shookit-danger-color);
  padding-right: 15px;
}

.pre-saved-cc > a:hover {
  text-decoration: underline;
  color: var(--shookit-danger-color-hover);
}

.points-left {
  margin-bottom: 0;
}
/* New Style checkbox */
.form-checkbox {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: var(--shookit-font-size-18);
}
.form-checkbox.smaller {
  height: 30px;
}
/* Customize the label (the container) */
.label-container {
  display: flex;
  flex-direction: row;
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  font-size: var(--shookit-font-size-18);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.label-container .label-text {
  margin-top: 2px;
}

.label-container .label-text.bold {
  font-size: var(--shookit-font-size-14);
  font-weight: 600;
}

.label-container .label-text > a {
  color: var(--shookit-light-green);
  text-decoration: underline;
}

/* Hide the browser's default checkbox */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: var(--shookit-white);
  border: 1px solid var(--shookit-input-border-color);
  box-shadow: 1px 2px 0px 0px var(--shookit-dark-green);
}

/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  background-color: var(--shookit-white);
}

/* When the checkbox is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  background-color: var(--shookit-light-green);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid var(--shookit-white);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-item-active a {
  color: var(--shookit-light-green) !important;
  text-decoration: underline !important;
}

.mobile-item a:hover {
    color: black;
    text-decoration: none;
}

.current-menu-item a {
  color: var(--shookit-light-green) !important;
  text-decoration: underline !important;
}