@charset "UTF-8";
/*
 Theme Name:   Huhtamaki EPF Catalogue
 Theme URI:    https://assets.huhtamaki.com
 Description:  EPF Catalogue theme (based on hnl.huhtamaki.com) 
 Child theme to the amazing GeneratePress theme.
 Template:     generatepress
 Version:      1.1
*/
/* iSeek Theme SCSS Mixins */
/* ISEEK HEADER CSS */
.site-header {
  border-bottom: 1px solid #e8e8e8;
}
.site-header .inside-header {
  justify-content: space-between;
}
.site-header .inside-header .site-logo {
  padding: 20px 0;
}
.site-header .inside-header .header-widget {
  padding: 20px 0;
  margin-left: unset;
  flex: 2;
  padding: 0 75px;
}
.site-header .inside-header .icon {
  margin-bottom: 5px;
}
.site-header .inside-header .desktop-menu-links {
  display: flex;
  color: #00286e;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.site-header .inside-header .desktop-menu-links .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .inside-header .desktop-menu-links .icon svg {
  height: 25px;
  width: auto;
}
.site-header .inside-header .desktop-menu-links > div {
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 2px solid transparent;
}
.site-header .inside-header .desktop-menu-links > div:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.site-header .inside-header .desktop-menu-links .language-switcher {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.site-header .inside-header .desktop-menu-links .language-switcher:hover, .site-header .inside-header .desktop-menu-links .language-switcher:focus, .site-header .inside-header .desktop-menu-links .language-switcher:active {
  background-color: #ecf3fb;
  border-color: #0e61c6;
}
.site-header .inside-header .desktop-menu-links .language-switcher:hover a.wpml-ls-item-toggle, .site-header .inside-header .desktop-menu-links .language-switcher:focus a.wpml-ls-item-toggle, .site-header .inside-header .desktop-menu-links .language-switcher:active a.wpml-ls-item-toggle {
  background-color: transparent;
}
.site-header .inside-header .desktop-menu-links .language-switcher:hover div.wpml-ls ul li ul.wpml-ls-sub-menu, .site-header .inside-header .desktop-menu-links .language-switcher:focus div.wpml-ls ul li ul.wpml-ls-sub-menu, .site-header .inside-header .desktop-menu-links .language-switcher:active div.wpml-ls ul li ul.wpml-ls-sub-menu {
  visibility: visible;
}
.site-header .inside-header .desktop-menu-links .language-switcher:hover .wpml-ls-statics-shortcode_actions,
.site-header .inside-header .desktop-menu-links .language-switcher:hover .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a, .site-header .inside-header .desktop-menu-links .language-switcher:focus .wpml-ls-statics-shortcode_actions,
.site-header .inside-header .desktop-menu-links .language-switcher:focus .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a, .site-header .inside-header .desktop-menu-links .language-switcher:active .wpml-ls-statics-shortcode_actions,
.site-header .inside-header .desktop-menu-links .language-switcher:active .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {
  background-color: transparent !important;
  border-color: transparent !important;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown {
  width: auto;
  text-align: center;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown a {
  border: none;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-item-toggle {
  padding: 0;
  line-height: 1.5;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-item-toggle span.wpml-ls-native {
  background-color: transparent !important;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li .wpml-ls-item-toggle::after {
  display: none;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu {
  right: auto;
  left: -30px;
  width: 272px;
  padding-top: 25px;
  background-color: transparent;
  border: none !important;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: left;
  padding: 0 15px;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:first-child {
  padding-top: 15px;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:last-child {
  padding-bottom: 15px;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li a {
  color: #7c7c7c;
  display: block;
  white-space: nowrap;
  padding: 10px;
  border: none;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li a span.wpml-ls-native {
  color: #00286e;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:hover a, .site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:focus a, .site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:active a {
  background-color: #ecf3fb;
}
.site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:hover a span.wpml-ls-native, .site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:focus a span.wpml-ls-native, .site-header .inside-header .desktop-menu-links .language-switcher .wpml-ls-legacy-dropdown ul li ul.wpml-ls-sub-menu li:active a span.wpml-ls-native {
  color: #4082d2;
}
.site-header .inside-header .desktop-menu-links .my-account-link {
  flex: 1;
  padding: 0;
}
.site-header .inside-header .desktop-menu-links .my-account-link:hover, .site-header .inside-header .desktop-menu-links .my-account-link:focus, .site-header .inside-header .desktop-menu-links .my-account-link:active {
  background-color: #ecf3fb;
  border-color: #0e61c6;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  cursor: pointer;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level {
  padding: 20px 30px;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu {
  display: none;
  position: absolute;
  right: -30px;
  width: 300px;
  padding: 24px 0 0 0;
  background-color: transparent;
  list-style-type: none;
  margin: 0;
  z-index: 101;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item {
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  text-align: left;
  padding: 0 15px;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item:last-child {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item a {
  text-decoration: none;
  white-space: nowrap;
  color: #343a40;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  padding: 14px 14px 14px 50px;
  background-repeat: no-repeat;
  background-position: left center;
  transition: 0.3s all ease;
  display: block;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item:first-child {
  padding-top: 15px;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.collections a {
  background-image: url(img/collections-blue-icon.svg);
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.orders a {
  background-image: url(img/orders-icon.svg);
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.my-account a {
  background-image: url(img/account-icon.svg);
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.help a {
  background-image: url(img/help-icon.svg);
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.sign-out {
  padding-bottom: 15px;
  padding-top: 10px;
  position: relative;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.sign-out a {
  background-image: url(img/exit-icon.svg);
  background-position: right 18px center;
  color: #00286e;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 45px 8px 8px;
  text-align: right;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item.sign-out:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: #e8e8e8;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item:hover a, .site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item:focus a, .site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level ul.my-account-sub-menu li.menu-item:active a {
  background-color: #ecf3fb;
  color: #4082d2;
}
.site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level:hover ul.my-account-sub-menu, .site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level:focus ul.my-account-sub-menu, .site-header .inside-header .desktop-menu-links .my-account-link ul.my-account-menu li.top-level:active ul.my-account-sub-menu {
  display: block;
}
.site-header .inside-header .desktop-menu-links .my-order-link {
  flex: 1;
  color: #00286e;
  padding: 0;
}
.site-header .inside-header .desktop-menu-links .my-order-link:hover, .site-header .inside-header .desktop-menu-links .my-order-link:focus, .site-header .inside-header .desktop-menu-links .my-order-link:active {
  background-color: #ecf3fb;
  border-color: #0e61c6;
}
.site-header .inside-header .desktop-menu-links .my-order-link .icon span {
  font-weight: bold;
  font-size: 17.5px;
  margin-left: 6px;
}
.site-header .inside-header .desktop-menu-links .my-order-link a {
  text-decoration: none;
  padding: 20px 30px;
}
.site-header .inside-header .desktop-menu-links .my-order-link a .cart-tag {
  white-space: nowrap;
}

#ask_a_question {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  right: 0px;
}
#ask_a_question::after {
  content: "X";
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9999;
}
#ask_a_question #hubspot-conversations-inline-iframe {
  width: 300px;
  height: 500px;
  border: none;
}

/* ISEEK BUTTONS CSS */
.btn, .woocommerce.woocommerce-wishlist a.create,
.woocommerce.woocommerce-wishlist a.manage,
.woocommerce.woocommerce-wishlist a.search, body .wpforms-container .wpforms-submit-container .wpforms-submit,
body .wpforms-container .wpforms-submit-container input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 4px;
  border: 1px solid transparent;
  text-decoration: none;
  transition: 0.5s all ease;
}
.btn svg, .woocommerce.woocommerce-wishlist a.create svg,
.woocommerce.woocommerce-wishlist a.manage svg,
.woocommerce.woocommerce-wishlist a.search svg, body .wpforms-container .wpforms-submit-container .wpforms-submit svg,
body .wpforms-container .wpforms-submit-container input[type=submit] svg {
  margin-right: 10px;
}
.btn.btn-blue, .woocommerce.woocommerce-wishlist a.create,
.woocommerce.woocommerce-wishlist a.manage,
.woocommerce.woocommerce-wishlist a.search, body .wpforms-container .wpforms-submit-container .wpforms-submit,
body .wpforms-container .wpforms-submit-container input[type=submit] {
  background-color: #006b46;
  border-color: #006b46;
  color: #fff;
}
.btn.btn-blue:hover, .woocommerce.woocommerce-wishlist a.create:hover,
.woocommerce.woocommerce-wishlist a.manage:hover,
.woocommerce.woocommerce-wishlist a.search:hover, body .wpforms-container .wpforms-submit-container .wpforms-submit:hover,
body .wpforms-container .wpforms-submit-container input[type=submit]:hover, .btn.btn-blue:focus, .woocommerce.woocommerce-wishlist a.create:focus,
.woocommerce.woocommerce-wishlist a.manage:focus,
.woocommerce.woocommerce-wishlist a.search:focus, body .wpforms-container .wpforms-submit-container .wpforms-submit:focus,
body .wpforms-container .wpforms-submit-container input[type=submit]:focus, .btn.btn-blue:active, .woocommerce.woocommerce-wishlist a.create:active,
.woocommerce.woocommerce-wishlist a.manage:active,
.woocommerce.woocommerce-wishlist a.search:active, body .wpforms-container .wpforms-submit-container .wpforms-submit:active,
body .wpforms-container .wpforms-submit-container input[type=submit]:active {
  background-color: #58b24a;
  border-color: #58b24a;
  color: #fff;
}
@media (min-width: 768px) {
  .btn, .woocommerce.woocommerce-wishlist a.create,
  .woocommerce.woocommerce-wishlist a.manage,
  .woocommerce.woocommerce-wishlist a.search, body .wpforms-container .wpforms-submit-container .wpforms-submit,
  body .wpforms-container .wpforms-submit-container input[type=submit] {
    display: inline-flex;
  }
}

/* ISEEK NAV CSS */
#mobile-header {
  border-bottom: 1px solid #e8e8e8;
}
#mobile-header .inside-navigation {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
}
#mobile-header .inside-navigation .site-logo {
  order: 1;
  margin: 0;
  flex: 0 1 40%;
}
#mobile-header .inside-navigation .site-logo img {
  max-width: 107px;
  height: auto !important;
}
#mobile-header .inside-navigation .mobile-menu-links {
  order: 2;
  display: flex;
  flex-wrap: nowrap;
  flex: 0 1 45%;
}
#mobile-header .inside-navigation .mobile-menu-links button.exit {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #ecf3fb;
  color: #00286e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
}
#mobile-header .inside-navigation .mobile-menu-links button.exit span.icon {
  display: block;
}
#mobile-header .inside-navigation .mobile-menu-links button.exit span.icon svg {
  font-size: 1.5rem;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher {
  flex: 0 1 33%;
  cursor: pointer;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher > .icon {
  height: 23px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher > .icon svg {
  height: 23px;
  width: auto;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher > .icon svg path {
  fill: #00286e;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .cart-tag {
  font-size: 10px;
  text-align: center;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper {
  width: 90vw;
  position: absolute;
  z-index: 100001;
  top: 0;
  right: 0;
  left: unset;
  background: #fff;
  right: -90vw;
  display: block;
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  padding-top: 94px;
  background: #fff url(img/logo.svg) no-repeat top 35px left 20px/109px 19px;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper.is-open {
  transform: translate3d(-90vw, 0, 0);
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown {
  width: auto;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul {
  display: block;
  position: unset;
  border-top: 1px solid #e9e6e2;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li {
  padding: 10px 15px;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a {
  padding: 21px 15px;
  color: #33539b;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.5s all ease;
  position: relative;
  font-size: 14px;
  text-align: left;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:before {
  content: "⋅";
  position: absolute;
  right: 20px;
  color: transparent;
  transition: 0.5s all ease;
  font-size: 50px;
  line-height: 1;
  top: 0;
  bottom: 0;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:hover, #mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:focus, #mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:active {
  background-color: #ecf3fb;
  color: #4082d2;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:hover:before, #mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:focus:before, #mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul li a:active:before {
  color: #4082d2;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item {
  width: auto;
  text-align: center;
  position: unset;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item a.wpml-ls-item-toggle {
  background-color: #ecf3fb;
  color: #4082d2;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item a.wpml-ls-item-toggle span.wpml-ls-native {
  background-color: transparent !important;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item a.wpml-ls-item-toggle:before {
  color: #4082d2;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item a.wpml-ls-item-toggle:after {
  display: none;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item ul.wpml-ls-sub-menu {
  box-shadow: none;
  float: none;
  position: unset;
  left: auto;
  opacity: 1;
  width: unset;
  top: unset;
  transition: none;
  pointer-events: initial;
  height: auto;
  overflow: visible;
}
#mobile-header .inside-navigation .mobile-menu-links .language-switcher .language-switcher-wrapper .wpml-ls-statics-shortcode_actions.wpml-ls-legacy-dropdown ul > li.wpml-ls-item ul.wpml-ls-sub-menu li.wpml-ls-item {
  padding: 0;
  border: none;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link {
  flex: 0 1 33%;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link > .icon {
  height: 23px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .cart-tag {
  font-size: 10px;
  text-align: center;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper {
  width: 90vw;
  position: absolute;
  z-index: 100001;
  top: 0;
  right: 0;
  left: unset;
  right: -90vw;
  display: block;
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  padding-top: 94px;
  background: #fff url(img/logo.svg) no-repeat top 35px left 20px/109px 19px;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper.is-open {
  transform: translate3d(-90vw, 0, 0);
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu {
  display: block !important;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item {
  position: relative;
  border-top: 1px solid #e9e6e2;
  padding-left: 25px;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item a {
  padding: 18px 25px 18px 60px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  background-repeat: no-repeat;
  background-position: left center;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #00286e;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.collections a {
  background-image: url(img/collections-blue-icon.svg);
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.orders a {
  background-image: url(img/orders-icon.svg);
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.my-account a {
  background-image: url(img/account-icon.svg);
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.help a {
  background-image: url(img/help-icon.svg);
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.sign-out {
  padding-bottom: 15px;
  padding-top: 10px;
  position: relative;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.sign-out a {
  background-image: url(img/exit-icon.svg);
  background-position: right 18px center;
  color: #00286e;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 45px 8px 8px;
  text-align: right;
}
#mobile-header .inside-navigation .mobile-menu-links .my-account-link .my-account-sub-menu-wrapper ul.my-account-sub-menu li.menu-item.sign-out a:after {
  display: none;
}
#mobile-header .inside-navigation .mobile-menu-links .my-order-link {
  color: #00286e;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: center;
  flex: 0 1 33%;
}
#mobile-header .inside-navigation .mobile-menu-links .my-order-link .cart-tag {
  font-size: 10px;
}
#mobile-header .inside-navigation .mobile-menu-links .my-order-link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  height: 23px;
}
#mobile-header .inside-navigation .mobile-menu-links .my-order-link .icon span {
  font-weight: bold;
  font-size: 17.5px;
  margin-left: 6px;
}

.woocommerce-product-search-wrap {
  order: 4;
  flex: 0 1 100%;
  padding: 20px 0;
  position: relative;
}
.woocommerce-product-search-wrap:before {
  content: "";
  height: 1px;
  top: 0;
  left: -20px;
  right: -20px;
  background-color: #e8e8e8;
  position: absolute;
}
.woocommerce-product-search-wrap form.woocommerce-product-search .search-field {
  padding: 15px 25px 15px 63px;
  border-radius: 30px;
  border: solid 2px #e8e8e8;
  background-color: #f8f8f8;
  background-image: url(img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: left 25px center;
  line-height: 1;
  width: 100%;
}
.woocommerce-product-search-wrap form.woocommerce-product-search button {
  display: none;
}

.menu-toggle {
  order: 3 !important;
  flex: 0 1 15%;
  padding: 0 !important;
  color: #00286e;
  font-size: 10px;
  line-height: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.menu-toggle .gp-icon {
  display: block;
}
.menu-toggle .gp-icon svg {
  font-size: 1.5rem;
  margin-bottom: 9px;
  top: -5px;
}
.menu-toggle .mobile-menu {
  padding: 0 !important;
  margin-top: -4px;
}

#generate-slideout-menu.main-navigation.offside--right {
  right: -350px;
}
#generate-slideout-menu.main-navigation.offside--right.is-open {
  transform: translate3d(-350px, 0, 0);
}

#generate-slideout-menu.main-navigation.offside {
  width: 350px;
}

.admin-bar #generate-slideout-menu {
  top: 46px;
}

.main-navigation #mega-menu-wrap-primary {
  display: none;
}


@media (min-width: 768px) {
  .main-navigation {
    border-bottom: 1px solid #e8e8e8;
  }
  .main-navigation #mega-menu-wrap-primary {
    display: block;
    width: 100%;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a {
    position: relative;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > a:before {
    content: "";
    background-color: #0e61c6;
    height: 2px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 40px;
    opacity: 0;
    transition: 0.5s all ease;
    margin: 0 !important;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:hover > a:before, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:focus > a:before, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:active > a:before {
    opacity: 1;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    z-index: 999999 !important;
    top: 55px;
    border: solid 1px #4082d2;
    background-color: #fff;
    padding: 12px 12px 16px;
    width: auto;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
    display: block;
    border-radius: 5px;
    padding: 12px 16px;
    font-size: 18px;
    color: #343a40;
    font-weight: bold;
    border: solid 2px transparent;
    transition: 0.36s all ease-out;
    background-color: transparent;
    margin-bottom: 8px;
    white-space: nowrap;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:focus, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-flyout > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:active {
    border-color: #4082d2;
    background-color: #ecf3fb;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: none;
    z-index: 999999 !important;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #4082d2;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:not(:last-child) {
    border-right: 1px solid #e8e8e8;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:first-child ul > li.mega-menu-item {
    padding-left: 15px;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:last-child ul > li.mega-menu-item {
    padding-right: 15px;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul {
    opacity: 1;
    height: auto;
    display: block;
    left: auto;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu {
    pointer-events: unset;
    box-shadow: none;
    width: 100%;
    position: relative;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item {
    font-family: Oxygen, sans-serif;
    position: relative;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:before {
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-horizontal {
    transform: scale(1, 1);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-horizontal:before {
    transform: translateY(-50%) scale(-1, 1);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-rotate-90 {
    transform: rotate(0deg);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-rotate-90:before {
    transform: translateY(-50%) rotate(90deg);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-rotate-180 {
    transform: rotate(0deg);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-rotate-180:before {
    transform: translateY(-50%) rotate(180deg);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-rotate-270 {
    transform: rotate(0deg);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-rotate-270:before {
    transform: translateY(-50%) rotate(270deg);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-vertical {
    transform: scale(1, 1);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-vertical:before {
    transform: translateY(-50%) scale(1, -1);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-both, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(1, 1);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-both:before, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item.fa-flip-horizontal.fa-flip-vertical:before {
    transform: translateY(-50%) scale(-1, -1);
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item a {
    font-family: Oxygen, sans-serif;
    padding: 22px 22px 22px 60px;
    background-repeat: no-repeat;
    background-position: left center;
    border: solid 1px transparent;
    border-radius: 5px;
    transition: 0.5s all ease;
    font-weight: bold;
    font-size: 17px;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item a span.description {
    margin-top: 5px;
    white-space: nowrap;
    display: block;
    opacity: 0;
    font-size: 13px;
    font-weight: bold;
    transition: 0.5s all cubic-bezier(0.25, 0.1, 0.25, 1);
    color: #00286e;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:hover:before, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:focus:before, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:active:before {
    color: #4082d2;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:hover a, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:focus a, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:active a {
    border-color: #4082d2;
    color: #4082d2;
    background-color: #ecf3fb;
  }
  .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:hover a span.description, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:focus a span.description, .main-navigation #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column ul > li.mega-menu-item ul.menu li.menu-item:active a span.description {
    opacity: 1;
  }
}

.nav-below-header .main-navigation .inside-navigation.grid-container {
  padding: 0;
}

#generate-slideout-menu .inside-navigation {
  padding-top: 94px;
  background: url(img/logo.svg) no-repeat top 35px left 20px/109px 19px;
}
#generate-slideout-menu .inside-navigation button.slideout-exit {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  background-color: #ecf3fb;
  color: #006b46;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 25px;
  right: 25px;
}
#generate-slideout-menu .inside-navigation button.slideout-exit span.gp-icon {
  display: block;
}
#generate-slideout-menu .inside-navigation button.slideout-exit span.gp-icon svg {
  font-size: 1.5rem;
}
#generate-slideout-menu ul.slideout-menu {
  pointer-events: unset;
  box-shadow: none;
  width: 100%;
  position: relative;
}
#generate-slideout-menu ul.slideout-menu li.menu-item {
  font-family: Oxygen, sans-serif;
  position: relative;
  border-top: 1px solid #e9e6e2;
}
#generate-slideout-menu ul.slideout-menu li.menu-item:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
#generate-slideout-menu ul.slideout-menu li.menu-item a {
  font-family: Oxygen, sans-serif;
  padding: 18px 25px 18px 60px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#generate-slideout-menu ul.slideout-menu li.menu-item a .dropdown-menu-toggle {
  padding-right: 0;
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
}
#generate-slideout-menu ul.slideout-menu li.menu-item a .dropdown-menu-toggle .gp-icon svg {
  font-size: 2rem;
  font-weight: bold;
  height: auto;
  width: auto;
  top: auto;
}
#generate-slideout-menu ul.slideout-menu li.menu-item:not(.menu-item-has-children) a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  color: #00286e;
}
#generate-slideout-menu ul.slideout-menu li.menu-item.sfHover > a {
  padding-left: 25px;
}
#generate-slideout-menu ul.slideout-menu li.menu-item .sub-menu {
  padding-left: 25px;
}

/* ISEEK FRONTPAGE CSS */
/* ISEEK SITEWIDE CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(img/select-arrow.svg) no-repeat right 16px center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  text-align: left;
  padding-right: 90px;
  border: solid 2px #e8e8e8;
  border-radius: 4px;
}
body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  height: 255px;
  background-color: #006b46;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header .grid-container {
  width: 100%;
}
body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header nav.woocommerce-breadcrumb {
  color: #fff !important;
  margin-bottom: 10px;
}
body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header nav.woocommerce-breadcrumb a {
  color: #fff !important;
}
body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header h1.entry-title {
  color: white;
}
body .page-title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body .page-title,
  body .entry-title {
    margin-bottom: 35px;
  }
  body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header {
    height: 341px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 55px;
  }
  body:not(.page-favourites):not(.home):not(.page-purchase-order):not(.page-review-purchase-order):not(.woocommerce-account) .entry-header nav.woocommerce-breadcrumb {
    margin-bottom: 30px;
  }
}

button.pum-close.popmake-close {
  display: none !important;
}
/**
#popmake-1948.pum-container {
  padding: 35px;
  border: none;
  box-shadow: none;
}
#popmake-1948.pum-container[style] {
  max-width: 656px !important;
}
#popmake-1948.pum-container .pum-content {
  color: #242424;
  font-size: 16px;
}
#popmake-1948.pum-container .pum-content p:first-child {
  font-size: 22px;
}
#popmake-1948.pum-container .pum-content label:not(.wpforms-error) {
  color: #343a40;
  font-size: 16px;
  margin: 0;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent,
#popmake-1948.pum-container .pum-content .wpforms-field ul li {
  display: flex;
  align-items: center;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox],
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 1px solid #006b46;
  color: #006b46;
  border-radius: 4px;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  position: relative;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:hover, #popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:focus,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:hover,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:focus {
  background-color: #e5f4ef;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:active,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:active {
  color: white;
  background-color: #006b46;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:checked:before,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:checked:before {
  display: none;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:checked,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:checked {
  background-color: #006b46;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:before, #popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:after,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:before,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:after {
  display: none;
}
#popmake-1948.pum-container .pum-content .ginput_container.ginput_container_consent input[type=checkbox]:checked:after,
#popmake-1948.pum-container .pum-content .wpforms-field ul li input[type=checkbox]:checked:after {
  content: "✔";
  display: block;
  font-size: 21px;
  position: absolute;
  top: -12px;
  left: 2px;
  color: #fff;
  text-shadow: 1px -2px 6px #006b46;
  border-left: none;
  border-bottom: none;
  transform: none;
  height: auto;
}
#popmake-1948.pum-container .pum-content .gform_footer,
#popmake-1948.pum-container .pum-content .wpforms-submit-container {
  padding: 0;
  margin-top: 42px;
}
#popmake-1948.pum-container .pum-content .gform_footer input[type=submit],
#popmake-1948.pum-container .pum-content .gform_footer button[type=submit],
#popmake-1948.pum-container .pum-content .wpforms-submit-container input[type=submit],
#popmake-1948.pum-container .pum-content .wpforms-submit-container button[type=submit] {
  box-shadow: none;
  border: none;
  background: #006b46;
  background: 1px solid #006b46;
  font-weight: bold;
  padding: 13px 67px;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  transition: 0.36s all ease-in-out;
  height: auto;
}
#popmake-1948.pum-container .pum-content .gform_footer input[type=submit]:after,
#popmake-1948.pum-container .pum-content .gform_footer button[type=submit]:after,
#popmake-1948.pum-container .pum-content .wpforms-submit-container input[type=submit]:after,
#popmake-1948.pum-container .pum-content .wpforms-submit-container button[type=submit]:after {
  display: none;
}
#popmake-1948.pum-container .pum-content .gform_footer input[type=submit]:hover, #popmake-1948.pum-container .pum-content .gform_footer input[type=submit]:focus, #popmake-1948.pum-container .pum-content .gform_footer input[type=submit]:active,
#popmake-1948.pum-container .pum-content .gform_footer button[type=submit]:hover,
#popmake-1948.pum-container .pum-content .gform_footer button[type=submit]:focus,
#popmake-1948.pum-container .pum-content .gform_footer button[type=submit]:active,
#popmake-1948.pum-container .pum-content .wpforms-submit-container input[type=submit]:hover,
#popmake-1948.pum-container .pum-content .wpforms-submit-container input[type=submit]:focus,
#popmake-1948.pum-container .pum-content .wpforms-submit-container input[type=submit]:active,
#popmake-1948.pum-container .pum-content .wpforms-submit-container button[type=submit]:hover,
#popmake-1948.pum-container .pum-content .wpforms-submit-container button[type=submit]:focus,
#popmake-1948.pum-container .pum-content .wpforms-submit-container button[type=submit]:active {
  background: #00915f;
  border-color: #00915f;
}


**/
.generate-back-to-top {
  font-size: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 80px;
  right: 30px;
  line-height: 1.5;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 300ms ease-in-out;
  background-color: #006b46 !important;
}
.generate-back-to-top .gp-icon {
  display: inline;
}

.mobile-only {
  display: block !important;
}
@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.above-mobile-only {
  display: none !important;
}
@media (min-width: 768px) {
  .above-mobile-only {
    display: block !important;
  }
  .above-mobile-only.d-table {
    display: table !important;
  }
  .above-mobile-only.d-flex {
    display: flex !important;
  }
}

/* ISEEK CUSTOM ACF BLOCKS CSS */
.whats-new .site-footer {
  background-color: #f9f9f9;
}

.link-boxes-wrapper {
  transform: translateY(-110px);
  margin-bottom: -70px;
}
.link-boxes-wrapper .link-box {
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  text-decoration: none;
  border: solid 2px #e8e8e8;
  border-radius: 6px;
  background-color: #fff;
  transition: 0.36s all ease-out;
  overflow: hidden;
}
.link-boxes-wrapper .link-box .image-wrapper {
  height: 210px;
  position: relative;
  background-color: #e9e6e2;
}
.link-boxes-wrapper .link-box .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.link-boxes-wrapper .link-box .text-wrapper {
  padding: 20px 24px 24px;
  position: relative;
  flex: 1;
}
.link-boxes-wrapper .link-box .text-wrapper .box-title {
  color: #006b46;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.link-boxes-wrapper .link-box .text-wrapper .box-description {
  color: #4b6274;
  font-weight: bold;
  margin-bottom: 20px;
  white-space: pre-wrap;
}
.link-boxes-wrapper .link-box .text-wrapper .go {
  color: #006b46;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  bottom: 28px;
  left: 0;
  font-weight: bold;
  padding-right: 24px;
  line-height: 1;
}
.link-boxes-wrapper .link-box .text-wrapper .go svg {
  margin-left: 8px;
  height: 13px;
  width: auto;
}
.link-boxes-wrapper .link-box .text-wrapper .go svg path {
  fill: #006b46;
}
.link-boxes-wrapper .link-box:hover, .link-boxes-wrapper .link-box:focus, .link-boxes-wrapper .link-box:active {
  box-shadow: 0 0 15px 5px rgba(64, 130, 210, 0.25);
  border: solid 2px #00915f;
}
@media (min-width: 768px) {
  .link-boxes-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .link-boxes-wrapper .link-box {
    margin-bottom: 0;
  }
}

.acf-block-preview .link-boxes-wrapper {
  transform: translateY(0);
  margin-bottom: 40px;
}

.recommended-menu-wrapper {
  margin-bottom: 40px;
}
.recommended-menu-wrapper .recommended-menu-title {
  color: black;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
  display: inline-block;
}
.recommended-menu-wrapper .recommended-menu-title::after {
  content: "";
  height: 2px;
  background-color: #006b46;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.recommended-menu-wrapper .menu-recommended-container ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.recommended-menu-wrapper .menu-recommended-container ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.recommended-menu-wrapper .menu-recommended-container ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 6px;
  border: solid 2px #f6f6f6;
  transition: 0.35s all ease-out;
  color: #343a40;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.recommended-menu-wrapper .menu-recommended-container ul li a .description {
  display: none;
}
.recommended-menu-wrapper .menu-recommended-container ul li a svg path {
  fill: #00915f;
}
.recommended-menu-wrapper .menu-recommended-container ul li a:hover, .recommended-menu-wrapper .menu-recommended-container ul li a:focus, .recommended-menu-wrapper .menu-recommended-container ul li a:active {
  border: solid 2px #00915f;
  color: #00915f;
  background-color: #e5f4ef;
}
@media (min-width: 768px) {
  .recommended-menu-wrapper {
    margin-bottom: 80px;
  }
  .recommended-menu-wrapper .recommended-menu-title {
    font-size: 22px;
  }
  .recommended-menu-wrapper .menu-recommended-container ul {
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .recommended-menu-wrapper .menu-recommended-container ul li {
    margin-bottom: 0;
  }
}

/* ISEEK BLOG CSS */
.blog .paging-navigation,
.archive .paging-navigation {
  text-align: center;
}
.blog .paging-navigation .nav-links .page-numbers,
.archive .paging-navigation .nav-links .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  background: var(--theme-light-grey);
  padding: 10px;
  border-radius: 100%;
  color: var(--theme-black);
  margin-right: 25px;
  line-height: 1.5;
}
.blog .paging-navigation .nav-links .page-numbers:hover,
.archive .paging-navigation .nav-links .page-numbers:hover {
  background: #bfbfbf;
}
.blog .paging-navigation .nav-links .page-numbers.current,
.archive .paging-navigation .nav-links .page-numbers.current {
  background: var(--theme-dark-grey);
}
.blog .paging-navigation .nav-links .page-numbers.next, .blog .paging-navigation .nav-links .page-numbers.prev,
.archive .paging-navigation .nav-links .page-numbers.next,
.archive .paging-navigation .nav-links .page-numbers.prev {
  text-indent: -9999px;
  position: relative;
  background: pink;
}
.blog .paging-navigation .nav-links .page-numbers.next:hover, .blog .paging-navigation .nav-links .page-numbers.prev:hover,
.archive .paging-navigation .nav-links .page-numbers.next:hover,
.archive .paging-navigation .nav-links .page-numbers.prev:hover {
  background: #009a9a;
}
.blog .paging-navigation .nav-links .page-numbers.next:after, .blog .paging-navigation .nav-links .page-numbers.prev:after,
.archive .paging-navigation .nav-links .page-numbers.next:after,
.archive .paging-navigation .nav-links .page-numbers.prev:after {
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: none;
}
.blog .paging-navigation .nav-links .page-numbers.next svg, .blog .paging-navigation .nav-links .page-numbers.prev svg,
.archive .paging-navigation .nav-links .page-numbers.next svg,
.archive .paging-navigation .nav-links .page-numbers.prev svg {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
  color: var(--theme-white);
}
.blog .paging-navigation .nav-links .page-numbers.next,
.archive .paging-navigation .nav-links .page-numbers.next {
  margin-right: 0;
}
.blog .paging-navigation .nav-links .page-numbers.prev svg,
.archive .paging-navigation .nav-links .page-numbers.prev svg {
  transform: rotate(180deg);
}





/* ISEEK FORMS CSS 
body .wpforms-container .wpforms-field-container .wpforms-field .wpforms-field-label.wpforms-label-hide {
  display: none;
}
body .wpforms-container .wpforms-field-container .wpforms-field ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}
body .wpforms-container .wpforms-field-container .wpforms-field label.wpforms-error {
  color: red;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
body .wpforms-container .wpforms-field-container .wpforms-field input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 1px solid #006b46;
  color: #006b46;
  border-radius: 4px;
  margin: 0 8px 0 0;
  width: 15px;
  height: 15px;
  position: relative;
}
body .wpforms-container .wpforms-field-container .wpforms-field input[type=checkbox]:checked:after {
  content: "✔";
  
  font-size: 18px;
  position: absolute;
  top: -10px;
  left: 2px;
  color: #006b46;
}
*/
/* ISEEK WOOCOMMERCE CSS




.woocommerce-checkout.processing .blockUI.blockOverlay {
  background-image: url(img/preloader.gif) !important;
  background-position: center 50% !important;
  background-repeat: no-repeat !important;
  position: fixed !important;
}

nav.woocommerce-breadcrumb {
  text-transform: uppercase;
  font-size: 14px;
  color: #006b46;
  margin-bottom: 30px;
  font-weight: bold;
}
nav.woocommerce-breadcrumb a {
  color: #006b46;
}

.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  background-color: #006b46 !important;
  color: #fff !important;
  border-color: #006b46 !important;
  display: flex;
  flex-flow: column;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
  color: #fff !important;
  text-decoration: underline;
  order: 2;
  margin-top: 15px;
}
.woocommerce .woocommerce-notices-wrapper .cart-empty.woocommerce-info {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    display: block;
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-notices-wrapper .woocommerce-message a {
    margin-top: 0;
  }
}

.woocommerce button:disabled {
  pointer-events: none;
  opacity: 0.4;
}
 */
/**
.woocommerce a.button.alt,
.woocommerce button.button {
  border-radius: 4px !important;
}
.woocommerce.single-product #content div.product div.images {
  margin-bottom: 20px;
}
.woocommerce.single-product #content div.product div.images .woocommerce-product-gallery__wrapper {
  position: relative;
  overflow: hidden;
}
.woocommerce.single-product #content div.product div.images .woocommerce-product-gallery__wrapper .production-model-notice {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 24px;
  display: inline-block;
  background-color: #006b46;
  color: #fff;
  z-index: 10;
  font-weight: bold;
  white-space: nowrap;
}
.woocommerce.single-product #content div.product div.images .woocommerce-product-gallery__wrapper .production-model-notice:after {
  content: "";
  width: 24px;
  position: absolute;
  right: -24px;
  top: 0;
  height: 100%;
  border-right: 24px solid transparent;
  border-top: 20px solid #006b46;
  border-bottom: 20px solid #006b46;
}
.woocommerce.single-product #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.woocommerce.single-product #content div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image--placeholder {
  background-color: #e9e6e2;
  background-color: rgba(233, 230, 226, 0.2);
  border-radius: 6px;
  border: none;
}
.woocommerce.single-product .summary.entry-summary .product_title.entry-title {
  margin-bottom: 10px;
}
.woocommerce.single-product .summary.entry-summary .sku {
  margin-bottom: 15px;
  font-size: 14px;
}
.woocommerce.single-product .summary.entry-summary .sku span:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
.woocommerce.single-product .summary.entry-summary .sku span:not(:last-child):after {
  content: "|";
  position: absolute;
  right: -2px;
}
.woocommerce.single-product .summary.entry-summary .cart {
  margin-bottom: 20px;
}
.woocommerce.single-product .summary.entry-summary .cart .lead-time,
.woocommerce.single-product .summary.entry-summary .cart .lead-time-title,
.woocommerce.single-product .summary.entry-summary .cart .lead-time-days {
  display: none !important;
  font-size: 14px;
  font-weight: bold;
  color: #006b46;
  margin-bottom: 24px;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap {
  margin-bottom: 16px;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet {
  display: none;
  align-items: center;
  width: auto;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case svg,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet svg {
  color: #00915f;
  margin-right: 10px;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case svg g path,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet svg g path {
  fill: #00915f !important;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case svg path,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet svg path {
  fill: #00915f !important;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case .units span,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet .units span {
  display: block;
  font-size: 12px;
  line-height: 1.83;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case .units span:first-child,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet .units span:first-child {
  color: #242424;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity {
  float: none;
  justify-content: flex-start;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .no-of-cases {
  flex: 0 1 100%;
  font-size: 18px;
  font-weight: bold;
  color: #006b46;
  margin-bottom: 8px;
  letter-spacing: 0.75px;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .no-of-cases.bundle {
  font-size: 16px;
  color: #343a40;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  flex: 0 1 50%;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .minus,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .plus {
  border: 2px solid #e8e8e8;
  background: #fff;
  color: #006b46;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
  transition: 0.36s all ease-in-out;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .minus:hover, .woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .minus:focus, .woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .minus:active,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .plus:hover,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .plus:focus,
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .plus:active {
  border-color: #00915f;
  background-color: #e5f4ef;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .minus {
  color: transparent;
  position: relative;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added .minus:before {
  content: "–";
  color: #006b46;
  position: absolute;
}
.woocommerce.single-product .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added input {
  border: none;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  background: #f8f8f8;
  font-size: 20px;
  font-weight: bold;
  display: inline;
  width: 65px;
  height: 50px;
  transition: 0.36s all ease-in-out;
}
.woocommerce.single-product .summary.entry-summary .cart button {
  clear: both;
  width: 100%;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #006b46;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  transition: 0.5s all ease;
}
.woocommerce.single-product .summary.entry-summary .cart button:before {
  content: " ";
  background: url(img/add-to-order-icon.svg) no-repeat center/25px 25px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s all ease;
}
.woocommerce.single-product .summary.entry-summary .cart button:hover, .woocommerce.single-product .summary.entry-summary .cart button:focus, .woocommerce.single-product .summary.entry-summary .cart button:active {
  background-color: #58b24a;
}
.woocommerce.single-product .summary.entry-summary .cart button:hover:before, .woocommerce.single-product .summary.entry-summary .cart button:focus:before, .woocommerce.single-product .summary.entry-summary .cart button:active:before {
  background: url(img/added-to-order-icon.svg) no-repeat center/25px 25px;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-bottom: 20px;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #343a40;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #e8e8e8;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.36s all ease-in-out;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link:hover, .woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link:focus, .woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link:active,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist:hover,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist:focus,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist:active,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item:hover,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item:focus,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item:active,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a:focus,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a:active,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a:hover,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a:focus,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a:active {
  border-color: #00915f;
  background-color: #e5f4ef;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link svg,
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link img,
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link i,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist svg,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist img,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist i,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item svg,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item img,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item i,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a svg,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a img,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a i,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a svg,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a img,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a i {
  margin-right: 10px;
  width: 16px;
  color: #343a40;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link svg path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link img path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .ask-a-question-link i path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist svg path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist img path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .add_to_wishlist i path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item svg path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item img path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item i path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a svg path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a img path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a i path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a svg path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a img path,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a i path {
  fill: #343a40;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.view-wishlist,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-add-button span.separator {
  display: none;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse span.feedback,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse span.feedback {
  display: none;
}
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a,
.woocommerce.single-product .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a {
  background: url(img/favourite-icon.svg) no-repeat left 7% center/16px auto;
  padding-left: 16px;
}
.woocommerce.single-product .summary.entry-summary .product-note {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.single-product .summary.entry-summary .product-note svg {
  margin-right: 10px;
}
.woocommerce.single-product .summary.entry-summary .product-note .note span {
  color: #006b46;
  font-weight: bold;
}
.woocommerce.single-product .production-model-message {
  clear: both;
  background-color: #89d3c2;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  color: #242424;
  font-size: 16px;
  border-radius: 4px;
}
.woocommerce.single-product .production-model-message svg path {
  fill: #242424;
}
.woocommerce.single-product .production-model-message .message {
  margin-left: 16px;
}
.woocommerce.single-product .production-model-message .message p {
  margin-bottom: 0;
}
.woocommerce.single-product .product-details {
  clear: both;
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce.single-product .product-details .product-section-title {
  color: #242424;
  margin-bottom: 20px;
}
/***
.woocommerce.single-product .product-details .product-download-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 15px;
       column-gap: 15px;
  row-gap: 11px;
  margin-bottom: 30px;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button {
  padding: 15px 15px 15px 15px;
  border-radius: 4px;
  border: solid 2px #e8e8e8;
  background-color: #f8f8f8;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  line-height: 1;
  transition: 0.36s all ease-in-out;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button:not(.disabled):hover, .woocommerce.single-product .product-details .product-download-buttons .product-download-button:not(.disabled):focus, .woocommerce.single-product .product-details .product-download-buttons .product-download-button:not(.disabled):active {
  box-shadow: 0 0 0 2px #89d3c2;
  border-color: #00915f;
  background-color: #e5f4ef;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button svg {
  margin-bottom: 10px;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button svg path {
  fill: #006b46;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button i {
  margin-bottom: 10px;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button i:before {
  color: #006b46;
  font-size: 1.4em;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button.disabled {
  pointer-events: none;
  background-color: #fff;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button.disabled svg {
  opacity: 0.55;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button.disabled svg path {
  fill: #828282;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button.disabled i:before {
  color: #828282;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button.disabled .button-label {
  color: #828282;
  margin-bottom: 10px;
}
.woocommerce.single-product .product-details .product-download-buttons .product-download-button.disabled .button-disabled {
  font-size: 12px;
  color: #828282;
}
.woocommerce.single-product .product-details .progress-notice {
  display: none;
  position: fixed;
  left: 0;
  z-index: 10;
  width: 100%;
  bottom: 100px;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  padding: 24px 40px;
  box-shadow: 0 0 0 4px #e8e8e8;
  border: solid 2px #006b46;
  background-color: #fff;
  position: relative;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .text {
  display: flex;
  align-items: center;
  transition: 0.5s all;
  position: relative;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .text svg {
  margin-right: 15px;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .text svg path {
  fill: #006b46;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .text .download-message,
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .text .downloaded-message {
  color: #343a40;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .text .downloaded-message {
  display: none;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner {
  color: #343a40;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner .datasheets_no,
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner .images_no,
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner .certificates_no {
  display: none;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner .files_zipped {
  margin-left: 8px;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner svg {
  animation: rotation 2s infinite linear;
  margin-left: 18px;
}
.woocommerce.single-product .product-details .progress-notice .progress-notice-wrapper .spinner svg path {
  stroke: #006b46;
}
.woocommerce.single-product .product-details .progress-notice.progress {
  display: block;
}

**/
.woocommerce.single-product .product-details .product-title {
  color: #242424;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.woocommerce.single-product .product-details .product-title:after {
  content: "";
  height: 1px;
  background-color: #e8e8e8;
  margin-left: 15px;
  width: 100%;
}
.woocommerce.single-product .product-details .product-attributes {
  margin-bottom: 10px;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute {
  padding: 20px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute.product-attribute-item--attribute_pa_short-description {
  flex-flow: column;
  align-items: flex-start;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute:not(:last-child) {
  border-bottom: 1px solid #f8f8f8;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute .product-attribute-item-label,
.woocommerce.single-product .product-details .product-attributes .product-attribute .product-attribute-item-value {
  margin-bottom: 0;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute .product-attribute-item-label {
  text-transform: capitalize;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute .product-attribute-item-value {
  font-weight: normal;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute .product-attribute-item-value p {
  margin-bottom: 0;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute:nth-child(2n) {
  position: relative;
}
.woocommerce.single-product .product-details .product-attributes .product-attribute:nth-child(2n):after {
  content: "";
  background-color: #e5f4ef;
  position: absolute;
  border-radius: 5px;
  top: 6px;
  bottom: 6px;
  left: 0;
  right: 0;
  z-index: -1;
}
.woocommerce.single-product .product-details .product-description {
  margin-bottom: 20px;
}
.woocommerce.single-product .product-details .product-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .woocommerce.single-product #content div.product div.images {
    margin-bottom: 0;
    width: 40%;
    margin-right: 5%;
  }
  .woocommerce.single-product #content .summary.entry-summary {
    width: 55%;
    float: left;
    overflow: visible;
  }
  .woocommerce.single-product #content .summary.entry-summary .product_title.entry-title {
    margin-bottom: 15px;
  }
  .woocommerce.single-product #content .summary.entry-summary .sku {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .woocommerce.single-product #content .summary.entry-summary .sku span:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
  }
  .woocommerce.single-product #content .summary.entry-summary .sku span:not(:last-child):after {
    right: -2px;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart {
    margin-bottom: 20px;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .lead-time {
    display: none !important;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details {
    display: flex;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case,
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet {
    display: inline-flex;
    padding-right: 20px;
    border-right: 1px solid #e8e8e8;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .units-per-case .units span:first-child,
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet .units span:first-child {
    margin-bottom: 0;
    font-size: 16px;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .packaging-details-wrap .p-details .cases-per-pallet {
    display: flex;
    padding-right: 0;
    margin-left: 20px;
    border-right: none;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap {
    width: 165px;
    margin-left: auto;
    display: block;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity {
    float: left;
    justify-content: flex-end;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .no-of-cases {
    margin-bottom: 0;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart .packaging-details-quantity-wrap .quantity-wrap .quantity.buttons-added {
    float: none;
    margin-left: auto;
    width: auto;
  }
  .woocommerce.single-product #content .summary.entry-summary .cart button {
    padding: 10px 0;
    width: 100%;
  }
  .woocommerce.single-product #content .summary.entry-summary .product-note {
    font-size: 16px;
  }
  .woocommerce.single-product #content .summary.entry-summary .product-note svg {
    margin-right: 15px;
  }
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .ask-a-question-link,
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .add_to_wishlist,
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .yith-wcwl-add-button a.delete_item,
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a {
    font-size: 15px;
    padding: 10px 5px;
  }
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .yith-wcwl-wishlistexistsbrowse a,
  .woocommerce.single-product #content .summary.entry-summary .extra-buttons .yith-wcwl-wishlistaddedbrowse a {
    background: url(img/favourite-icon.svg) no-repeat left 20% center/16px auto;
  }
  .woocommerce.single-product #content .product-details {
    padding-top: 45px;
    padding-bottom: 64px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons {
    grid-template-columns: repeat(4, 1fr);
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 0;
    margin-bottom: 65px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons.grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  /***
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button {
    padding: 35px 25px 25px 25px;
    font-weight: bold;
    font-size: 18px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button svg {
    margin-bottom: 39px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button i {
    margin-bottom: 39px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button.disabled svg {
    margin-bottom: 15.5px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button.disabled i {
    margin-bottom: 15.5px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button.disabled .button-label {
    margin-bottom: 5px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons .product-download-button.disabled .button-disabled {
    font-size: 14px;
  }
  .woocommerce.single-product #content .product-details .product-download-buttons.grid-5 .product-download-button {
    padding: 27px 24px 20px 24px;
  }
  ***/
  .woocommerce.single-product #content .product-details .product-title:after {
    margin-left: 20px;
  }
  .woocommerce.single-product #content .product-details .product-attributes {
    margin-bottom: 10px;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute.product-attribute-item--attribute_pa_short-description {
    flex-flow: row;
    align-items: center;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute:not(:last-child) {
    border-bottom: 1px solid #f8f8f8;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute .product-attribute-item-label,
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute .product-attribute-item-value {
    margin-bottom: 0;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute .product-attribute-item-value {
    font-weight: normal;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute:nth-child(2n) {
    position: relative;
  }
  .woocommerce.single-product #content .product-details .product-attributes .product-attribute:nth-child(2n):after {
    content: "";
    background-color: #e5f4ef;
    position: absolute;
    border-radius: 5px;
    top: 6px;
    bottom: 6px;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .woocommerce.single-product #content .product-details .product-description {
    margin-bottom: 20px;
  }
}

.woocommerce .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.woocommerce .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
.woocommerce .yith-wcwl-add-button .yith-wcwl-icon {
  font-size: 1.1rem !important;
  color: #006b46;
  font: normal normal normal 14px/1 FontAwesome !important;
}
.woocommerce .products .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
.woocommerce .products .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
.woocommerce .products .yith-wcwl-add-button .yith-wcwl-icon {
  font-size: 1.1rem !important;
  color: #006b46;
  font: normal normal normal 30px/1 FontAwesome !important;
}
.woocommerce .woocommerce-result-count {
  padding: 0;
  margin-bottom: 34px;
  font-size: 18px;
  font-weight: bold;
  color: #006b46;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
  margin: 0;
  display: inline-flex;
  justify-content: space-around;
  width: 100%;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
  float: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #006b46;
  color: #006b46;
  background-color: #fff;
  transition: 0.5s all ease;
  font-size: 20px;
  font-weight: bold;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers:active, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.current {
  background-color: #006b46;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev {
  position: relative;
  border-color: #006b46;
  background-color: #00915f;
  color: transparent;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:before, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before {
  content: "\f061";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.next:active, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:hover, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:focus, .woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:active {
  background-color: #006b46;
  border-color: #006b46;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li .page-numbers.prev:before {
  content: "\f060";
}
.woocommerce ul.products {
  grid-gap: 35px;
}
.woocommerce ul.products li.woocommerce-text-align-center {
  text-align: left;
}
.woocommerce ul.products li.woocommerce-text-align-center .woocommerce-loop-product__title {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.woocommerce ul.products li.woocommerce-text-align-center .sku {
  font-size: 12px;
  color: #7c7c7c;
  margin-top: 0 !important;
}
.woocommerce ul.products li.woocommerce-text-align-center .wc-product-image {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce ul.products li.woocommerce-text-align-center .wc-product-image .inside-wc-product-image {
  background-color: #e9e6e2;
  background-color: rgba(233, 230, 226, 0.2);
  border-radius: 6px;
  transition: 0.3s all ease;
  position: relative;
}
.woocommerce ul.products li.woocommerce-text-align-center .wc-product-image .inside-wc-product-image .view-product {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  opacity: 0;
  transition: 0.3s all ease;
  font-weight: bold;
}
.woocommerce ul.products li.woocommerce-text-align-center:hover .inside-wc-product-image, .woocommerce ul.products li.woocommerce-text-align-center:focus .inside-wc-product-image, .woocommerce ul.products li.woocommerce-text-align-center:active .inside-wc-product-image {
  background-color: #006b46 !important;
  border-color: #006b46 !important;
  opacity: 0.7;
}
.woocommerce ul.products li.woocommerce-text-align-center:hover .inside-wc-product-image img, .woocommerce ul.products li.woocommerce-text-align-center:focus .inside-wc-product-image img, .woocommerce ul.products li.woocommerce-text-align-center:active .inside-wc-product-image img {
  mix-blend-mode: multiply;
}
.woocommerce ul.products li.woocommerce-text-align-center:hover .inside-wc-product-image .view-product, .woocommerce ul.products li.woocommerce-text-align-center:focus .inside-wc-product-image .view-product, .woocommerce ul.products li.woocommerce-text-align-center:active .inside-wc-product-image .view-product {
  opacity: 1;
}
@media (min-width: 768px) {
  .woocommerce .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
  .woocommerce .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
  .woocommerce .yith-wcwl-add-button .yith-wcwl-icon {
    font: normal normal normal 16px/1 FontAwesome !important;
  }
  .woocommerce ul.products li.woocommerce-text-align-center {
    text-align: left;
  }
  .woocommerce ul.products li.woocommerce-text-align-center .woocommerce-loop-product__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .woocommerce ul.products li.woocommerce-text-align-center .sku {
    font-size: 16px;
    margin-top: 0;
  }
  .woocommerce ul.products .yith-wcwl-wishlistaddedbrowse .yith-wcwl-icon,
  .woocommerce ul.products .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon,
  .woocommerce ul.products .yith-wcwl-add-button .yith-wcwl-icon {
    font: normal normal normal 20px/1 FontAwesome !important;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers {
    width: auto;
  }
  .woocommerce nav.woocommerce-pagination ul.page-numbers li:not(:last-child) {
    margin-right: 20px;
  }
}

.archive.woocommerce.showing-products #content,
.archive.woocommerce.showing-categories:not(.search) #content {
  padding-top: 0;
}
.archive.woocommerce.showing-products .category-hero-wrapper,
.archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  height: 185px;
  background-color: #006b46;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.archive.woocommerce.showing-products .category-hero-wrapper .inner-hero-wrapper,
.archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper .inner-hero-wrapper {
  width: 100%;
}
.archive.woocommerce.showing-products .category-hero-wrapper nav.woocommerce-breadcrumb,
.archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper nav.woocommerce-breadcrumb {
  color: #fff;
  margin-bottom: 10px;
}
.archive.woocommerce.showing-products .category-hero-wrapper nav.woocommerce-breadcrumb a,
.archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper nav.woocommerce-breadcrumb a {
  color: #fff;
}
.archive.woocommerce.showing-products .category-hero-wrapper header.woocommerce-products-header h1.woocommerce-products-header__title.page-title,
.archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
  color: #fff;
  margin-bottom: 10px;
}
.archive.woocommerce.showing-products .category-hero-wrapper header.woocommerce-products-header .term-description,
.archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper header.woocommerce-products-header .term-description {
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .archive.woocommerce.showing-products .category-hero-wrapper,
  .archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper {
    height: 341px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 45px;
  }
  .archive.woocommerce.showing-products .category-hero-wrapper .grid-container,
  .archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper .grid-container {
    width: 100%;
  }
  .archive.woocommerce.showing-products .category-hero-wrapper header.woocommerce-products-header h1.woocommerce-products-header__title.page-title,
  .archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper header.woocommerce-products-header h1.woocommerce-products-header__title.page-title {
    margin-bottom: 15px;
  }
  .archive.woocommerce.showing-products .category-hero-wrapper header.woocommerce-products-header .term-description,
  .archive.woocommerce.showing-categories:not(.search) .category-hero-wrapper header.woocommerce-products-header .term-description {
    font-size: 21px;
  }
}

.archive.woocommerce.showing-categories:not(.search) #content #shop_header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  height: 255px;
  padding-top: 45px;
  background-color: #006b46;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 0;
}
.archive.woocommerce.showing-categories:not(.search) #content #shop_header h2.current-user-display-name {
  color: #fff;
  margin-bottom: 10px;
	
}
.archive.woocommerce.showing-categories:not(.search) #content #shop_header .page-description {
  color: #fff;
  font-size: 18px;
  opacity: 0.8;
}
.archive.woocommerce.showing-categories:not(.search).home.top-level .woocommerce-products-header__title.page-title {
  display: none;
}
.archive.woocommerce.showing-categories:not(.search).home.top-level .wc-columns-container {
  transform: translateY(-43px);
  margin-bottom: -43px;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products {
  grid-gap: 25px;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product {
  text-align: left;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .woocommerce-loop-category__title {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.5;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .woocommerce-loop-category__title .count {
  display: none;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .short-description {
  font-weight: normal;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .inside-wc-product-image {
  background-color: #e9e6e2;
  background-color: rgba(233, 230, 226, 0.2);
  border-radius: 6px;
  transition: 0.3s all ease;
  position: relative;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
  height: 198px;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
}
.archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .inside-wc-product-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list {
  position: relative;
  padding-top: 35px;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list:before {
  content: "";
  height: 3px;
  background-color: #e8e8e8;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .secondary-categories-title {
  color: #006b46;
  font-weight: bold;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin-bottom: 0;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product {
  width: 100%;
  margin: 0;
  display: inline-flex !important;
  justify-content: center;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 5px;
  margin-right: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: 0.5s all cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product a {
  font-family: Oxygen, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.35s all cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 75px;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product a i {
  margin-right: 10px;
  width: 50px;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product a i:before {
  display: flex;
  align-items: center;
  color: #006b46;
  justify-content: center;
  font-size: 2rem;
  transition: 0.5s all cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product a h2.woocommerce-loop-category__title {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product a h2.woocommerce-loop-category__title .count {
  display: none;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product a h5.short-description {
  margin-bottom: 0;
  opacity: 0;
  height: 0;
  transform: translateY(50%);
  font-weight: bold !important;
  color: #006b46;
  transition: opacity 0.1s ease, transform 0.5s ease, height 0.1s ease;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:hover:before, .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:focus:before, .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:active:before {
  color: #00915f;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:hover a, .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:focus a, .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:active a {
  border-color: #00915f;
  color: #00915f;
  background-color: #e5f4ef;
}
.archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:hover a h5.short-description, .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:focus a h5.short-description, .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products .product-category.product:active a h5.short-description {
  margin-top: 5px;
  opacity: 1;
  height: auto;
  transform: translateY(0);
  transition: all 0.35s ease;
}
.archive.woocommerce.showing-categories:not(.search) .featured-products-title {
  color: #006b46;
}
@media (min-width: 768px) {
  .archive.woocommerce.showing-categories:not(.search) #content #shop_header {
    height: 341px;
    padding-top: 125px;
    padding-left: 0;
    padding-right: 0;
  }
  .archive.woocommerce.showing-categories:not(.search) #content #shop_header h2.current-user-display-name {
    margin-bottom: 7px;
  }
  .archive.woocommerce.showing-categories:not(.search) #content #shop_header .page-description {
    font-size: 21px;
  }
  .archive.woocommerce.showing-categories:not(.search).home.top-level .wc-columns-container {
    transform: translateY(-60px);
    margin-bottom: -60px;
  }
  .archive.woocommerce.showing-categories:not(.search) #wc-column-container.wc-columns-4 .products.columns-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product {
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 15px;
  }
  .archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .woocommerce-loop-category__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .archive.woocommerce.showing-categories:not(.search) #wc-column-container .products .product-category.product .inside-wc-product-image {
    height: 257px;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list {
    position: relative;
    padding-top: 51px;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .secondary-categories-title {
    margin-bottom: 25px;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products:not(.columns-4) {
    display: block;
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 35px;
         column-gap: 35px;
    -moz-column-rule: 1px solid #89d3c2;
         column-rule: 1px solid #89d3c2;
    grid-gap: unset;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products:not(.columns-4) .product-category.product {
    display: inline-block;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 15px;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products:not(.columns-4) .product-category.product a h2.woocommerce-loop-category__title {
    font-size: 18px;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products:not(.columns-4) .product-category.product a h5.short-description {
    font-size: 16px;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products.columns-4 {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
    -moz-column-rule: 1px solid #89d3c2;
         column-rule: 1px solid #89d3c2;
  }
  .archive.woocommerce.showing-categories:not(.search) .secondary-categories-list .products.columns-4 .product-category.product {
    display: inline-block;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 15px;
    width: 100% !important;
  }
}

.archive.showing-products .sibling-categories-list {
  position: relative;
  padding-top: 35px;
  margin-top: 50px;
}
.archive.showing-products .sibling-categories-list:before {
  content: "";
  height: 3px;
  background-color: #e8e8e8;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}
.archive.showing-products .sibling-categories-list .sibling-categories-title {
  color: #006b46;
  font-weight: bold;
}
.archive.showing-products .sibling-categories-list .products {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  margin-bottom: 0;
}
.archive.showing-products .sibling-categories-list .products .product-category.product {
  width: 100%;
  margin: 0;
  display: inline-flex !important;
  justify-content: center;
}
.archive.showing-products .sibling-categories-list .products .product-category.product:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 5px;
  margin-right: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: 0.5s all cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}
.archive.showing-products .sibling-categories-list .products .product-category.product a {
  font-family: Oxygen, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.5s all cubic-bezier(0.25, 0.1, 0.25, 1);
  height: 75px;
}
.archive.showing-products .sibling-categories-list .products .product-category.product a i {
  margin-right: 10px;
  width: 50px;
}
.archive.showing-products .sibling-categories-list .products .product-category.product a i:before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: 0.5s all cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 1;
}
.archive.showing-products .sibling-categories-list .products .product-category.product a h2.woocommerce-loop-category__title {
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.archive.showing-products .sibling-categories-list .products .product-category.product a h2.woocommerce-loop-category__title .count {
  display: none;
}
.archive.showing-products .sibling-categories-list .products .product-category.product a h5.short-description {
  margin-bottom: 0;
  opacity: 0;
  height: 0;
  font-size: 13px;
  transform: translateY(50%);
  font-weight: bold !important;
  color: #006b46;
  transition: opacity 0.1s ease, transform 0.5s ease, height 0.1s ease;
}
.archive.showing-products .sibling-categories-list .products .product-category.product:hover:before, .archive.showing-products .sibling-categories-list .products .product-category.product:focus:before, .archive.showing-products .sibling-categories-list .products .product-category.product:active:before {
  color: #00915f;
}
.archive.showing-products .sibling-categories-list .products .product-category.product:hover a, .archive.showing-products .sibling-categories-list .products .product-category.product:focus a, .archive.showing-products .sibling-categories-list .products .product-category.product:active a {
  border-color: #00915f;
  color: #00915f;
  background-color: #e5f4ef;
}
.archive.showing-products .sibling-categories-list .products .product-category.product:hover a h5.short-description, .archive.showing-products .sibling-categories-list .products .product-category.product:focus a h5.short-description, .archive.showing-products .sibling-categories-list .products .product-category.product:active a h5.short-description {
  margin-top: 5px;
  opacity: 1;
  height: auto;
  transform: translateY(0);
  transition: all 0.35s ease;
}
@media (min-width: 768px) {
  .archive.showing-products .sibling-categories-list {
    position: relative;
    padding-top: 51px;
  }
  .archive.showing-products .sibling-categories-list .sibling-categories-title {
    margin-bottom: 25px;
  }
  .archive.showing-products .sibling-categories-list .products.columns-4 {
    display: block;
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 35px;
         column-gap: 35px;
    -moz-column-rule: 1px solid #89d3c2;
         column-rule: 1px solid #89d3c2;
  }
  .archive.showing-products .sibling-categories-list .products.columns-4 .product-category.product {
    display: inline-block;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
    margin-bottom: 15px;
    width: 100% !important;
  }
  .archive.showing-products .sibling-categories-list .products.columns-4 .product-category.product h5.short-description {
    font-size: 16px;
  }
}

.woocommerce.woocommerce-wishlist table.shop_table th,
.woocommerce-cart .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table th {
  background-color: rgba(52, 58, 64, 0.03);
  color: #343a40;
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding: 20px 15px;
}
.woocommerce.woocommerce-wishlist table.shop_table td,
.woocommerce-cart .woocommerce table.shop_table td,
.woocommerce-checkout .woocommerce table.shop_table td {
  background-color: #fff;
  border-bottom: 1px solid #f2eee4;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: left;
}

.wc-block-product-search form label.wc-block-product-search__label,
.widget_search.widget_block form label.wc-block-product-search__label {
  display: none;
  display: none;
}
.wc-block-product-search form .wc-block-product-search__fields .wc-block-product-search__field,
.wc-block-product-search form .wc-block-product-search__fields .wp-block-search__input,
.wc-block-product-search form .wp-block-search__inside-wrapper .wc-block-product-search__field,
.wc-block-product-search form .wp-block-search__inside-wrapper .wp-block-search__input,
.widget_search.widget_block form .wc-block-product-search__fields .wc-block-product-search__field,
.widget_search.widget_block form .wc-block-product-search__fields .wp-block-search__input,
.widget_search.widget_block form .wp-block-search__inside-wrapper .wc-block-product-search__field,
.widget_search.widget_block form .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 15px 25px 15px 63px;
  border-radius: 30px;
  border: solid 2px #e8e8e8;
  background-color: #f8f8f8;
  background-image: url(img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: left 25px center;
  line-height: 1;
  width: 100%;
}
.wc-block-product-search form .wc-block-product-search__fields button.wc-block-product-search__button,
.wc-block-product-search form .wp-block-search__inside-wrapper button.wc-block-product-search__button,
.widget_search.widget_block form .wc-block-product-search__fields button.wc-block-product-search__button,
.widget_search.widget_block form .wp-block-search__inside-wrapper button.wc-block-product-search__button {
  display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100% !important;
}
/*
body.woocommerce.single-product .available-colours {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
body.woocommerce.single-product .available-colours .shape {
  position: relative;
  height: 60px;
  width: auto;
}
body.woocommerce.single-product .available-colours .shape .text {
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
  background-color: #343a40;
  border-radius: 3px;
  width: 175px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  transition: 0.2s all;
  z-index: -1;
}
body.woocommerce.single-product .available-colours .shape .text.visible {
  opacity: 1;
  z-index: 5;
}
body.woocommerce.single-product .available-colours .shape .text:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}
body.woocommerce.single-product .available-colours .shape img {
  height: 60px;
  width: 42px;
  display: block;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
**/

/* ISEEK YITH WISHLIST PLUGIN CSS */
.woocommerce.woocommerce-wishlist .woocommerce-message {
  background-color: #006b46 !important;
  color: #fff !important;
  border-color: #006b46 !important;
}
.woocommerce.woocommerce-wishlist .product-remove a.remove {
  text-decoration: none;
  color: red !important;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none !important;
}
.woocommerce.woocommerce-wishlist .wishlist-title h2 {
  pointer-events: none;
}
.woocommerce.woocommerce-wishlist .wishlist-title .show-title-form {
  display: none !important;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit] {
  text-decoration: none;
  white-space: nowrap;
  display: block;
  padding: 10px 25px;
  border-radius: 4px;
  background-color: #006b46;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all ease;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:before,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:before {
  content: " ";
  background: url(img/add-to-order-icon.svg) no-repeat center/25px 25px;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s all ease;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:hover, .woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:focus, .woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:active,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:hover,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:focus,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:active {
  background-color: #58b24a;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:hover:before, .woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:focus:before, .woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a:active:before,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:hover:before,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:focus:before,
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:active:before {
  background: url(img/added-to-order-icon.svg) no-repeat center/25px 25px;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart a.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_update input[type=submit] {
  transition: 0.5s all ease;
}
.woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_update input[type=submit]:hover, .woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_update input[type=submit]:focus, .woocommerce.woocommerce-wishlist .yith_wcwl_wishlist_update input[type=submit]:active {
  background-color: #58b24a;
}
.woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
  display: flex;
}
.woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added .minus,
.woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added .plus {
  border: 2px solid #e8e8e8;
  background: #fff;
  color: #006b46;
  display: inline-flex;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 2rem;
}
.woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added .minus {
  color: transparent;
  position: relative;
}
.woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added .minus:before {
  content: "–";
  color: #006b46;
  position: absolute;
}
.woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added input[type=number] {
  border: none;
  border-top: 2px solid #e8e8e8;
  border-bottom: 2px solid #e8e8e8;
  background: #f8f8f8;
  font-size: 20px;
  font-weight: bold;
  display: inline;
  width: 65px;
  height: 50px;
}
.woocommerce.woocommerce-wishlist .wishlist_table input::-webkit-outer-spin-button,
.woocommerce.woocommerce-wishlist .wishlist_table input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .units-per-case,
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .cases-per-pallet {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .units-per-case svg,
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .cases-per-pallet svg {
  color: #006b46;
  margin-right: 8px;
  fill: #006b46 !important;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .units-per-case svg path,
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .cases-per-pallet svg path {
  fill: #006b46 !important;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .units-per-case .units span,
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .cases-per-pallet .units span {
  font-size: 12px;
  line-height: 1.83;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .units-per-case .units span:first-child,
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .cases-per-pallet .units span:first-child {
  color: #006b46;
  font-size: 16px;
  line-height: 1.5;
  margin-right: 8px;
  font-weight: bold;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-packaging .units-per-case {
  margin-bottom: 16px;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-thumbnail {
  padding: 0 !important;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-thumbnail a img {
  display: block;
  background-color: rgba(144, 129, 111, 0.2);
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-name {
  text-align: left !important;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-name a {
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 5px;
}
.woocommerce.woocommerce-wishlist .wishlist_table .product-name .sku {
  font-size: 14px;
  font-weight: normal;
}
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit] {
  background: #006b46 url(img/add-to-order-icon.svg) no-repeat center left 25px/25px 25px;
  padding-left: 60px;
}
.woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:hover, .woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:focus, .woocommerce.woocommerce-wishlist .yith_wcwl_footer_additional_action input[type=submit]:active {
  background: #58b24a url(img/added-to-order-icon.svg) no-repeat center left 25px/25px 25px;
}
.woocommerce.woocommerce-wishlist .wishlist-content {
  font-size: 14px;
  margin-bottom: 45px;
}
.woocommerce.woocommerce-wishlist .wishlist-content .note {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.woocommerce.woocommerce-wishlist .wishlist-content .note svg {
  margin-right: 10px;
}
.woocommerce.woocommerce-wishlist .wishlist-content .note .note span {
  color: #006b46;
  font-weight: bold;
}
@media (min-width: 768px) {
  .woocommerce.woocommerce-wishlist .wishlist_table .quantity.buttons-added {
    width: auto;
  }
  .woocommerce.woocommerce-wishlist .wishlist_table .product-units-per-case,
  .woocommerce.woocommerce-wishlist .wishlist_table .product-cases-per-pallet,
  .woocommerce.woocommerce-wishlist .wishlist_table .product-quantity,
  .woocommerce.woocommerce-wishlist .wishlist_table .product-add-to-cart {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .woocommerce.woocommerce-wishlist .wishlist_table .units-per-case .units span,
  .woocommerce.woocommerce-wishlist .wishlist_table .cases-per-pallet .units span {
    font-size: 16px;
  }
  .woocommerce.woocommerce-wishlist .wishlist_table .units-per-case .units span:first-child,
  .woocommerce.woocommerce-wishlist .wishlist_table .cases-per-pallet .units span:first-child {
    margin-bottom: 0;
    font-size: 16px;
  }
  .woocommerce.woocommerce-wishlist .wishlist_table tbody .quantity.buttons-added {
    justify-content: flex-start !important;
  }
  .woocommerce.woocommerce-wishlist .wishlist_table tbody .product-add-to-cart a {
    margin: 0 !important;
  }
  .woocommerce.woocommerce-wishlist .wishlist_table tbody tr:last-child td {
    border-bottom: 1px solid #f2eee4;
  }
  .woocommerce.woocommerce-wishlist .wishlist-content {
    font-size: 16px;
  }
  .woocommerce.woocommerce-wishlist .wishlist-content .note {
    font-size: 16px;
  }
  .woocommerce.woocommerce-wishlist .wishlist-content .note svg {
    margin-right: 15px;
  }
}

.woocommerce-wishlist .shop_table.mobile li {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #f2eee4;
  padding-top: 25px;
  margin-bottom: 25px;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper {
  display: flex;
  margin: 0 0 15px 0 !important;
  width: 100%;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details {
  flex: 2;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .product-name h3 {
  line-height: 1;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .product-name h3 a {
  font-size: 14px;
  line-height: 1;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .product-name .sku {
  font-size: 12px;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .units-per-case,
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .cases-per-pallet {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .units-per-case svg,
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .cases-per-pallet svg {
  color: #006b46;
  margin-right: 8px;
  fill: #006b46 !important;
  height: 18px;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .units-per-case svg path,
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .cases-per-pallet svg path {
  fill: #006b46 !important;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .units-per-case .units span,
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .cases-per-pallet .units span {
  font-size: 12px;
  line-height: 1.83;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .units-per-case .units span:first-child,
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .cases-per-pallet .units span:first-child {
  color: #006b46;
  font-size: 12px;
  line-height: 1.5;
  margin-right: 8px;
  font-weight: bold;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .item-details .units-cases .units-per-case {
  margin-bottom: 16px;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .product-remove {
  padding: 19px 14px;
}
.woocommerce-wishlist .shop_table.mobile li .item-wrapper .product-remove a {
  text-decoration: none;
  color: red !important;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: none !important;
}
.woocommerce-wishlist .shop_table.mobile li .additional-info-wrapper {
  display: flex;
}
.woocommerce-wishlist .shop_table.mobile li .additional-info-wrapper .product-add-to-cart {
  margin: 0;
  margin-right: 15px;
  flex: 0 1 calc(80% - 15px);
}
.woocommerce-wishlist .shop_table.mobile li .additional-info-wrapper .product-add-to-cart a {
  margin: 0 !important;
  width: 100%;
}
.woocommerce-wishlist .shop_table.mobile li .additional-info-wrapper .additional-info {
  flex: 0 1 20%;
  margin: 0 !important;
}
.woocommerce-wishlist .shop_table.mobile li .additional-info-wrapper .additional-info .value {
  padding: 0;
}
.woocommerce-wishlist .shop_table.mobile li .additional-info-wrapper .additional-info .value input[type=number] {
  border: 2px solid #e8e8e8;
  background: #f8f8f8;
  width: 100%;
}

#yith-wcml-popup-message {
  border: 1px solid #006b46;
}

.yith_wcwl_wishlist_update {
  display: none;
}

/* ISEEK FOOTER CSS */
.site-footer {
  border-top: 3px solid #89d3c2;
}
.site-footer .footer-widgets-container {
  padding: 10px 15px 10px 15px;
}
.site-footer .menu-item a {
  color: #006b46;
  text-transform: uppercase;
  text-decoration: none;
}
.site-footer .menu-item a:hover, .site-footer .menu-item a:focus, .site-footer .menu-item a:active {
  text-decoration: underline;
}
.site-footer .site-info {
  border-top: 3px solid #89d3c2;
}
.site-footer .site-info .inside-site-info .copyright-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .site-footer .footer-widgets-container {
    padding: 10px 0px 10px 0px;
  }
  .site-footer .menu {
    display: flex;
  }
  .site-footer .menu .menu-item {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

/* ISEEK PRINT CSS */
@media print {
  body ._hj-g7b-Z__MinimizedWidgetBottom__open._hj-RCGJ4__MinimizedWidgetBottom__left,
  body ._hj-g7b-Z__MinimizedWidgetBottom__open._hj--qUEH__MinimizedWidgetBottom__right {
    display: none !important;
  }
  body #masthead,
  body #mobile-header,
  body #site-navigation {
    display: none !important;
  }
  body div.side-footer {
    display: none !important;
  }
  body .mobile-only {
    display: none !important;
  }
  body .above-mobile-only {
    display: block !important;
  }
  body .above-mobile-only.d-table {
    display: table !important;
  }
  body.woocommerce .product .summary {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  body.woocommerce .product .summary .pricing-wrap {
    display: none !important;
  }
  body.woocommerce .product .summary .packaging-pricing-breakdown-box {
    display: none !important;
  }
  body.woocommerce .product .summary button.button,
  body.woocommerce .product .summary .extra-buttons,
  body.woocommerce .product .summary .no-of-cases,
  body.woocommerce .product .summary .product-note {
    display: none !important;
    margin-bottom: 0 !important;
  }
  body.woocommerce .product .summary form.cart {
    margin-bottom: 0 !important;
  }
  body.woocommerce .product .summary form.cart .quantity.buttons-added {
    display: none !important;
    margin-bottom: 0 !important;
  }
  body.woocommerce .product .product-details {
    padding-top: 0 !important;
  }
  body.woocommerce .product .product-details h2:first-child {
    display: none !important;
    margin-bottom: 0 !important;
  }
  body.woocommerce .product .product-details .product-download-buttons {
    display: none !important;
    margin-bottom: 0 !important;
  }
  body.woocommerce .shop_table.wishlist_table td.product-details table.inner-table .hoverprint {
    height: auto !important;
    opacity: 1 !important;
  }
  body.woocommerce .shop_table.wishlist_table th.product-downloads,
  body.woocommerce .shop_table.wishlist_table td.product-downloads,
  body.woocommerce .shop_table.wishlist_table th.product-thumbnail,
  body.woocommerce .shop_table.wishlist_table td.product-thumbnail,
  body.woocommerce .shop_table.wishlist_table th.product-remove,
  body.woocommerce .shop_table.wishlist_table td.product-remove,
  body.woocommerce .shop_table.wishlist_table th.product-quantity,
  body.woocommerce .shop_table.wishlist_table td.product-quantity,
  body.woocommerce .shop_table.wishlist_table th.product-add-to-cart,
  body.woocommerce .shop_table.wishlist_table td.product-add-to-cart {
    display: none !important;
  }
  body.woocommerce div.shop_listing.wishlist_table.wishlist_view div.woocommerce-item .tab .tab-content {
    display: block !important;
  }
  body.woocommerce div.shop_listing.wishlist_table.wishlist_view div.woocommerce-item div.product-downloads {
    display: none !important;
  }
  body.woocommerce div.shop_listing.wishlist_table.wishlist_view div.woocommerce-item div.tab-label-wrapper {
    display: none !important;
  }
  body.woocommerce .back-to-all-wishlists {
    display: none !important;
  }
  body.woocommerce .bulk-action-buttons {
    display: none;
  }
  body.woocommerce-wishlist .site-footer,
  body.woocommerce-wishlist .otgs-development-site-front-end,
  body.woocommerce-wishlist .entry-content .wishlist-content,
  body.woocommerce-wishlist nav.woocommerce-breadcrumb {
    display: none !important;
  }
  body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .view-order-heading {
    display: block;
  }
  body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .view-order-heading .print-btn,
  body.woocommerce-account.woocommerce-view-order .woocommerce-order-details .view-order-heading .add-all {
    display: none;
    margin-left: 0;
    margin-right: 0;
  }
  body.woocommerce-account.woocommerce-view-order .woocommerce-notices-wrapper {
    display: none;
  }
  body.woocommerce-account.woocommerce-view-order a.btn, body.woocommerce-account.woocommerce-view-order .wpforms-container .wpforms-submit-container a.wpforms-submit, body.woocommerce-account.woocommerce-view-order .woocommerce.woocommerce-wishlist a.create, .woocommerce.woocommerce-wishlist body.woocommerce-account.woocommerce-view-order a.create,
  body.woocommerce-account.woocommerce-view-order .woocommerce.woocommerce-wishlist a.manage,
  .woocommerce.woocommerce-wishlist body.woocommerce-account.woocommerce-view-order a.manage,
  body.woocommerce-account.woocommerce-view-order .woocommerce.woocommerce-wishlist a.search,
  .woocommerce.woocommerce-wishlist body.woocommerce-account.woocommerce-view-order a.search {
    display: none;
  }
}

.yith-wcwl-add-button >a{
  width:100%;
}


/** BULK ACTIONS AND DOWNLOADS PROGRESS DIALOGUE NEW **/

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes shift {
  0% {
    left: 0;
    transform: translateX(0);
  }
  100% {
    left: 50%;
    transform: translateX(-50%);
  }
}

.cm-progress-notice{
    position: fixed;
    bottom: 100px;
    width: 100%;
    z-index: 2;
    left: 0;
    text-align: center;
    padding-top:10px;
    padding-bottom:5px;
    display:none;

}

.cm-progress-notice .inner{
    position:relative;
    width: 90%;
    max-width: 935px;
    border: 2px solid #4082d2;
    display: inline-block;
    text-align: left;
    background:#FFF;
    box-shadow:0 0 0 4px #e8e8e8;
    overflow:hidden;

}

.cm-progress-notice .inner .progress-message{
    padding:30px;
}

.cm-progress-notice .inner .progress-message .text{
    display: inline-block;
    width: 50%;

}

.cm-progress-notice .inner .progress-message .text svg{
    margin-right:10px;
    filter:invert(48%) sepia(79%) saturate(2476%) hue-rotate(195deg) brightness(67%) contrast(119%);
}

.cm-progress-notice .inner .progress-message .count{
    display: inline-block;
    width: 50%;
    text-align: right;
    float:right;
}

.cm-progress-notice .inner .progress-message .count .wrap{
    display:none;
}

.cm-progress-notice .inner .progress-message .count .wrap.visible{
    display:inline-block;
}

.cm-progress-notice .inner .progress-message .count svg {
    animation: rotation 2s infinite linear;
    margin-left: 18px;
    margin-bottom:-5px;
    filter:invert(48%) sepia(79%) saturate(2476%) hue-rotate(195deg) brightness(67%) contrast(119%);
}

.cm-progress-notice .inner .download-completed-message{
    position:absolute;
    top:0;
    left:-100%;

    width:100%;
    height:100%;
    z-index:1;

    text-align: center;
    
    background: #FFF;
    overflow:hidden;
}

.cm-progress-notice .inner .download-completed-message .wrap{
    padding: 30px;
    white-space: nowrap;
}

.cm-progress-notice.completed .inner .download-completed-message{
    left:0;
    transition:0.5s;
}


.cm-progress-notice .inner .download-completed-message svg{
    margin-right:10px;
    filter:invert(48%) sepia(79%) saturate(2476%) hue-rotate(195deg) brightness(67%) contrast(119%);
}



/**
@media (max-width: 768px) {

    .cm-progress-notice .inner .progress-message .text{
        display: block;
        width: 100%;
        text-align:center;
        margin-bottom:10px;
    }

    .cm-progress-notice .inner .progress-message .count{
        display: block;
        width: 100%;
        text-align:center;
        margin-bottom:10px;;
    }

}
**/


/*************************************** HUHTAMAKI DOWNLOADS OVERRIDES ********************************************/

.product-download-button {
  padding: 15px 15px 15px 15px !important;
  border-radius: 4px;
  border: solid 2px #e8e8e8;
  background-color: #f8f8f8;
  font-size: 14px;
  text-decoration: none;
  display: block;
}


.cm-progress-notice .inner .progress-message .text svg,
.cm-progress-notice .inner .progress-message .count svg,
.cm-progress-notice .inner .download-completed-message svg{
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(41deg) brightness(80%) contrast(119%);
}


.cm-progress-notice .inner .progress-message .count svg path{
    fill: revert-layer !important;
}

.cm-progress-notice .inner{
  border:2px solid #7c962c;
}


.product-download-buttons{
	display:block; /** vertical stacking of buttons **/
}
.product-download-buttons > a.disabled{
	display:none !important;
}
.product-download-buttons a{
	display: block !important;
	padding: 4px !important;
	margin-bottom: 12px;
    font-weight: 600;
    font-size: 90%;
    color: #000;
}
.product-download-buttons i{
	margin: 0 24px;
	color: #3775BA;
	font-size:  x-large;
	
}
span.button_label{
	margin: 0 24px;
}
/*************************************** Global Setting **********************************************************/
.inside-article{
	
    padding: 0;
    background: transparent;
}


.entry-header {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw;
    width: auto;
    height: 320px;
    background-color: #00286e;
    padding-left: 25%;
    padding-right: 25%;
    margin-bottom: 64px;
    display: flex;
    align-items: center;
	color: #ffffff;
}

.archive.woocommerce.showing-categories:not(.search) #content #shop_header {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: auto;
  min-height: 255px;
  padding: 80px 25px;
  background-color: #00286e;
  margin-bottom: 0;
}
.archive.woocommerce.showing-categories:not(.search) #content #shop_header .inside-shop-header {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.archive.woocommerce.showing-categories:not(.search) #content #shop_header .inside-shop-header .content-wrapper h2.current-user-display-name {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}
.archive.woocommerce.showing-categories:not(.search) #content #shop_header .inside-shop-header .content-wrapper .page-content {
  margin-top: 0;
}

.product_meta .sku_wrapper {
    display: none;
}
/*************************************** EPF Home Page **********************************************************/

.current-user-display-name{
	display:none !important;
}

.wrap-homepage-categories{
	margin: -15% auto;
	text-align:center;
}
/** panel for a category on home page **/
.homepage-category{
	display:block;
	width: 320px;
	height: 400px;
	float:left;
	margin: 24px;
	text-align:left;
}

/** link that wraps image **/
.homepage-category a{
	text-decoration:none;
}
/** category image  **/
.homepage-category-image{
	border: 4px solid white;
    border-radius: 4px;		
}
/** caption below image **/
.home-category-name{
	color: #343A40;
	margin:12px 0 24px 0;
}
/** link **/
.home-category-name a{
	text-decoration:none;
	color: #343A40;
    font-weight: bold;
}

/************************************* EPF Product Page - Variations ***********************************************/

/** product information panel wrapper */
.epfProductInformation{
	border-radius: 4px;
    clear: both;
    padding-top: 24px;
}
/** inner table used for product information **/
.epfProductTable,.epfProductTable th, .epfProductTable td{
	border:0 !important;
}

/** default styling for 'variation' tabs rendering  */
/** container for variation tabs **/
.wrap-variation-tabs{
	width:100%;
	padding: 12px;
	
}

/** tab element */
a.variation-tab{
	padding:0 12px;
	text-decoration:none !important;
	border-right:1px solid #ccc;
		
}

/** tab selected **/
a.variation-on{
	background: #3775BA;
	color: #ffffff;
	
}

/** tab not selected **/
a.variation-off{
	background: #ffffff;
	color: #3775BA;
	
}
/** div that wraps map*/
.wrap-map{
	padding: 24px;
    border: 1px solid #cccccc;
}
/** map object for storing data required for map **/
#map-payload{
	display:none;
}

.flex-wrapper{
	display:flex;
}

/** organisation variant panels */
.lhsOrganisationVariant{
	width:60% !important;
	vertical-align: top;
}
.rhsOrganisationVariant{
	width:40% !important;
	vertical-align: top;
	
}
.epfLhsPanel,.epfRhsPanel{
	border:1px solid #ccc;
	margin: 12px;
	padding: 12px;
	
}
.epfLhsPanel{
	width:60%;
	float:left;
}
.epfRhsPanel{
	width: 30%;
	float:left;
}

.epfRhsPanel h2,.epfRhsPanel h3 {
	font-size: 120%;
    font-weight: 700;
}
.wrapOrganisationVariant h3{
	margin: 12px;
}

/************************ packaging & pricing options  *****/

/************************ make an enquiry ******************/
.wrapEpfEnquiry{
	border: 2px solid #1e87d5;
    text-align: center;
    padding: 24px;
    margin: 24px 0 0 24px;
    width: 90%;
    color: #1e87d5;
}
.wrapEpfEnquiry:hover{
	border:1px solid #fff;
	background: #1e87d5;
	color: #fff;
}
a.epfEnquiry{
   font-weight:bold;
   text-decoration:none;
	margin-left: 12px;
}

/************************ colour options      **************/
.colouroptionhex{
	border-radius: 50% 50% 50% 50%;
	width:30px !important;
	height:30px !important;
	position:relative;
}
.colouroptionhex:hover .text,
.colouroptionhex:hover .text{
  display:block!important;
}

body.woocommerce.single-product .available-colours .wrapSwatch .text {
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
  background-color: #343a40;
  border-radius: 3px;
  width: 175px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  transition: 0.2s all;
  z-index: -1;
}
body.woocommerce.single-product .available-colours .wrapSwatch .text.visible {
  opacity: 1;
  z-index: 5;
}
body.woocommerce.single-product .available-colours .wrapSwatch .text:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}

/****************************************************************************/
/* styles for product certificates */
/****************************************************************************/

body.woocommerce.single-product .certificate-logos {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
body.woocommerce.single-product .certificate-logos .logoimage {
  position: relative;
  
  width: auto;
}
body.woocommerce.single-product .certificate-logos .logoimage .text {
  position: absolute;
  text-align: center;
  font-size: 14px;
  line-height: normal;
  padding: 8px 10px;
  background-color: #343a40;
  border-radius: 3px;
  width: 175px;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  opacity: 0;
  transition: 0.2s all;
  z-index: -1;
}
body.woocommerce.single-product .certificate-logos .logoimage .text.visible {
  opacity: 1;
  z-index: 5;
}
body.woocommerce.single-product .certificate-logos .logoimage .text:after {
  content: "";
  position: absolute;
  height: 9px;
  width: 10px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
  border-style: solid;
  border-width: 8.7px 5px 0 5px;
  border-color: #343a40 transparent transparent transparent;
}
body.woocommerce.single-product .certificate-logos .logoimage img {
  height: 100px;
  width: auto;
}



/** HUHTAMAKI LOGIN CSS **/

body.login {
  background: #00286e url(img/login_bg.png) no-repeat bottom left/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
body.login #login {
  border-radius: 12px;
  background-color: #fff;
  padding: 30px 40px 35px 40px;
  width: 546px;
  max-width: 80%;
}
body.login #login h1 {
  margin-bottom: 30px;
}
body.login #login h1 a {
  height: auto !important;
  background-image: url(img/login_logo.svg) !important;
  background-size: 200px auto !important;
  width: 200px !important;
  margin-bottom: 0 !important;
  padding-bottom: 10px !important;
}
body.login #login .message {
  border: none !important;
  box-shadow: none !important;
  color: #d00c0c;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
}
body.login #login form#loginform {
  margin-top: 0 !important;
}
body.login #login form#loginform label {
  font-size: 16px;
  color: #00286e;
  margin-bottom: 10px;
  font-weight: bold;
}
body.login #login form#loginform input#user_login {
  padding: 15px;
  border-radius: 6px;
  border: solid 2px rgba(52, 58, 64, 0.4);
  background-color: #fff;
}
body.login #login .user-pass-wrap {
  margin-bottom: 26px;
}
body.login #login .user-pass-wrap label {
  font-size: 16px;
  color: #00286e;
  margin-bottom: 10px;
  font-weight: bold;
}
body.login #login .user-pass-wrap .wp-pwd input#user_pass {
  padding: 15px;
  border-radius: 6px;
  border: solid 2px rgba(52, 58, 64, 0.4);
  background-color: white;
  margin-bottom: 0;
}
body.login #login .button.wp-hide-pw {
  top: 0;
  bottom: 0;
  margin: auto;
}
body.login #login .forgetmenot {
  display: flex !important;
  margin-bottom: 25px;
  align-items: center;
}
body.login #login .forgetmenot label {
  color: #00286e;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
body.login #login .forgetmenot input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border: 1px solid #00286e;
  color: #00286e;
  border-radius: 4px;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  position: relative;
}
body.login #login .forgetmenot input[type=checkbox]:checked:before {
  display: none;
}
body.login #login .forgetmenot input[type=checkbox]:checked:after {
  content: "✔";
  font-size: 21px;
  position: absolute;
  top: 5px;
  left: 2px;
  color: #00286e;
}
body.login #login .submit input#wp-submit {
  background-color: #0e61c6 !important;
  border-color: #0e61c6 !important;
  box-shadow: none !important;
  text-align: center;
  width: 100%;
  padding: 12px 0;
  color: #fff;
  text-shadow: none;
  transition: 0.36s all ease-in-out;
}
body.login #login .submit input#wp-submit:hover, body.login #login .submit input#wp-submit:focus, body.login #login .submit input#wp-submit:active {
  background-color: #58b24a !important;
  border-color: #58b24a !important;
}
body.login #login #nav {
  padding: 0;
}
body.login #login #nav a {
  font-size: 16px;
  color: #00286e;
  text-decoration: underline;
}
body.login #login #backtoblog {
  display: none;
}
body.login .language-switcher {
  margin-bottom: 100px;
}
body.login .language-switcher #language-switcher {
  color: #fff;
}


/*******************************************  item options on product page ********************************************/
.item_options{
	width: 90%;
    border: 0;
    margin: 0 auto;
}
.item_options thead{
	background-color: rgb(31, 96, 154);
	color: #ffffff;
	text-align: left;
}
.item_options tbody{
	
}

/******************************************** item attributes **********************************************************/
.wrap_item_attributes{
	text-align: left;
}







