/*
Theme Name: SCHOOZY
Author: Matrixonline.hu Kft.
Author URI: http://www.matrixonline.hu/
Description: Custom theme for SCHOOZY
Version: 25.06.25
Requires PHP: 7.4
License: Commercial
Text Domain: schoozy
*/

/* Global */

html {
  scroll-behavior: smooth;
}

html > body,
body {
  position: relative;
  background-color: #ffffff;
}

main ul,
main ol,
main p,
main table,
main iframe {
  margin-bottom: 20px;
}

/* Clearfix */

*.clearfix::before,
*.clearfix::after {
  content: "";
  display: table;
}

*.clearfix::after {
  clear: both;
}

*.clearfix {
  zoom: 1;
}

/* Footer static */

div#mx-footer-right-fixed {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 11;
}

div#mx-footer-right-fixed > div.textwidget {
  float: right;
}

div#mx-footer-right-fixed > div.textwidget img {
  max-width: 320px;
  height: auto;
  margin: 0px !important;
  vertical-align: bottom;
}

div#mx-footer-right-fixed > div.textwidget a {
  outline: none;
}

@media (max-width: 480px) {
  div#mx-footer-right-fixed > div.textwidget img {
    max-width: 240px;
    height: auto;
  }
}

/* Cookie bar */

#eu-cookie-bar {
  display: none;
  direction: ltr;
  color: #ffffff;
  min-height: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
  padding: 3px 20px 2px;
  background-color: #2e363f;
  text-align: center;
  font-size: 12px;
}

#eu-cookie-bar a {
  color: #ffffff;
  text-decoration: underline;
}

button#euCookieAcceptWP {
  margin: 0 10px;
  line-height: 20px;
  background: #1E4121;
  border: none;
  color: #ffffff;
  padding: 2px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

/* SCHOOZY */

body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  background-repeat: repeat;
  background-position: top;
  background-attachment: fixed;
}

body, div {
  font-size: 14px;
  color: var(--body-text-color);
}

a {
  color: inherit;
  color: var(--body-link-color);
}

a:hover {
  text-decoration: none;
  color: var(--body-link-hover-color);
}

/* Vars */

:root {
  --mx-offset-left: 0;
  --mx-offset-top: 0;
  --mx-offset-width: 0;
  --mx-offset-height: 0;
  --schoozy-global-transparency: 90%;
  --scroll-bar: 0px;
}

/* BS global */

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1410px;
  }
}

/* TopBar */

header#schoozy-header div.schoozy-topbar {
  background-color: var(--top-bar-background-color);
}

header#schoozy-header div.schoozy-topbar,
header#schoozy-header div.schoozy-topbar * {
  color: var(--top-bar-text-link-color);
}

header#schoozy-header div.schoozy-topbar ul.menu li {
  margin-right: 28px;
  font-size: 1em;
}

header#schoozy-header div.schoozy-topbar ul.menu li::after {
  color: var(--top-bar-text-link-color);
  content: '|';
  display: inline;
  position: relative;
  font-size: 80%;
  left: 15px;
  width: 1px;
}

header#schoozy-header div.schoozy-topbar ul.menu li:first-child {
  padding-left: 0;
}

header#schoozy-header div.schoozy-topbar ul.menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}

header#schoozy-header div.schoozy-topbar ul.menu li:last-child::after {
  content: '';
}

header#schoozy-header div.schoozy-topbar ul.menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  header#schoozy-header div.schoozy-topbar ul.menu li a {
    font-size: 0.9rem;
  }
}

/* MainHeader */

header#schoozy-header div.schoozy-mainheader {
  background-color: var(--top-head-background-color);
}

header#schoozy-header div.schoozy-mainheader,
header#schoozy-header div.schoozy-mainheader * {
  color: var(--top-head-text-link-color);
}

header#schoozy-header div.schoozy-mainheader img.custom-logo {
  max-height: 80px;
  width: auto;
}

header#schoozy-header div.schoozy-mainheader div.d-flex a.btn,
header#schoozy-header div.schoozy-mainheader form.search-form {
  z-index: 1;
}

header#schoozy-header div.schoozy-mainheader div.d-flex a.btn,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field {
  border-width: 1px;
  border-style: solid;
  padding: 14px 20px !important;
  border-color: var(--top-head-background-color);
  border-radius: 28px;
  background-color: transparent;
  font-size: 1.2em;
  line-height: 1.2em;
}

header#schoozy-header div.schoozy-mainheader form.search-form input.search-field {
  color: var(--top-head-text-link-color);
  height: calc(1.2em + 28px + 2px);
}

header#schoozy-header div.schoozy-mainheader form.search-form button.search-submit {
  right: 5px;
  top: 5px;
}

header#schoozy-header div.schoozy-mainheader div.d-flex a.btn span {
  margin-right: 0.33em;
  font-weight: bold;
}

header#schoozy-header div.schoozy-mainheader div.d-flex a.btn::after,
header#schoozy-header div.schoozy-mainheader form.search-form::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-width: 0px;
  border-style: solid;
  border-radius: 25px;
  border-color: var(--top-head-background-color);
  background-color: #ffffff;
  opacity: 0.2;
}

header#schoozy-header div.schoozy-mainheader form.search-form input.search-field::after {
  z-index: 1;
}

header#schoozy-header div.schoozy-mainheader div.d-flex a.btn:hover,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field:hover,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field:focus {
  background-color: var(--top-menu-background-color);
  border-color: var(--top-menu-background-color);
  color: var(--top-head-background-color);
  transition: all 0.2s ease-in-out;
}

header#schoozy-header div.schoozy-mainheader form.search-form input.form-control::placeholder {
  color: var(--top-head-text-link-color) !important;
  opacity: 1 !important;
}

header#schoozy-header div.schoozy-mainheader form.search-form input.form-control:hover::placeholder,
header#schoozy-header div.schoozy-mainheader form.search-form input.form-control:focus::placeholder {
  color: var(--top-head-background-color) !important;
  opacity: 1 !important;
}

header#schoozy-header div.schoozy-mainheader div.d-flex a.btn:hover *,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field:hover *,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field:focus *,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field:hover + button.search-submit *,
header#schoozy-header div.schoozy-mainheader form.search-form input.search-field:focus + button.search-submit * {
  color: var(--top-head-background-color);
  transition: all 0.2s ease-in-out;
}

/* Header nav */

header#schoozy-header div.schoozy-headermenu {
  background-color: var(--top-menu-background-color);
  z-index: 101;
}

header#schoozy-header div.schoozy-headermenu::before {
  content: '';
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

header#schoozy-header nav.navbar ul.navbar-nav li.menu-item {
  position: relative;
  margin-right: 1em;
}

header#schoozy-header nav.navbar ul.navbar-nav li.menu-item:last-of-type {
  margin-right: 0;
}

header#schoozy-header nav.navbar ul.navbar-nav li.menu-item a {
  font-weight: bold;
  font-size: 1.12rem;
  color: var(--top-menu-text-link-color);
}

header#schoozy-header nav.navbar ul.navbar-nav li.menu-item a.nav-link:hover {
  color: var(--top-menu-secondary-color);
}

header#schoozy-header nav.navbar ul.navbar-nav li ul.sub-menu {
  position: absolute;
  list-style: none;
  list-style-type: none;
  padding-left: 0;
  min-width: max-content;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  margin-left: -19px;
  background-color: var(--top-menu-background-color);
  z-index: 102;
  left: 0px;
  top: 59px;
}

header#schoozy-header nav.navbar ul.navbar-nav li:hover ul.sub-menu {
  max-height: 200px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

header#schoozy-header nav.navbar ul.navbar-nav li ul.sub-menu li {
  padding-left: 10px;
  padding-right: 10px;
}

header#schoozy-header nav.navbar ul.navbar-nav li ul.sub-menu li,
header#schoozy-header nav.navbar ul.navbar-nav li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
  font-size: 1em;
}

header#schoozy-header nav.navbar-expand-lg ul.navbar-nav > li.menu-item:first-child > a.nav-link {
  padding-left: 0;
}

header#schoozy-header nav.navbar-expand-lg ul.navbar-nav > li.menu-item:last-child > a.nav-link {
  padding-right: 0;
}

@media (max-width: 991px) {
  header#schoozy-header nav.navbar {
    position: relative;
    z-index: 102;
  }
  header#schoozy-header nav.navbar div.navbar-collapse {
    width: 100vw;
    position: absolute;
    background-color: var(--top-menu-background-color);
    top: calc(var(--mx-element-height) + 1rem);
    left: calc(var(--mx-offset-left) * -1);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }
  header#schoozy-header nav.navbar div.navbar-collapse ul.navbar-nav {
    display: block;
  }
  header#schoozy-header nav.navbar div.navbar-collapse ul.navbar-nav li {
    text-align: center;
    margin-right: 0 !important;
  }
  header#schoozy-header nav.navbar div.navbar-collapse ul.navbar-nav > li.menu-item-has-children:hover > a {
    pointer-events: none;
  }
  header#schoozy-header nav.navbar div.navbar-collapse ul.navbar-nav li ul.sub-menu {
    position: relative;
    top: 0px;
  }
}

header#schoozy-header div.schoozy-headermenu a.schoozy-cart-info,
header#schoozy-header div.schoozy-headermenu a.schoozy-cart-info * {
  color: var(--top-menu-secondary-color);
  text-decoration: none;
}

header#schoozy-header div.schoozy-headermenu a.schoozy-cart-info:hover,
header#schoozy-header div.schoozy-headermenu a.schoozy-cart-info:hover * {
  color: var(--top-menu-text-link-color);
  text-decoration: none;
}

header#schoozy-header div.schoozy-headermenu a.schoozy-cart-info small {
  vertical-align: top;
}

/* Header image */

header#schoozy-header div.schoozy-header-fw-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 580px;
  max-height: 40vh;
}

@media (max-width: 991px) {
  header#schoozy-header div.schoozy-header-fw-image {
    max-height: 25vh;
  }
}

/* Front page widgets, titles */

body.home section.widget-section {
  margin-top: 3rem;
}

@media (max-width: 991px) {
  body.home section.widget-section {
    margin-top: 2rem;
  }
}

header h1.page-title,
header.entry-header h1.entry-title,
section.widget-section h2.section-title,
div.product div.wc-tabs-wrapper div.mx-header,
div.product section.products div.mx-header {
  position: relative;
  text-align: center;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: var(--top-head-background-color);
}

section.mx-image-callout-widget div.content {
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  border-color: var(--top-head-background-color);
  background-color: var(--top-head-background-color);
}

section.mx-image-callout-widget div.content div.col-12 img.img-fluid {
  height: auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  border-color: var(--top-head-background-color);
  background-color: var(--top-head-background-color);
}

section.mx-image-callout-widget div.content div.col-12 * {
  color: var(--top-head-text-link-color);
}

body.home section#schoozy-front-page-widgets section.widget-section {
  display: block;
  border-bottom: 1px solid #ffffff;
}

body.home section#schoozy-front-page-widgets section.widget-section.mx-image-callout-widget + section.mx-extended-shortcode-widget {
  padding-bottom: 2em;
  position: relative;
}

body.home section#schoozy-front-page-widgets section.widget-section.mx-image-callout-widget + section.widget-section.mx-extended-shortcode-widget::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 2px;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--top-menu-secondary-color);
  margin-left: calc(-50vw + (var(--scroll-bar) * 0.5)) !important;
  width: calc(100vw - var(--scroll-bar)) !important;
  background: linear-gradient(to top, #EEEEEE 0%, #FFFFFF 100%);
}

/* Front page slideshow */

div#schoozy-fp-slideshow {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0;
  border-radius: 30px;
  overflow: hidden;
}

div#schoozy-fp-slideshow div.item div.wrapper::before {
  content: '';
  display: block;
  padding-top: 42.0289%;
}

div#schoozy-fp-slideshow div.item div.wrapper img.content {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0;
  border-radius: 30px;
}

div#schoozy-fp-slideshow div.item div.wrapper div.content {
  position: absolute !important;
  left: 40px;
  bottom: 40px;
}

div#schoozy-fp-slideshow div.item div.wrapper div.content span {
  font-weight: bold;
  color: #ffffff;
}

div#schoozy-fp-slideshow div.item div.wrapper div.content span.mx-line-0 {
  font-size: 4rem;
  line-height: 4rem;
  text-shadow: 2px 2px 0.8rem rgba(0,0,0,0.4);
}

div#schoozy-fp-slideshow div.item div.wrapper div.content span.mx-line-1 {
  font-size: 2rem;
  line-height: 2rem;
  text-shadow: 2px 2px 0.4rem rgba(0,0,0,0.4);
}

div#schoozy-fp-slideshow div.item div.wrapper div.content a.btn {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 25px;
  color: var(--top-head-background-color);
  border-color: var(--top-head-background-color);
}

@media (max-width: 991px) {
  div#schoozy-fp-slideshow div.item div.wrapper div.content {
    left: 0;
    top: 1rem;
    right: 0;
    bottom: auto;
    width: 100%;
    text-align: center;
  }
  div#schoozy-fp-slideshow div.item div.wrapper div.content span {
    font-size: 2rem !important;
    line-height: 2rem !important;
  }
}

div#schoozy-fp-slideshow:not(.slick-initialized) div.item:not(:first-child) {
  display: none;
}

div#schoozy-fp-slideshow.slick-initialized button.slick-prev {
  left: 25px;
}

div#schoozy-fp-slideshow.slick-initialized button.slick-next {
  right: 25px;
}

div#schoozy-fp-slideshow.slick-initialized ul.slick-dots {
  bottom: 15px;
  right: 15px;
  text-align: right;
}

/* Main */

main#main {
  min-height: 100vh;
}

/* Posts grid */

div.mx-post-grid div p {
  text-align: justify;
}

div.mx-post-grid div a.button {
  color: var(--top-head-background-color);
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 30px;
  border-style: solid;
  border-color: var(--top-head-background-color);
  border-width: 1px;
}

div.mx-post-grid div a.button:hover {
  background-color: var(--top-head-background-color);
  border-color: var(--top-menu-background-color);
  color: var(--top-menu-background-color);
}

div.mx-post-grid div a,
div.mx-post-grid div a:hover {
  outline: none;
  text-decoration: none;
}

div.mx-post-grid div a img {
  border-radius: 20px;
  border-style: solid;
  border-color: var(--top-head-background-color);
  border-width: 2px;
  transition: all 0.2s ease-in-out;
}

div.mx-post-grid div a:hover img {
  border-color: var(--top-menu-secondary-color);
}

div.mx-post-grid div h2 strong {
  color: var(--top-head-background-color);
}

/* Pages, articles */

body.page main#main article,
body.single-technology main#main article {
  text-align: justify;
}

body.mx-content-wrap main#main article div.entry-content > p,
body.mx-content-wrap main#main article div.entry-content > ul,
body.mx-content-wrap main#main article div.entry-content > ol,
body.mx-content-wrap main#main article div.entry-content > h1,
body.mx-content-wrap main#main article div.entry-content > h2,
body.mx-content-wrap main#main article div.entry-content > h3,
body.mx-content-wrap main#main article div.entry-content > h4,
body.mx-content-wrap main#main article div.entry-content > h5,
body.mx-content-wrap main#main article div.entry-content > h6,
body.mx-content-wrap main#main article div.entry-content > table,
body.mx-content-wrap main#main article div.entry-content > figure,
body.mx-content-wrap main#main article div.entry-content > *[class*='wp-block-'],
body.single-product div.woocommerce-tabs div.product-description,
body.search main#main div.page-content > *,
body.search main#main section.search-results > *,
body.archive main#main div.mx-content-wrap-max-width,
header.woocommerce-products-header div.term-description > *,
body.woocommerce-lost-password main#main article div.entry-content,
body.page main#main article div.entry-content div.aw-communication-page,
body.page main#main article div.entry-content div.royalSlider,
body.post main#main article div.entry-content div.royalSlider {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

body.mx-content-wrap main#main article div.entry-content > figure.wp-block-image.size-full {
  max-width: 100%;
}

main#main article figure.wp-block-image img,
main#main article div.wp-block-image figure img {
  border: 1px solid #ffffff;
  border-radius: 20px;
}

@media (max-width: 781px) {
  main#main article figure.wp-block-image {
    text-align: center;
  }
  main#main article figure.wp-block-image img {
    margin-left: auto;
    margin-right: auto;
  }
}

body.single main#main article figure.wp-block-embed.is-type-video iframe {
  border: 4px solid var(--top-head-background-color);
}

body.page main#main article.page div.entry-content h2.wp-block-heading {
  position: relative;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

body.page main#main article.page div.entry-content h2.wp-block-heading.has-text-align-center:after {
  left: 45%;
}

/* Search form */

main#main form.search-form button.search-submit {
  right: 4px;
  top: 1px;
}

/* Embeds */

*.wp-block-embed-youtube > *.wp-block-embed__wrapper,
*.wp-block-embed-vimeo > *.wp-block-embed__wrapper {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

*.wp-block-embed-youtube iframe,
*.wp-block-embed-youtube object,
*.wp-block-embed-youtube embed,
*.wp-block-embed-vimeo iframe,
*.wp-block-embed-vimeo object,
*.wp-block-embed-vimeo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Footer */

footer#schoozy-footer {
  background-color: var(--top-head-background-color);
}

footer#schoozy-footer ul.menu li {
  line-height: 200%;
}

/* Footer top */

footer#schoozy-footer section#footer-top,
footer#schoozy-footer section#footer-top * {
  color: var(--top-head-text-link-color);
}

footer#schoozy-footer section#footer-top ul.menu li:first-child {
  padding-left: 0;
}

footer#schoozy-footer section#footer-top ul.menu li:last-child {
  padding-right: 0;
}

footer#schoozy-footer section#footer-top ul.menu li:last-child::after {
  content: '';
}

footer#schoozy-footer section#footer-top ul.menu li a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  footer#schoozy-footer section#footer-top ul.menu li a {
    font-size: 0.9rem;
  }
}

footer#schoozy-footer section#footer-top div.col-12.col-md-5 ul.menu li:first-child {
  font-weight: bold;
}

footer#schoozy-footer section#footer-top ul.list-inline li:not(:last-child) {
  margin-right: 1em;
}

footer#schoozy-footer section#footer-top ul.list-inline li a i.fa-brands {
  font-size: 25px;
}

footer#schoozy-footer section#footer-top img.custom-logo {
  height: auto;
  width: auto;
  max-height: 100px;
  max-width: 75%;
}

/* Footer btm */

footer#schoozy-footer section#footer-btm {
  background-color: #ffffff;
}

footer#schoozy-footer section#footer-btm ul.list-inline,
footer#schoozy-footer section#footer-btm ul.list-inline li a {
  color: var(--top-head-background-color);
}

footer#schoozy-footer section#footer-btm ul.list-inline li:not(:last-child)::after {
  position: relative;
  content: '|';
  left: 0.4rem;
  top: 1px;
  font-size: 80%;
  vertical-align: top;
}

footer#schoozy-footer section#footer-btm ul.list-inline li a:hover {
  color: var(--top-menu-secondary-color);
}

footer#schoozy-footer section#footer-btm div.container div.w-100.text-center:first-of-type {
  position: relative;
}

footer#schoozy-footer section#footer-btm div.container div.w-100.text-center:first-of-type::after {
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--top-head-background-color);
  opacity: 0.4;
}

/* WC - custom category grid */

div.schoozy-category-grid div a.wrapper {
  position: relative;
  display: block;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0;
  border-radius: 30px;
  overflow: hidden;
}

div.schoozy-category-grid div a.wrapper::before {
  content: '';
  display: block;
  padding-top: 187.5%;
}

body.archive div.schoozy-category-grid div a.wrapper::before {
  padding-top: 100%;
}

div.schoozy-category-grid div a.wrapper img {
  display: block;
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0;
  border-radius: 30px;
  transition: transform 0.15s ease-in-out;
}

div.schoozy-category-grid div a.wrapper:hover img {
  transform: scale(1.1);
}

div.schoozy-category-grid div a.wrapper span.info {
  position: absolute;
  left: 0;
  bottom: -200%;
  width: 100%;
  height: 66.67%;
  padding: 0.5rem 1rem 2rem 1rem;
  transition: bottom 0.2s linear;
}

div.schoozy-category-grid div a.wrapper:hover span.info {
  bottom: 0;
}

div.schoozy-category-grid div a.wrapper span.info::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, var(--top-head-background-color) 0%, rgba(0,0,0,0) 100%);
  opacity: 0.65;
}

div.schoozy-category-grid div a.wrapper span.info * {
  color: #ffffff;
  z-index: 2;
}

div.schoozy-category-grid div a.wrapper span.info span.name {
  font-size: 2rem;
  line-height: 2rem;
  text-shadow: 2px 2px 0.4rem rgba(0,0,0,0.4);
}

div.schoozy-category-grid div a.wrapper span.info span.icon {
  font-size: 40px;
}

body.woocommerce-page section#schoozy-shop-categories > div.container {
  padding-left: 0;
  padding-right: 0;
}

body.woocommerce-shop div.schoozy-category-grid div a.wrapper::after,
body.tax-product_cat div.schoozy-category-grid div a.wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 1px;
  border-radius: 30px;
}

body.woocommerce-shop div.schoozy-category-grid div a.wrapper:hover::after,
body.tax-product_cat div.schoozy-category-grid div a.wrapper:hover::after {
  border-color: var(--top-head-background-color);
}

@media (max-width: 567px) {
  div.schoozy-category-grid div a.wrapper span.info {
    height: 100%;
    padding: 0.5rem 0.75rem 1rem 0.75rem;
    transition: bottom 0.2s linear;
  }
  div.schoozy-category-grid div a.wrapper span.info span.name {
    font-size: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}

@media only screen and (hover: none) and (pointer: coarse) {
  div.schoozy-category-grid div a.wrapper span.info {
    bottom: 0;
  }
  body.woocommerce-shop div.schoozy-category-grid div a.wrapper::after,
  body.tax-product_cat div.schoozy-category-grid div a.wrapper::after {
    border-color: var(--top-head-background-color);
  }
}

@media only screen and (hover: hover) and (pointer: coarse) {
  div.schoozy-category-grid div a.wrapper span.info {
    bottom: 0;
  }
  body.woocommerce-shop div.schoozy-category-grid div a.wrapper::after,
  body.tax-product_cat div.schoozy-category-grid div a.wrapper::after {
    border-color: var(--top-head-background-color);
  }
}

/* SCHOOZY specific WooCommerce styles */

section.mx-image-callout-widget div.col-12 a.btn,
ul.products li.product *.btn.mx-wc-button,
div.product div.summary button.mx-wc-button {
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--top-head-background-color);
  color: var(--top-head-background-color);
  background-color: transparent;
}

section.mx-image-callout-widget div.col-12 a.btn,
section.mx-extended-shortcode-widget div.b a.btn:hover,
div.product div.summary button.mx-wc-button:hover,
ul.products li:hover div.mx-wc-item a.btn,
ul.products li.hover div.mx-wc-item a.tbn {
  border-color: var(--top-head-text-link-color);
  color: var(--top-head-text-link-color);
}

ul.products li:hover div.mx-wc-item,
ul.products li.hover div.mx-wc-item {
  background-color: var(--top-head-background-color);
  border-color: var(--top-head-background-color);
}

ul.products li.product div.mx-wc-item hr,
ul.products li.product h2.mx-p-title,
ul.products li.product *.mx-p-stdclr {
  color: var(--top-head-background-color);
}

ul.products li.product div.mx-wc-item hr {
  background-color: var(--top-head-background-color);
}

ul.products li.product span.price,
*.woocommerce div.product div.summary *.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product *.price {
  color: var(--top-menu-secondary-color);
}

ul.products li.product.sale span.price,
*.woocommerce div.product.sale div.summary p.price {
  padding-left: 50px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAANMSURBVHgBtVc/T9tAFH93djKQIJGJdku/QRiI1KFq+FOp6hQkYClSExa2Bjp2AYYOHSqVdupQyEAXikSmgkShbpcWOpRv0IztRFTCEsf3eu9Cgm3s2A7kJ53s8z3fe/f+/O6OQUic5jJDcS3+i94RxZopmpWUcVLtjPF4CRkuMmC1htUYkWO1MPMyCImzieyOFM47v6JxMU3ONWklcXA8BTdlwPlkdhkRViACmJRPHB6vBsp5fSSXxiCWFhwynPH7cqUF6AmsLFB8ZQKrTWieeIXligH1idEvbpfeHNBIHvwcAz8D1Mq1+Cn0EabVSNk9we2Duq5noM+g0Nr7DgNQsDT0GzKvnF17RyWcP7TH8xDb3lVNWyh5ysTKH1XzhUtHxwAqtW7Zri08BW1uHlhiUDUtP6MMcsuw4dvQvbqxcD5Oui7socTTtfjGVZJxIra9JxUnwSxMt/rlbWl1HRrTD1srefAI9GfP1TvJ4N8/3aZTZCUZs6gTvSJAGq4BNnxLeqOo3q0P64HKCVJnXurOcEQcghAQO1vqSStXqydl+5/Uk8t8INeL79/A2lyHsJDsChw5WwsjTCuzKluA0u3UVP/dG5UH2t17atXUjwa2xq5DPuT6tjear16A+LwLUWBa/A5vsRIzoAfoL9+qJ3kmqnKi5ZTxo8qhR7RLrjfXX4JCkJYh+B3lp6gl5wfaF/QY1/NRfvIqOUpEPjWjvon9PemRUHkNOo8v6ozxEkJ4uEtOMWR+tjNODAn1M2Vc4GIYlDhG0O5VchQOAoWizZLa1Gy4CRFq3BSNEaLFIFnl+rkW91ub73uO+6VuqJhiYKSza5xNZlfkOW7Z7wfa4cj1VHL2rFdemXNuSm6ZK8oRVgcPj1fo3bFt/ZvIlmVdPvE2oEU4bTfbQXnQDoUg5V3pmJWTB0fFTs9hwPhogTO2Af0EsqXk4dHrdtdBRJaAE+gzUFgOHS4mNKvQZ9DxHPwMuM6+EA7E/867gc/FJDek6/WMOqQylvNLzGC0LiZchtaERDVlGMEXEy8ElagX7KXW1UQIiXN5OUXPyylFEXOOr5JkBkNeTkNvx3SAlDNX5RGuhgxWTWsgRdcsWdNjdLCQ6b1E49Sa1kAx7Lz/AR6tek4qysrcAAAAAElFTkSuQmCC');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

main#main ul.products li.product.sale.product-type-variable span.price > span.amount {
  line-height: 1em;
}

main#main ul.products li.product.sale.product-type-variable span.price > span.amount + span.amount {
  display: block;
  white-space: nowrap;
  width: auto;
}

@media (max-width: 1199px) {
  main#main ul.products li.product.sale span.price,
  *.woocommerce div.product.sale div.summary p.price {
    padding-left: 35px;
    display: inline-block !important;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

ul.products li.product span.price del,
*.woocommerce div.product div.summary *.price del {
  text-decoration: line-through;
  text-decoration-color: var(--top-head-background-color);
}

ul.products li.product span.price del span.amount,
*.woocommerce div.product div.summary *.price del span.amount {
  color: var(--top-head-background-color);
}

ul.products li.product span.price ins span.amount,
*.woocommerce div.product div.summary *.price ins span.amount {
  color: var(--top-menu-secondary-color);
}

ul.products li.product span.price span.amount.mx-no-price,
*.woocommerce div.product div.summary *.price span.amount.mx-no-price {
  color: var(--top-bar-text-link-color)
}

ul.products li.product div.mx-labels {
  top: 30px;
  left: 10px;
  z-index: 1;
}

*.woocommerce div.product div.mx-labels {
  top: 10px;
  left: 30px;
  z-index: 5;
}

ul.products li.product div.mx-labels span.badge,
*.woocommerce div.product div.mx-labels span.badge {
  color: var(--top-menu-background-color);
  line-height: 1.25em;
}

div.schoozy-before-shop-loop::before,
div.schoozy-before-shop-loop::after {
  content: '';
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: var(--top-head-background-color);
  opacity: 0.25;
}

div.schoozy-before-shop-loop::before {
  top: 0;
}

div.schoozy-before-shop-loop::after {
  bottom: 0;
}

div.schoozy-before-shop-loop span,
div.schoozy-before-shop-loop form.woocommerce-ordering label {
  color: var(--top-head-background-color);
}

div.schoozy-before-shop-loop a.btn.btn-outline-secondary {
  color: var(--top-head-background-color);
  border-color: var(--top-head-background-color);
  background-color: var(--top-menu-background-color);
}

div.schoozy-before-shop-loop a.btn.btn-outline-secondary:hover,
div.schoozy-before-shop-loop a.btn.btn-secondary {
  color: var(--top-menu-background-color);
  background-color: var(--top-head-background-color);
}

div.schoozy-before-shop-loop form.woocommerce-ordering select {
  color: var(--top-head-background-color);
  border-width: 0px;
}

div.product div.summary h1.entry-title {
  color: var(--top-head-background-color);
}

div.product div.summary div.schoozy-attributes-list::before,
div.product div.summary div.schoozy-attributes-list::after,
div.product div.summary div.schoozy-attributes-list ul.list-inline li:not(:last-of-type)::after {
  content: '';
  position: absolute;
  height: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-style: solid;
  border-width: 0px;
  border-color: var(--top-head-background-color);
  opacity: 0.25;
}

div.product div.summary div.schoozy-attributes-list::before {
  top: 0;
  border-top-width: 1px;
}

div.product div.summary div.schoozy-attributes-list::after,
div.product div.summary div.schoozy-attributes-list ul.list-inline li:not(:last-of-type)::after{
  bottom: 0;
  border-bottom-width: 1px;
}

div.product div.summary div.schoozy-attributes-list ul.list-inline li strong {
  color: var(--top-head-background-color);
}

div.product form.variations_form.cart div.px-4 {
  background-color: var(--top-head-background-color);
  border-color: var(--top-head-background-color);
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
}

div.product form.variations_form.cart table.variations th,
div.product form.variations_form.cart table.variations td {
  height: auto;
  line-height: inherit;
  vertical-align: middle;
  padding: 0.2em;
}

div.product form.variations_form.cart table.variations th.label label,
div.product form.variations_form.cart table.variations a.reset_variations {
  color: var(--top-menu-background-color);
  vertical-align: middle;
  margin-bottom: 0;
  display: inline;
}

div.product form.variations_form.cart table.variations select.form-control {
  background-color: var(--top-head-background-color);
}

div.product form.variations_form.cart table.variations select.form-control,
div.product form.variations_form.cart table.variations select.form-control option {
  color: var(--top-menu-background-color);
}

div.product form.cart input::-webkit-outer-spin-button,
div.product form.cart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div.product form.cart input[type="number"] {
  -moz-appearance: textfield;
}

div.product.product-type-simple form.cart,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart {
  display: block;
  height: auto;
  padding: 1rem !important;
  background-color: var(--top-head-background-color);
  border-color: var(--top-head-background-color);
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
}

div.product.product-type-simple form.cart div.quantity,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.quantity {
  width: 50%;
  margin-right: 2.4%;
}

div.product.product-type-simple form.cart::before,
div.product.product-type-simple form.cart::after,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart::before,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart::after {
  content: "";
  display: table;
}

div.product.product-type-simple form.cart::after,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart::after {
  clear: both;
}

div.product.product-type-simple form.cart,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart {
  zoom: 1;
}

div.product.product-type-simple form.cart div.form-row button.btn i,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.form-row button.btn i {
  color: var(--top-menu-background-color);
}

div.product.product-type-simple form.cart div.form-row,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.form-row {
  width: 100%;
}

div.product.product-type-simple form.cart div.form-row div.flex-shrink-1,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.form-row div.flex-shrink-1 {
  max-width: 25%;
}

div.product.product-type-simple form.cart div.form-row div.flex-grow-1,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.form-row div.flex-grow-1 {
  max-width: 50%;
}

div.product.product-type-simple form.cart div.form-row input[type='number'],
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.form-row input[type='number'] {
  background-color: transparent;
  border-color: transparent;
  color: var(--top-menu-background-color);
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

div.product.product-type-simple form.cart div.form-row.position-relative::before,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart div.form-row.position-relative::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  border-width: 0px;
  border-style: solid;
  border-radius: 25px;
  border-color: var(--top-menu-background-color);
  background-color: var(--top-menu-background-color);
  opacity: 0.2;
}

div.product.product-type-simple form.cart button.btn.btn-primary,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart button.btn.btn-primary {
  width: 47.5%;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  padding: 1em 0.5em !important;
  border-color: var(--top-menu-background-color);
  border-radius: 25px;
  margin-right: 0;
  margin-left: auto;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
}

div.product.product-type-simple form.cart button.btn.btn-primary:hover,
div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart button.btn.btn-primary:hover {
  color: var(--top-head-background-color);
  background-color: var(--top-menu-background-color);
}

@media (min-width: 992px) {
  div.product form.variations_form.cart div.px-4,
  div.product.product-type-simple form.cart,
  div.product.product-type-variable form.cart div.woocommerce-variation-add-to-cart {
    max-width: 75%;
  }
}

/* YITH Wishlist */

header#schoozy-header div.schoozy-mainheader a.mx-schoozy-wishlist-html span.badge {
  top: -5px;
  right: -5px;
}

header#schoozy-header div.schoozy-mainheader a.mx-schoozy-wishlist-html:hover span.badge {
  color: var(--top-menu-background-color);
}

ul.products li.product.add-to-wishlist-before_image div.mx-wc-item {
  position: relative;
}

ul.products li.product.add-to-wishlist-before_image div.mx-wc-item div.yith-wcwl-add-to-wishlist {
  left: auto;
  top: 15px;
  top: calc(1.5rem + 15px);
  right: 15px;
}

div.product div.yith-wcwl-add-to-wishlist {
  margin-top: -0.8rem;
  margin-bottom: 1rem;
  text-align: left;
}

div.product div.yith-wcwl-add-to-wishlist div.yith-wcwl-add-button {
  align-items: flex-start;
}

ul.products li.product.add-to-wishlist-before_image div.mx-wc-item div.yith-wcwl-add-to-wishlist.exists a,
div.product div.yith-wcwl-add-to-wishlist.exists div span.feedback i.yith-wcwl-icon {
  color: #DD3333;
}

body.page div.wishlist-title-container div.wishlist-title h2 {
  font-size: 180%;
}

body.page table.wishlist_table {
  font-size: 100%;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}

body.page table.wishlist_table td,
body.page table.wishlist_table th {
  padding: 5px;
  vertical-align: middle;
}

body.page ul.wishlist_table li,
body.page table.wishlist_table td {
  text-align: left;
}

body.page ul.wishlist_table {
  padding-left: 0;
}

body.page ul.wishlist_table li.row {
  border-style: solid;
  border-width: 1px;
  border-color: var(--top-head-background-color);
  border-radius: 5px;
}

body.page ul.wishlist_table li div.product-name h3 {
  font-size: 100%;
  font-weight: bold;
}

body.page ul.wishlist_table li img {
  max-width: 100%;
  height: auto;
}

body.page ul.wishlist_table li table {
  background-color: transparent;
}

body.page ul.wishlist_table li table td {
  background-color: transparent;
  font-size: 95% !important;
}

body.page table.wishlist_table td.product-thumbnail img {
  height: auto;
}

body.page ul.wishlist_table li div.product-remove {
  top: 15%;
  right: 0;
}

body.page *.wishlist_table a.btn {
  background-color: var(--top-head-background-color);
  color: var(--top-head-text-link-color);
  font-size: 100%;
  display: block !important;
  margin-bottom: 0 !important;
  padding-left: 0.35rem !important;
  padding-right: 0.35rem !important;
}

body.page *.wishlist_table a.btn:hover {
  background-color: var(--body-text-color);
  color: var(--top-head-text-link-color);
}

/* WC - cart and checkout */

body.woocommerce-cart main#main article,
body.woocommerce-checkout main#main article {
  text-align: left;
}

body.woocommerce-checkout div.wc-block-checkout button.wc-block-components-button,
body.woocommerce-cart div.wp-block-woocommerce-cart-totals-block *.wc-block-components-button,
body.woocommerce-cart div.wp-block-woocommerce-cart-totals-block *.wc-block-components-button * {
  background-color: var(--top-head-background-color);
  border-color: var(--top-head-background-color);
  color: var(--top-menu-background-color);
}

@media (min-width: 568px) and (max-width: 991px) {
  body.woocommerce-cart div.wc-block-components-totals-wrapper div.wc-block-components-totals-shipping fieldset label input.wc-block-components-radio-control__input {
    left: 0;
  }
}

body.woocommerce-cart div.wc-block-components-totals-wrapper div.wc-block-components-totals-shipping fieldset label span.wc-block-components-radio-control__description {
  display: none;
}

body.woocommerce-cart div.wc-block-components-totals-wrapper div.wc-block-components-totals-shipping span.wc-block-components-shipping-address,
body.woocommerce-checkout div.wc-block-components-totals-wrapper div.wc-block-components-totals-shipping span.wc-block-components-shipping-address {
  margin-top: 5px;
}

/* ToDo: do it clean - remove this */

body.woocommerce-checkout fieldset#pickup-options p.vp-woo-pont-block-select-title,
body.woocommerce-checkout fieldset#pickup-options div.vp-woo-pont-block-select-button button span.wc-block-components-button__text {
  font-size: 0;
}

body.woocommerce-checkout fieldset#pickup-options p.vp-woo-pont-block-select-title::after,
body.woocommerce-checkout fieldset#pickup-options div.vp-woo-pont-block-select-button button span.wc-block-components-button__text::after {
  content: 'Csomagpont kiválasztása';
  font-size: 0.8rem;
  left: 0;
}

body.woocommerce-checkout form.woocommerce-checkout div#payment {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 10px;
  border-color: var(--top-head-background-color);
  z-index: 1;
}

body.woocommerce-checkout form.woocommerce-checkout div#payment::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-width: 0px;
  border-style: solid;
  border-radius: 10px;
  background-color: var(--top-head-background-color);
  opacity: 0.2;
  pointer-events: none;
}

body.woocommerce-checkout form.woocommerce-checkout div#payment div.payment_box {
  background-color: #ffffff;
}

body.woocommerce-checkout form.woocommerce-checkout div#payment div.payment_box::before {
  border-bottom-color: #ffffff;
}

body.woocommerce-checkout form.woocommerce-checkout div#payment iframe,
body.woocommerce-checkout form.woocommerce-checkout div#payment ul.woocommerce-error {
  margin-bottom: 0;
}

/* WC global */

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  background-color: var(--top-head-background-color);
  color: var(--top-head-text-link-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-color: var(--body-text-color);
  color: var(--top-head-text-link-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: var(--top-menu-secondary-color);
  color: var(--top-head-text-link-color);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: var(--top-head-background-color);
  color: var(--top-head-text-link-color);
}

/* WC blocks - product grid */

div.wc-block-grid.wp-block-product-new ul.wc-block-grid__products li a img {
  border-style: solid;
  border-color: #eeeeee;
  border-width: 1px;
  border-radius: 30px;
}

div.wc-block-grid.wp-block-product-new ul.wc-block-grid__products li a:hover img {
  border-color: var(--top-head-background-color);
}

/* WC - account */

body.woocommerce-account div.entry-content form p span.woocommerce-input-wrapper {
  display: block;
  width: 100%;
}

body.woocommerce-account div.entry-content form a#vp-woo-pont-show-map {
  margin-left: 0;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}

@media (max-width: 991px) {
  body.woocommerce-account div.entry-content nav.woocommerce-MyAccount-navigation,
  body.woocommerce-account div.entry-content div.woocommerce-MyAccount-content {
    clear: both;
    float: none;
    width: 100%;
  }
}

/* Pagination */

.woocommerce nav.woocommerce-pagination {
  text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-style: solid;
  border-width: 1px;
  border-color: var(--top-head-background-color);
  border-radius: 5px;
  padding: 0;
  margin: 0px 3px;
  float: left;
  display: inline;
  overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  padding: 0.75em;
  min-width: 1em;
  display: block;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background-color: var(--top-head-background-color);
  color: var(--top-menu-background-color);
}

/* Bootstrap 4 overrides - use smaller gap on small screen */

@media (max-width: 767px) {
  main#main > div.container:first-of-type > div.row {
    margin-top: -0.75rem !important;
  }
  *.container.mx-apply-small-gap *.row,
  *.container.mx-apply-small-gap *.row > div[class*="col-"] {
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
  }
  *.mx-apply-small-gap.pb-4,
  *.container.mx-apply-small-gap *.pb-4 {
    padding-bottom: 0.75rem !important;
  }
  *.mx-apply-small-gap.mb-4,
  *.container.mx-apply-small-gap *.mb-4 {
    margin-bottom: 0.75rem !important;
  }
  *.container.mx-apply-small-gap *.mb-n4 {
    margin-bottom: -0.75rem !important;
  }
}

/* Bootstrap 4 overrides - make SM size container fluid */

@media (min-width: 576px) and (max-width: 767px) {
  header#schoozy-header > div.container,
  footer#schoozy-footer > div.container,
  main#main > div.container {
    max-width: 100%;
  }
}

/* Contact form 7 - BS4 */

body.mx-content-wrap main#main article div.entry-content > div.wpcf7,
body.page main#main div.entry-content div.wpcf7,
div.product div.woocommerce-tabs div.wpcf7 {
  margin: 0 auto 0em auto;
  max-width: 600px;
}

main#main div.wpcf7 {
  position: relative;
  background-color: var(--top-menu-background-color);
  border-color: var(--top-head-background-color);
  border-radius: 25px;
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  z-index: 1;
}

main#main div.wpcf7::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  border-radius: 25px;
  border-color: var(--top-head-background-color);
  background-color: var(--top-head-background-color);
  opacity: 0.85;
  pointer-events: none;
}

main#main div.wpcf7 form.wpcf7-form {
  background-color: transparent;
  position: relative;
  z-index: 2;
}

main#main div.wpcf7 p {
  margin-bottom: 0px;
}

main#main div.wpcf7 label.col-form-label,
main#main div.wpcf7 span.wpcf7-list-item-label {
  color: var(--top-menu-background-color) !important;
}

main#main div.wpcf7 input.wpcf7-form-control,
main#main div.wpcf7 textarea.wpcf7-form-control,
main#main div.wpcf7 div.wpcf7-response-output {
  background-color: var(--top-head-background-color);
  color: var(--top-menu-background-color) !important;
}

main#main div.wpcf7 a.privacy-policy-link {
  color: var(--top-menu-background-color);
  text-decoration: underline;
}

main#main div.wpcf7 div.wpcf7-response-output {
  border-color: var(--top-menu-background-color);
  border-radius: 5px;
  opacity: 1;
}

main#main div.wpcf7 *.wpcf7-submit {
  background-color: var(--top-head-background-color);
  border-color: var(--top-menu-background-color);
  color: var(--top-menu-background-color);
  font-weight: bold !important;
  padding: 12px !important;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  width: 50% !important;
  max-width: 50% !important;
  margin-left: 25% !important;
  margin-bottom: 0px !important;
  border-radius: 10px !important;
  margin-left: auto;
  margin-right: auto;
}

form.mxJsValidate.wpcf7-form label.error {
  float: none;
  color: #CC0030;
  padding-left: 5px;
}

form.wpcf7-form.mxJsValidate input.error,
form.wpcf7-form.mxJsValidate select.error,
form.wpcf7-form.mxJsValidate textarea.error {
  background: #ffffff url('./assets/img/validation/error.png') no-repeat right 15px center !important;
}

form.wpcf7-form.mxJsValidate input.valid,
form.wpcf7-form.mxJsValidate select.valid,
form.wpcf7-form.mxJsValidate textarea.valid {
  background: url('./assets/img/validation/valid.png') no-repeat right 15px center !important;
}

form.wpcf7-form.mxJsValidate textarea.error,
form.wpcf7-form.mxJsValidate textarea.valid {
  background-position: right 5px top 15px !important;
}

form.wpcf7-form.mxJsValidate label.error {
  overflow: hidden !important;
}

form.wpcf7-form.mxJsValidate span.wpcf7-form-control-wrap {
  display: block;
}

form.wpcf7-form.mxJsValidate span.wpcf7-form-control-wrap label.error {
  white-space: nowrap;
  position: absolute;
  z-index: 1;
  top: 11px;
  right: 30px;
  font-size: 14px;
  line-height: 1em;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

form.wpcf7-form.mxJsValidate span.wpcf7-form-control-wrap *.wpcf7-not-valid + span.wpcf7-not-valid-tip,
form.wpcf7-form.mxJsValidate span.wpcf7-form-control-wrap label.error + span.wpcf7-not-valid-tip {
  display: none;
}

form.wpcf7-form.mxJsValidate strong.invalid {
  color: red;
}

form.wpcf7-form.mxJsValidate strong.valid {
  color: green;
}

/* Search results */

body.search-results section.search-results article div.row > div p {
  text-align: justify;
}

body.search-results section.search-results > div.col-12:last-child article hr {
  display: none;
}

/* Bootstrap 4 extensions */

*.container div.row-100vw,
body.mx-content-wrap main#main article div.entry-content > figure.row-100vw {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

body.mx-content-wrap main#main article div.entry-content > figure.row-100vw {
  max-width: 100vw !important;
  margin-right: 0 !important;
}

body.has-scrollbar *.container div.row-100vw,
body.mx-content-wrap main#main article div.entry-content > figure.row-100vw {
  margin-left: calc(-50vw + (var(--scroll-bar) * 0.5)) !important;
  width: calc(100vw - var(--scroll-bar)) !important;
}

body.mx-content-wrap main#main article div.entry-content > figure.row-100vw > video,
body.mx-content-wrap main#main article div.entry-content > figure.wp-block-image.row-100vw > img {
  width: 100%;
  height: auto;
}

body.mx-content-wrap main#main article div.entry-content > figure.wp-block-image.row-100vw > img {
  border-radius: 0;
}

/* Cookie bar button */

button#euCookieAcceptWP {
  background-color: var(--top-head-background-color) !important;
}