/*
Theme Name: Fusion Implants
Theme URI:
Author: Urbansoul
Author URI: https://www.orbansouldesign.co.uk/
Version: 1.0.0
Text Domain: fusion-implants
*/

/* reset */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: var(--wp--custom--font-family-primary);
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* .with-sidebar, .not-with-sidebar, .page-template-template-full-width .site-main, .single .site-main {
  margin-top: 40px;
} */

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

hr.wp-block-separator.is-style-dots {
  width: auto;
  max-width: var(--wp--custom--content-size);
  overflow: hidden;
  margin: 0 20px;
  padding: 0;
}
hr.wp-block-separator.is-style-dots:before {
  content:".........................................................................................................................................................................";
  letter-spacing: 2px;
  color: var(--wp--preset--color--dark-blue);
  padding: 0!important;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	color: inherit;
  word-wrap: break-word;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: var(--wp--custom--bold-weight);
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* end reset */

/* globals **/

.screen a {
  display: contents;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--wp--custom--font-family-primary);
  align-items: center;
  overflow-x: hidden;
  max-width: 100%;
}

/* html {
  overflow-x:hidden;
} */

.body-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: var(--wp--preset--color--dark-blue) !important;
}

/* .body-bg picture, .body-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: move 80s ease-in-out; */
  /* -ms-animation: move 80s ease-in-out;
  -webkit-animation: move 80s ease-in-out;
  -moz-animation: move 80s ease-in-out; */
  /* animation-iteration-count: infinite; */
/* } */

.mce-content-body .body-bg {
  display: none;
}

.white-body {
  background-color: #fff;
}

.container-center-horizontal {
  position: relative;
  z-index: 1;
}

.site > *:not(.alignfull),
.site .alignfull > *:not(img),
.site > *:not(.alignwide),
.main-content > *:not(.alignfull),
.main-content > *:not(.alignwide),
.wp-block-cover.alignfull .wp-block-cover__inner-container,
.single .related.products,
.site-footer,
.woocommerce-breadcrumb .inner {
	max-width: var(--wp--custom--content-size);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.main-content > .content-area,
.main-content > .page-description {
  padding-left: 0;
  padding-right: 0;
}

.gutenberg:not(.post-type-archive-product) .main-content, .gutenberg:not(.post-type-archive-product) .content-area, .tax-product_cat .content-area, .wp-block-cover.alignfull span.has-background-dim {
  padding-left: 0!important;
  padding-right: 0!important;
  max-width: 100%!important;
}

.tax-product_cat .content-area {
  max-width: calc(100% + 40px)!important;
  width: calc(100% + 40px)!important;
  margin-left: -20px;
}

/* .woocommerce-shop.gutenberg .content-area {
	padding-left: 20px!important;
	padding-right: 20px!important;
} */

.site .alignwide {
	max-width: var(--wp--custom--wide-size);
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.site .alignfull {
  width: 100%;
  max-width: 100%;
}

/* end globals **/

/* typography **/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--custom--font-family-primary);
  font-weight: var(--wp--custom--bold-weight);
}

/* end typography **/

/* styleguide **/

/* end styleguide **/

/* display eventbrite events plugin  **/
.wfea-card .eaw-card-details {
  display: block;
  position: relative;
}
/* end display eventbrite events plugin  **/

/* blocks **/
.has-text-align-justified {
  text-align: justify!important;
}
.wp-block-buttons {
  margin-top: 2rem;
}

.wp-block-button .wp-block-button__link {
  background-color: var(--wp--preset--color--yellow);
  padding: 10px 28px;
  border-radius: 0;
  color: var(--wp--preset--color--black);
  transition: var(--wp--custom--standard-transition);
}

.wp-block-button .wp-block-button__link:hover {
  filter: brightness(80%);
}

.wp-block-cover.link, .wp-block-column.link, .wfea-card-item.link {
  cursor: pointer;
}

.wp-block-column.link .wp-block-columns {
  margin-bottom: 0;
}

.wp-block-column.link a {
  text-decoration: none;
}

.wp-block-column.orange, .wp-block-cover.orange, hr.orange {
  border-top: 10px solid var(--wp--preset--color--orange);
}

.wp-block-column.green, .wp-block-cover.green, hr.green {
  border-top: 10px solid var(--wp--preset--color--green);
}

.wp-block-column.turquoise, .wp-block-cover.turquoise, hr.turquoise {
  border-top: 10px solid var(--wp--preset--color--turquoise);
}

.wp-block-column.red, .wp-block-cover.red, hr.red {
  border-top: 10px solid var(--wp--preset--color--red);
}

.wp-block-column.purple, .wp-block-cover.purple, hr.purple {
  border-top: 10px solid var(--wp--preset--color--purple);
}

.wp-block-column.brown, .wp-block-cover.brown, hr.brown {
  border-top: 10px solid var(--wp--preset--color--brown);
}

.wp-block-column.yellow, .wp-block-cover.yellow, hr.yellow {
  border-top: 10px solid var(--wp--preset--color--yellow);
}

.wp-block-column.grey, .wp-block-cover.grey, hr.grey {
  border-top: 10px solid var(--wp--preset--color--grey);
}

.landing-page .wp-block-column {
  height: 250px;
  background-color: #fff;
}

.landing-page .wp-block-column h2 {
  padding: 30px;
}

.wp-block-file {
  margin-top: 2rem;
}

.wp-block-file a {
  text-decoration: none;
}

.wp-block-quote cite, .wp-block-quote footer {
  display: block;
}

.nav-bar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 130px;
  padding: 0;
}

.fi-logo-1 {
  height: 75px!important;
  width: auto!important;
  max-width: 198px!important;
}
.moved-links .moveable {
  margin: 20px!important;
}

@media(min-width:800px) {
  .fi-logo-1 {
    height: auto!important;
    width: 25vw!important;
    max-width: 130px!important;
  }  
}
@media(min-width:1150px) {
  .fi-logo-1 {
    max-width: 160px!important;
  }  
}
@media(min-width:1300px) {
  .fi-logo-1 {
    max-width: 180px!important;
  }  
}
@media(min-width:1400px) {
  .fi-logo-1 {
    max-width: 198px!important;
  }  
}

.right-items {
  align-items: center;
  display: flex;
  column-gap: 10px;
}

.main-search-form {
  margin-left: 20px;
}

.main-search-form-inner {
  display: flex;
  align-items: center;
}

.search-button {
  width: 41px;
  height: 41px;
  flex: 0 0 auto;
  border-radius: 0;
  background-image: url(images/search-icon-1.svg);
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 15px;
  background-color: #fff;
  border: none;
}

.search-input {
  height: 41px;
  margin-bottom: 0px;
  border-radius: 0;
  font-size: 1.1rem;
  border: none;
  padding: 0 15px;
}

.site-header {
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 100%!important;
}

.site-header a {
  text-decoration: none;
}

.site-header .cart {
  align-items: flex-start;
  background-image: url(images/icon-cart@2x.svg);
  background-size: 100% 100%;
  display: flex;
  height: 36px;
  justify-content: flex-end;
  min-width: 36px;
}

.overlap-group {
  align-items: flex-start;
  background-color: var(--wp--preset--color--scarlet);
  border-radius: 8px;
  display: flex;
  height: 16px;
  min-width: 16px;
  padding: 0 4px;
}

.number {
  color: var(--wp--preset--color--white);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.20px;
  line-height: 16px;
  min-height: 16px;
  white-space: nowrap;
}

.property-1-button-property-2-primary {
  align-items: center;
  display: flex;
  margin-left: 15px;
}

@media(min-width:600px) {
  .property-1-button-property-2-primary {
    margin-left: 40px;
  }  
}

.property-1-button-property-2-primary a {
  background-color: var(--wp--preset--color--blue);
  min-width: 115px;
  padding: 11px 24px;
  transition: var(--wp--custom--standard-transition);
}

.property-1-button-property-2-primary a:hover {
  background-color: var(--wp--preset--color--dark-blue);
}

.primary {
  color: #e7f7fd;
  font-family: var(--font-family-primary);
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 600;
  letter-spacing: 0.30px;
  line-height: 22px;
  min-height: 22px;
  min-width: 67px;
  white-space: nowrap;
}

/* navigation */
.menu-button-wrapper {
  height: 36px;
  margin-left: 36px;
  margin-top: 7px;
  width: 39px;
  display: flex;
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
  background-color: transparent;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 20%;
}

.menu-button-wrapper span {
  height: 2px;
  background-color: var(--wp--preset--color--white);
  transition: var(--wp--custom--standard-transition);
}

.menu-button-line-1, .menu-button-line-3 {
  width: 100%;
}

.menu-button-line-2, .menu-button-line-4 {
  width: 75%;
}

.menu-button-line-1 {
  transform: translateY(0);
}

.clicked .menu-button-line-1 {
  transform: translateY(9px) rotate(45deg);
}

.clicked .menu-button-line-2 {
  opacity: 0;
}

.clicked .menu-button-line-3 {
  transform: translateY(-9px) rotate(-45deg);
}

.clicked .menu-button-line-4 {
  opacity: 0;
}

.nav-overlay {
  position: fixed;
  display: none;
  margin: 0px;
  padding: 0px;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 100%!important;
  height: 100%;
  background: #404041;
  opacity: 0.7;
  z-index: 9989;
  cursor: pointer;
}

.nav-close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Brown Bold', sans-serif;
  font-size: 0.9rem;
  background-color: var(--wp--preset--color--blue);
  padding: 10px;
  color: #fff;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.logged-in .nav-close {
  top: 32px;
}

.navigation {
  position: fixed;
  top: 0px;
  right: 0px;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  box-sizing: border-box;
  background: var(--wp--preset--color--dark-blue);
  z-index: 9990;
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  padding: 30px 0px 25px 0px!important;
}

.opened .navigation {
  transform: translateX(0%);
  overflow-y: auto;
}

ul.navigation-main {
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
}

.navigation-main li a {
  color: #fff;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2rem;
  display: block;
  margin: 0px 0px;
  padding: 12px 25px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-decoration: none;
}

.navigation-main .menu-item-5420 a:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 12px;
  border-radius: 20px;
}

.navigation-main li.menu-item-5451 a:after {
  background-color: var(--wp--preset--color--turquoise);
}
.navigation-main li.menu-item-5452 a:after {
  background-color: var(--wp--preset--color--orange);
}
.navigation-main li.menu-item-5453 a:after {
  background-color: var(--wp--preset--color--green);
}
.navigation-main li.menu-item-5454 a:after {
  background-color: var(--wp--preset--color--purple);
}
.navigation-main li.menu-item-5455 a:after {
  background-color: var(--wp--preset--color--yellow);
}
.navigation-main li.menu-item-7498 a:after {
  background-color: var(--wp--preset--color--blue);
}

.navigation-main li.social-links {
  margin-top: 40px;
  margin-left: 25px;
}

.navigation-main li.social-links a {
  display: inline-block;
  width: 35px;
  height: 35px;
  padding: 0;
  margin-right: 10px;
}

.navigation-main li.social-links a:hover {
  box-shadow: none;
}

.navigation-main li.social-links a:hover .cls-1{
  fill: var(--wp--preset--color--blue);
}
ul.navigation-main ul.sub-menu {
  display: none;
}

ul.navigation-main li a:hover {
  color: var(--wp--preset--color--turquoise);
}

.navigation-main .logged-in a, .navigation-main .logged-out a {
  font-size: var(--wp--preset--font-size--normal);
}

.logged-in .navigation-main .logged-out {
  display: none;
}

.no-link {
  pointer-events: none;
}

.no-row-gap {
  row-gap: 0;
}

@media (min-width:1410px) {
  .menu-button-wrapper, .menu-close, .nav-close, .navigation-main .social-links {
    display: none;
  }
  .nav-bar {
    column-gap: 15px;
  }
  .navigation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-self: center;
    flex: 1;
    position: relative;
    top:unset;
    right: unset;
    transform: none;
    width: 100%;
    height: auto;
    overflow: visible;
    margin: 0px auto;
    z-index: 9990;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    background-color: transparent;
  }
  .nav {
    display: block;
    position: relative;
    top: 0px;
    transform: none;
    width: auto;
    height: auto;
    overflow: visible;
    margin: 0px;
    box-sizing: border-box;
    background: none;
    z-index: 1;
    transition: all 0.4s cubic-bezier(1, 0, 0, 1);
    padding: 0;
    margin-top: 40px;
  }
  ul.navigation-main {
    display: flex;
    margin-bottom: 0px;
    margin-top: 0;
    padding-left: 0px;
    list-style-type: none;
    column-gap: 30px;
    padding-top: 0;
  }

  .navigation-main > li {
    transition: none;
    transform: translateX(0);
  }

  .navigation-main > li > a {
    padding: 0!important;
  }

  .navigation-main li.menu-item {
    position: relative;
  }

  .navigation-main li a {
    padding: 7px 0;
    display: block;
    text-transform: capitalize;
  }
  .navigation-main li.menu-item-5420 a {
    padding: 7px 30px 0 0;
  }
  .navigation-main .menu-item-5420 a:after {
    top: 6px;
  }
  .navigation-main ul.sub-menu {
    display: none;
    position: absolute;
    top: 45px;
    left: -20px;
    padding: 20px;
    width: max-content;
    background-color: #fff;
    list-style: none;
  }
  .navigation-main .columns > ul.sub-menu {
    columns: 2;
  }
  .navigation-main .columns > ul.sub-menu > li {
    border-bottom: 1px solid var(--wp--preset--color--blue);
  }
  .navigation-main .columns > ul.sub-menu:after {
    content:'';
    width:100%;
    height:21px;
    position:absolute;
    background-color:inherit;
    bottom:0;
    left:0;
  }
  .navigation-main .open ul.sub-menu {
    display: block !important;
    list-style: none;
  }

  .navigation-main li.menu-item-has-children li.menu-item-has-children > a:after {
    display: none;
  }

  .navigation-main ul.sub-menu ul {
    position: relative;
    width: fit-content;
    top: auto;
    left: auto;
    padding: 0 0 0 10px;
  }

  .navigation-main ul.sub-menu li a {
    margin-left: 0;
    color: var(--wp--preset--color--blue);
  }
  .navigation-main ul.sub-menu li a:hover {
    color: var(--wp--preset--color--turquoise);
  }
}


.margintop-50, .margintop-100, .margintop-150, .margintop-200, 
.marginleft-50, .marginleft-100, .marginleft-150, .marginleft-200,
.marginright-50, .marginright-100, .marginright-150, .marginright-200 {
  z-index: 1;
  position: relative;
}

.margintop-50 {
  margin-top: -50px;
}

.margintop-100 {
  margin-top: -100px;
}

.margintop-150 {
  margin-top: -150px;
}

.margintop-200 {
  margin-top: -200px;
}

.marginleft-50 {
  margin-left: -50px;
}

.marginleft-100 {
  margin-left: -100px;
}

.marginleft-150 {
  margin-left: -150px;
}

.marginleft-200 {
  margin-left: -200px;
}

.marginright-50 {
  margin-right: -50px;
}

.marginright-100 {
  margin-right: -100px;
}

.marginright-150 {
  margin-right: -150px;
}

.marginright-200 {
  margin-right: -200px;
}

.home .fi-logo-1-1 {
  height: 71px;
  width: 132px;
}

.home .address {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 40px;
  min-height: 210px;
  width: 254px;
}

.home .social-menu {
  align-items: center;
  display: flex;
  margin-top: 40px;
  min-width: 305px;
}

.home .iconfacebook {
  height: 32px;
  width: 32px;
}

.home .icontwitter {
  height: 34px;
  margin-left: 40px;
  width: 34px;
}

.home .icon-linkedin {
  height: 32px;
  margin-left: 40px;
  width: 32px;
}

.home .akar-iconsyoutube-fill {
  height: 32px;
  margin-left: 40px;
  width: 33px;
}

.home .column-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 271px;
  margin-left: 30px;
  margin-top: 20px;
  width: 123px;
}

.widget-header {
  letter-spacing: 0;
  min-height: 25px;
  width: 123px;
}

.home .menu-list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  min-height: 58px;
  width: 123px;
}

.home .my-team {
  letter-spacing: 0;
  line-height: 28px;
  min-height: 28px;
  white-space: nowrap;
}

.home .history {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 2px;
  min-height: 28px;
  white-space: nowrap;
}

.home .menu-list-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 12px;
  min-height: 127px;
  width: 123px;
}

.home .history-1 {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 2px;
  min-height: 28px;
  white-space: nowrap;
}

.home .my-products {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 2px;
  min-height: 28px;
  white-space: nowrap;
}

.home .blogging {
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 2px;
  min-height: 28px;
  white-space: nowrap;
}

.home .column-2 {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  margin-left: 30px;
  width: 684px;
}

.home .springer-bulldog-isolated-1 {
  height: 447px;
  margin-left: 69px;
  object-fit: cover;
  width: 615px;
}

.home .frame-6 {
  align-items: flex-end;
  display: flex;
  height: 34px;
  left: 0;
  padding: 1px 0;
  position: absolute;
  top: 427px;
  width: 1172px;
}

.home .fusion-implants-limi {
  color: var(--wp--preset--color--black--white);
  font-family: var(--font-family-primary);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  min-height: 28px;
  min-width: 350px;
  white-space: nowrap;
}

.page-template-template-publications .main-content {
  background-color: #fff!important;
  padding: 50px 20px!important;
}

.publications-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  list-style: none;
  padding-left: 0;
}

.publications-list li {
  flex-basis: 100%;
  padding: 20px;
  background-color: var(--wp--preset--color--grey);
  color: var(--wp--preset--color--dark-blue);
  border-top: 4px solid var(--wp--preset--color--dark-blue);
}

.publications-list li .wp-block-column:first-of-type {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
}

.publications-list li .wp-block-column:last-of-type {
  flex-basis: 30%;
}
.publications-list .wp-block-columns {
  gap: 24px;
}
.pulication-text {
  display: flex;
  flex-direction: column;
}
.publications h2 {
  font-size: 32px;
}
.research-paper {
  font-size: 21px;
  font-weight: var(--wp--custom--bold-weight);
}
.published-on {
  font-size: 21px;
}
.publication-authors {
  font-size: 19px;
}
.publication-link {
  font-size: 31px;
  font-weight: var(--wp--custom--bold-weight);
}
.publications-list li img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.publications-list .image-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.publications-list .image-column img {
  background-color: #fff;
}
.pulication-product-link img {
  border-radius: 400px;
  padding: 10px;
}
@media(min-width:782px) {
  .pulication-text {
    height: 100%;
    justify-content: space-between;
  }  
  .publications-list .wp-block-columns,
  .publications-list .wp-block-column {
    height: 100%;
  }
}
@media(min-width:1200px) {
  .publications-list li {
    flex-basis: calc(50% - 60px);  
  }
}

body:not(.home):not(.woocommerce-shop):not(.page-id-1003):not(.page-id-999):not(.woo-shop) .main-content {
  width: 100%;
  max-width: 100%!important;
  padding: 0 20px 0 20px;
  background-color: #fff;
}

body.single-product .main-content,
body.woocommerce-cart .main-content,
body.woocommerce-checkout .main-content,
body.woocommerce-account .main-content,
body.woocommerce-shop .main-content,
body.search-results .main-content,
body.page-id-999 .main-content
 {
  background-color: #fff;
}

.woocommerce.woocommerce-shop .woocommerce-breadcrumb, .woocommerce.term-custom-guides .woocommerce-breadcrumb, .woocommerce.term-educational-models .woocommerce-breadcrumb {
  padding-left: 0!important;
  display: none;
}

.footer-wrapper-columns {
  padding: 100px 0 0 0;
  color: var(--wp--preset--color--pure-white);
  margin-bottom: -28px;
}

.footer-wrapper-columns .wp-block-column:last-of-type {
  display: none;
}

footer .wp-block-image {
  margin-bottom: 0;
}

.site-footer .wp-block-column {
  position: relative;
}

.site-footer h5 {
  display: inline-block;
  padding-right: 20px;
  margin-top: 0;
  margin-bottom: 0;
}


.site-footer a {
  text-decoration: none;
  transition: var(--wp--custom--standard-transition);
}

.site-footer a:hover {
  color: var(--wp--preset--color--blue);
}

@media(min-width:782px) {
  .footer-wrapper-columns .wp-block-column:last-of-type {
    display: block;
  }  
  .footer-wrapper-columns .wp-block-column:last-of-type figure {
    margin-bottom: -1.75rem;
  }
}

/* woocommerce */
@media(min-width:769px){
  .woocommerce div.product div.summary {
    padding-left: 30px;
  }
  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 49%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  /* .woocommerce div.product.product-type-bundle div.images {
    max-width: 40% !important;
    width: 100%;
  } */
  .woocommerce-page div.product.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) div.summary {
    width: auto;
  }
}

.woocommerce-page div.product.product_cat-courses .entry-summary{
  display: none;
}

.tax-product_cat .content-area {
  background-color: var(--wp--preset--color--white);
}

.tax-product_cat .woocommerce-products-header, .woocommerce-result-count, .woocommerce-ordering, .tax-product_cat.woocommerce ul.products li.product .add_to_cart_button, .tax-product_cat.woocommerce ul.products li.product .price, .woocommerce ul.products li.product a.button.product_type_bundle {
  display: none;
}

.tax-product_cat h1 {
  color: var(--wp--preset--color--dark-blue);
  letter-spacing: 0;
  display: inline-block;
  margin-top: 0;
}

.tax-product_cat .term-description, .woocommerce-product-details__short-description {
  display: block;
  width:100%;
}

.term-implants .term-description, .product_cat-implants .product_title {
  border-top: 10px solid var(--wp--preset--color--orange);
}

.term-screws .term-description, .product_cat-screws .product_title {
  border-top: 10px solid var(--wp--preset--color--green);
}

.term-accessories .term-description, .product_cat-accessories .product_title {
  border-top: 10px solid var(--wp--preset--color--turquoise);
}

.term-custom-surgical-guides .term-description, .product_cat-custom-surgical-guides .product_title {
  border-top: 10px solid var(--wp--preset--color--yellow);
}

.term-systems .term-description, .product_cat-systems .product_title {
  border-top: 10px solid var(--wp--preset--color--purple);
}

.term-orthobiologics .term-description, .product_cat-orthobiologics .product_title {
  border-top: 10px solid var(--wp--preset--color--blue);
}

.product_cat-implants .woocommerce-product-details__short-description,
.product_cat-screws .woocommerce-product-details__short-description,
.product_cat-accessories .woocommerce-product-details__short-description,
.product_cat-custom-surgical-guides .woocommerce-product-details__short-description,
.product_cat-systems .woocommerce-product-details__short-description,
.product_cat-orthobiologics .woocommerce-product-details__short-description {
  border-top: none;
}

.product_cat-implants .product_title,
.product_cat-screws .product_title,
.product_cat-accessories .product_title,
.product_cat-custom-surgical-guides .product_title,
.product_cat-systems .product_title,
.product_cat-orthobiologics .product_title {
  font-size: var(--wp--preset--font-size--xxl)!important;
  padding-top: 8px!important;
}

.tax-product_cat ul.products {
  /* width: 100vw;
  max-width: 100vw!important; */
  /* margin-left: calc((-100vw - -100%) / 2); */
  /* padding: 40px calc(((100vw - var(--wp--custom--content-size)) / 2) - 12px) 0 calc(((100vw - var(--wp--custom--content-size)) / 2) - 12px); */
  background-color: var(--wp--preset--color--smoke);
  margin: 0 auto!important;
  padding: 0 20px;
}

/* .tax-product_cat.scrollbar ul.products {
  width: calc(100vw - 17px);
  max-width: calc(100vw - 17px);
} */

.category-outer-wrapper {
  display: flex;
  flex-direction: column;
  column-gap: 40px;
}

@media(min-width:992px){
  .category-outer-wrapper {
    flex-direction: row;
  }  
}

.category-outer-wrapper img, .category-outer-wrapper .category-description-wrapper {
  flex: 1;
  align-self: center;
  align-self: flex-start;
}

.category-description-wrapper .term-description p {
  color: var(--wp--preset--color--grey);
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 16px;
}

.category-description-wrapper .full_description {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 0 0 20px 0;
}

.category-description-wrapper .full_description p, .single-product .woocommerce-product-details__short-description p {
  text-align: justify;
}

  .category-description-wrapper .full_description ul, ul.styled-list, ul.is-style-default {
  align-items: flex-start;
  border: 2px solid var(--wp--preset--color--dark-blue);
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  padding: 32px;
  width: 100%;
  list-style: none;
}

.category-description-wrapper .full_description li, ul.styled-list li, ul.is-style-default li {
  color: var(--wp--preset--color--dark-blue);
  font-size: var(--wp--preset--font-size--xl);
  font-weight: 700;
  align-items: center;
  display: flex;
  padding: 0;
  margin-bottom: 15px;
}

.category-description-wrapper .full_description li:before, ul.styled-list li:before, ul.is-style-default li:before {
  content:"·";
  position: relative;
  width: 30px;
  height: 20px;
  border-radius: 15px;
  color: var(--wp--preset--color--blue);
  margin-right: 10px;
  font-size: 120px;
  line-height: 1px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 7px;
}

.woocommerce .shop-sidebar-toggle button {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 180px;
  font-size: var(--wp--preset--font-size--normal);
  font-weight: var(--wp--custom--bold-weight);
}

.woocommerce-shop .shop-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
}

.woocommerce-shop .shop-sidebar {
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: width .3s linear;
  pointer-events: all;
  left: 0;
  position: absolute;
  z-index: 3;
}
@media(max-width:799px) {
  .woocommerce-shop .shop-wrapper {
    flex-direction: column;
  }
  .woocommerce-shop .shop-sidebar {
    position: relative;
    width: 100%;
  }  
}

@media(min-width:800px) {
  .woocommerce-shop .shop-wrapper {
    flex-direction: row;
  }
  .woocommerce-shop .shop-sidebar {
    position: relative;
    width: 220px;
  }  
}
.woocommerce-shop .shop-sidebar.zero {
  width: 0;
  padding: 0;
  transition: width .3s linear;
  pointer-events: none;
  padding: 0;
}

.woocommerce-shop .shop-products-grid {
  transition: all .3s linear;
  width: 100%;
}

.woocommerce-shop .shop-products-grid.full {
  width: 100%;
}

.woocommerce-shop ul.products.columns-2 li.product, 
.woocommerce-page ul.products.columns-2 li.product, 
.archive.tax-product_cat.term-custom-guides ul.products li.product, 
.archive.tax-product_cat.term-educational-models ul.products li.product {
  width: 100%;
  padding-bottom: 100%!important;
}

.woocommerce-shop .shop-products-grid .price {
  padding: 15px;
}

.posted_in {
  display: none;
}
.woocommerce-shop .shop-products-grid.full ul.products.columns-2 li.product {
  width: 100%;
  padding-bottom: 100%!important;
}
.woocommerce-shop .shop-products-grid ul.products li.product .woocommerce-loop-product__title {
  top: calc(100% - 100px);
}
.woocommerce-shop .shop-products-grid ul.products li.product .price {
  display: none;
}
.woocommerce-shop ul.products.columns-2 li.product .archive-img-outer-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  padding-bottom: calc(100% - 100px)!important;
}
@media(min-width:600px) {
  .woocommerce-shop ul.products.columns-2 li.product, 
  .woocommerce-page ul.products.columns-2 li.product, 
  .archive.tax-product_cat.term-custom-guides ul.products li.product, 
  .archive.tax-product_cat.term-educational-models ul.products li.product {
    width: calc(50% - 15px);
    padding-bottom: calc(50% + 100px)!important;
    margin: 0!important;
  }
  .woocommerce-shop ul.products.columns-2 li.product .archive-img-outer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    padding-bottom: calc(50% - 100px)!important;
  }
  .woocommerce-shop .shop-products-grid.full ul.products.columns-2 li.product {
    width: calc(33.333333% - 20px);
    padding-bottom: calc(33.333333% + 100px)!important;
  }
}
@media(min-width:1100px) {
  .woocommerce-shop ul.products.columns-2 li.product {
    width: calc(33.333333% - 20px);
    padding-bottom: calc(33.333333% + 100px)!important;
    background-color: var(--wp--preset--color--smoke);
  }  
  .woocommerce-shop ul.products.columns-2 li.product .archive-img-outer-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    padding-bottom: calc(33.333333% - 100px)!important;
  }
  .woocommerce-shop .shop-products-grid.full ul.products.columns-2 li.product {
    width: calc(25% - 23px);
    padding-bottom: calc(25% + 100px)!important;
  }
  .woocommerce-shop .shop-products-grid.full ul.products.columns-2 li.product .archive-img-outer-wrap {
    padding-bottom: calc(33.333333% - 100px)!important;
  }
}

.woocommerce-shop ul.products li {
  background-color: #fff;
}

.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 3rem;
  padding: 0.6rem 0;
  background-color: var(--wp--preset--color--smoke);
  width: calc(100% + 40px);
  max-width: calc(100% + 40px);
  margin-left: -20px;
}

.courses.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.site-main .woocommerce-breadcrumb {
  display: none;
}

.woocommerce:not(.single-product) ul.products li.product a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.woocommerce:not(.woocommerce-shop) ul.products li.product a, .wp-block-column.product {
  background-color: var(--wp--preset--color--white);
  position: relative;
}

.woocommerce:not(.woocommerce-shop) ul.products li.product a.woocommerce-LoopProduct-link:after, .woocommerce-shop ul.products li.product a:after, .wc-block-grid__product a:after, .wp-block-column.product:after {
  content: '';
  opacity: 0;
  transition: var(--wp--custom--standard-transition);
  display: none;
}

.term-custom-guides .product-range.has-smoke-background-color, .term-educational-models .product-range.has-smoke-background-color {
  background-color: transparent!important;
}

.term-custom-guides .product-range.has-smoke-background-color .product-range-title, .term-educational-models .product-range.has-smoke-background-color .product-range-title {
  display: none;
}
.woocommerce-shop .shop-products-grid h2 {
  display: block;
  padding: 3px 5px;
}
.single-product .product_cat-implants .product-footer-links > .wp-block-columns > .wp-block-column, .woocommerce ul.products li.product.product_cat-implants, .product-range .product_cat-implants .woocommerce-LoopProduct-link, .implants .wc-block-grid__product a {
  border-top: 10px solid var(--wp--preset--color--orange);
}
.woocommerce-shop .shop-products-grid h2.product_cat-implants {
  background-color: var(--wp--preset--color--orange);
}
.single-product .product_cat-screws .product-footer-links > .wp-block-columns > .wp-block-column, .woocommerce ul.products li.product.product_cat-screws, .product-range .product_cat-screws .woocommerce-LoopProduct-link, .screws .wc-block-grid__product a {
  border-top: 10px solid var(--wp--preset--color--green);
}
.woocommerce-shop .shop-products-grid h2.product_cat-screws {
  background-color: var(--wp--preset--color--green);
}
.single-product .product_cat-accessories .product-footer-links > .wp-block-columns > .wp-block-column, .woocommerce ul.products li.product.product_cat-accessories, .product-range .product_cat-accessories .woocommerce-LoopProduct-link, .accessories .wc-block-grid__product a {
  border-top: 10px solid var(--wp--preset--color--turquoise);
}
.woocommerce-shop .shop-products-grid h2.product_cat-accessories {
  background-color: var(--wp--preset--color--turquoise);
}
.single-product .product_cat-custom-surgical-guides .product-footer-links > .wp-block-columns > .wp-block-column,
.woocommerce ul.products li.product.product_cat-custom-surgical-guides,
.custom-surgical-guides .wc-block-grid__product a,
.single-product .product_cat-custom-guides .product-footer-links > .wp-block-columns > .wp-block-column,
.woocommerce ul.products li.product.product_cat-custom-guides,
.custom-guides .wc-block-grid__product a {
  border-top: 10px solid var(--wp--preset--color--yellow);
}
.woocommerce-shop .shop-products-grid h2.product_cat-custom-guides {
  background-color: var(--wp--preset--color--yellow);
}
.single-product .product_cat-systems .product-footer-links > .wp-block-columns > .wp-block-column, .woocommerce ul.products li.product.product_cat-systems, .product-range .product_cat-systems .woocommerce-LoopProduct-link, .systems .wc-block-grid__product a {
  border-top: 10px solid var(--wp--preset--color--purple);
}
.woocommerce-shop .shop-products-grid h2.product_cat-systems {
  background-color: var(--wp--preset--color--purple);
}
.woocommerce-shop .shop-products-grid h2.product_cat-orthobiologics {
  background-color: var(--wp--preset--color--blue);
}

.related .products li > a {
  box-shadow: 0 0 12px 0 rgb(29 38 75 / 20%);
}

.woocommerce-shop .wpc-filter-chips-list li a {
  background-color: #fff;
  padding: 5px 10px!important;
  border-radius: 0!important;
}

.woocommerce-shop ul.products {
  margin-top: 3rem;
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.woocommerce-shop ul.products:before {
  content: none;
  display: none;
}

.woocommerce-shop.woocommerce ul.products li.product {
  background-color: var(--wp--preset--color--smoke);
  border: 1px solid var(--wp--preset--color--smoke);
  padding: 0;
}

.woocommerce-shop.woocommerce ul.products li.product .img-wrapper {
  display: none;
}

.woocommerce-shop.woocommerce ul.products li.product a {
  display: block;
}

.woocommerce-shop.woocommerce ul.products li.product a.button {
  display: none;
}
@media(min-width: 600px) {
  /* .woocommerce-shop.woocommerce ul.products li.product {
    padding-bottom: 60px;
  } */
  /* .woocommerce-shop.woocommerce ul.products li.product a.button {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }   */
}
@media(min-width: 768px) {
  /* .woocommerce-shop.woocommerce ul.products li.product {
    padding-bottom: 45px;
  } */
}
/* .woocommerce ul.products li.product img {
  position: relative;
  margin: 20px;
} */

.woocommerce ul.products .img-wrapper {
  background: var(--wp--preset--color--blue); /* Old browsers */
  background: -moz-linear-gradient(top,  transparent 0%, transparent 60%,var(--wp--preset--color--blue) 80%, var(--wp--preset--color--blue) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  transparent 0%,transparent 60%,var(--wp--preset--color--blue) 80%,var(--wp--preset--color--blue) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  transparent 0%,transparent 60%,var(--wp--preset--color--blue) 80%,var(--wp--preset--color--blue) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='var(--wp--preset--color--blue)',GradientType=0 ); /* IE6-9 */
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.woocommerce ul.products li.product .count {
  display: none;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .archive.tax-product_cat.term-custom-guides ul.products li.product h2, .archive.tax-product_cat.term-educational-models ul.products li.product h2 {
  font-size: 1rem;
  color: var(--wp--preset--color--dark-blue);
  text-align: left;
  z-index: 2;
  position: relative;
  background-color: var(--wp--preset--color--dark-blue);
  padding: 15px;
}

.woocommerce .related ul.products li.product .woocommerce-loop-product__title {
  color: #fff;
  min-height: 70px;
}

.wc-block-grid__product a {
  font-size: var(--wp--preset--font-size--normal);
  color: var(--wp--preset--color--white);
  text-align: left;
  z-index: 2;
  position: relative;
  background-color: var(--wp--preset--color--dark-blue);
  text-decoration: none;
  display: block;
}

.wc-block-grid__product a .wc-block-grid__product-title {
  background-color: var(--wp--preset--color--dark-blue);
  padding: 15px;
  margin-top: -5px;
  text-decoration: none;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
  margin-bottom: 0;
}

.woocommerce-shop h1.page-title, .woo-shop h1 {
  text-align: left;
  color: var(--wp--preset--color--dark-blue);
  font-size: var(--wp--preset--font-size--xxxxxl);
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.tax-product_cat h1.page-title, .single-product h1.product_title, .woo-shop-category h1 {
  font-size: var(--wp--preset--font-size--superxl);
  color: var(--wp--preset--color--dark-blue);
  margin-top: 0;
  margin-bottom: .2rem;
  padding-top: 1rem!important;
}
@media(max-width:799px) {
  .woocommerce-shop h1.page-title, .woo-shop h1, .has-superxxl-font-size, .has-superxl-font-size {
    font-size: var(--wp--preset--font-size--xxxxl)!important;
  }
  .tax-product_cat h1.page-title, .single-product h1.product_title, .woo-shop-category h1 {
    font-size: var(--wp--preset--font-size--xxxxl)!important;
  }  
  .has-xl-font-size {
    font-size: var(--wp--preset--font-size--l)!important;
  }
  .has-xxl-font-size {
    font-size: var(--wp--preset--font-size--xl)!important;
  }
  .has-xxxl-font-size {
    font-size: var(--wp--preset--font-size--xxl)!important;
  }
  .has-xxxxl-font-size {
    font-size: var(--wp--preset--font-size--xxxl)!important;
  }
  .has-xxxxxl-font-size {
    font-size: var(--wp--preset--font-size--xxxxl)!important;
  }
  .has-xxxxxxl-font-size {
    font-size: var(--wp--preset--font-size--xxxxxl)!important;
  }
  .has-superxxxxl-font-size {
    font-size: var(--wp--preset--font-size--superxxl)!important;
  }
  .has-superxxxl-font-size {
    font-size: var(--wp--preset--font-size--superxl)!important;
  }
  .has-superxxl-font-size {
    font-size: var(--wp--preset--font-size--xxxxl)!important;
  }
  .has-superxl-font-size {
    font-size: var(--wp--preset--font-size--xxxl)!important;
  }
}
.single-product h1.product_title {
  margin-bottom: 0.5rem;
}

.single-product .woocommerce-product-details__short-description h3,
.product_cat-custom-guides .entry-summary h1.product_title {
  color: var(--wp--preset--color--blue);
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .entry-summary .woocommerce-product-details__short-description h3 {
  color: var(--wp--preset--color--grey);
}

.single .product_cat-implants .cat-name, 
.single .product_cat-screws .cat-name,
.single .product_cat-accessories .cat-name,
.single .product_cat-custom-surgical-guides .cat-name,
.single .product_cat-systems .cat-name,
.single .product_cat-orthobiologics .cat-name {
  display: block;
  font-size: var(--wp--preset--font-size--superxl);
  color: var(--wp--preset--color--blue);
  font-weight: var(--wp--custom--bold-weight);
  margin-bottom: .5rem;
}

.woocommerce-shop .page-description {
  margin-top: 30px;
}

.woocommerce-shop .page-description h2 {
  text-align: left!important;
}

.woocommerce-shop ul.products li.product .woocommerce-loop-category__title, 
.woocommerce-shop ul.products li.product .woocommerce-loop-product__title, 
.woocommerce-shop ul.products li.product h3, 
.archive.tax-product_cat.term-custom-guides ul.products li.product h2, 
.archive.tax-product_cat.term-educational-models ul.products li.product h2 {
  background-color: transparent;
  font-size: var(--wp--preset--font-size--xxl);
}

.tax-product_cat .full_description a.button {
  color: var(--wp--preset--color--dark-blue);
  align-items: flex-start;
  background-color: var(--wp--preset--color--yellow);
  display: flex;
  vertical-align: middle;
  align-items: center;
  margin-top: 16px;
  padding: 5px 27.5px;
  font-size: var(--wp--preset--font-size--l);
  font-weight: var(--wp--custom--bold-weight);
  text-decoration: none;
  width: fit-content;
}

.tax-product_cat .full_description a.button:after {
  content: url(images/download.svg);
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-left: 10px;
}

.tax-product_cat .bundled-product {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc((-100vw - -100%) / 2);
}

.tax-product_cat.scrollbar .bundled-product {
  background-color: var(--wp--preset--color--blue);
  width: calc(100vw - 17px);
  max-width: calc(100vw - 17px);
  max-width: 100vw!important;
  margin-left: calc((-100vw - -100% + 17px) / 2);
  padding: 40px calc(((100vw - var(--wp--custom--content-size)) / 2) - 12px);
}

.tax-product_cat .wp-block-columns {
  max-width: var(--wp--custom--content-size);
  column-gap: 48px;
}

.tax-product_cat .wp-block-column {
  flex: 1;
  margin: 0!important;
}

/* .tax-product_cat .bundled-product .wp-block-column:first-of-type {
  border: 2px solid var(--wp--preset--color--smoke);
} */

.tax-product_cat .frame-9 {
  /* align-items: center; */
  display: flex;
  flex-direction: column;
  padding: 70px 30px;
  color: var(--wp--preset--color--white);
}

.bundled-product-1 {
  font-size: var(--wp--preset--font-size--xxxxl);
}

.tax-product_cat .frame-9 ul {
  list-style: none;
  font-size: var(--wp--preset--font-size--xxl);
  padding-left: 0;
}

.tax-product_cat .frame-9 li {
  margin-bottom: 5px;
}

.tax-product_cat .frame-8 {
  border-top: 1px solid var(--wp--preset--color--yellow);
  display: flex;
  flex-direction: column;
  height: 90px;
  margin-top: 32px;
  padding: 20px;
  font-weight: var(--wp--custom--bold-weight);
}

.tax-product_cat .frame-8 .price {
  font-size: var(--wp--preset--font-size--xxxl);
}

.tax-product_cat .frame-8 + .wp-block-buttons .wp-block-button, .tax-product_cat .frame-8 + .wp-block-buttons .wp-block-button .wp-block-button__link {
  width: 100%;
  display: block;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover, 
.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
  border-radius: 0;
  border: none;
  transition: var(--wp--custom--standard-transition);
}

.woocommerce #respond input#submit.alt.disabled, 
.woocommerce #respond input#submit.alt.disabled:hover, 
.woocommerce #respond input#submit.alt:disabled, 
.woocommerce #respond input#submit.alt:disabled:hover, 
.woocommerce #respond input#submit.alt:disabled[disabled], 
.woocommerce #respond input#submit.alt:disabled[disabled]:hover, 
.woocommerce a.button.alt.disabled, 
.woocommerce a.button.alt.disabled:hover, 
.woocommerce a.button.alt:disabled, 
.woocommerce a.button.alt:disabled:hover, 
.woocommerce a.button.alt:disabled[disabled], 
.woocommerce a.button.alt:disabled[disabled]:hover, 
.woocommerce button.button.alt.disabled, 
.woocommerce button.button.alt.disabled:hover, 
.woocommerce button.button.alt:disabled, 
.woocommerce button.button.alt:disabled:hover, 
.woocommerce button.button.alt:disabled[disabled], 
.woocommerce button.button.alt:disabled[disabled]:hover, 
.woocommerce input.button.alt.disabled, 
.woocommerce input.button.alt.disabled:hover, 
.woocommerce input.button.alt:disabled, 
.woocommerce input.button.alt:disabled:hover, 
.woocommerce input.button.alt:disabled[disabled], 
.woocommerce input.button.alt:disabled[disabled]:hover {
  opacity: 0.3;
  pointer-events: none;
}


.nf-form-content input[type=button] {
  background-color: var(--wp--preset--color--yellow)!important;
  color: var(--wp--preset--color--black)!important;
  border-radius: 0;
  border: none;
  transition: var(--wp--custom--standard-transition)!important;
  font-weight: var(--wp--custom--bold-weight);
  padding: 12px 25px;
  font-size: var(--wp--preset--font-size--l);
}

.nf-response-msg[aria-live='assertive'] {
  display: block;
  width: 300px;
  padding: 5px 10px;
  background-color: var(--wp--preset--color--yellow);
  font-size: 21px;
  font-weight: var(--wp--custom--bold-weight);
  text-align: center;
}

.frm_forms.frm_style_formidable-style.with_frm_style {
  max-width: 100%;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
}

.tax-product_cat .frame-9 .wp-block-button .wp-block-button__link {
  font-weight: var(--wp--custom--bold-weight);
}

.tax-product_cat .bundled-product .wp-block-column:last-of-type img {
  width: 100%;
  height: auto;
}


.single-product form.cart {
  background-color: var(--wp--preset--color--smoke);
  padding: 32px;
  margin-bottom: 0!important;
}

.single-product.logged-out form.bundle_form {
  display: none;
}
.single-product form.variations_form.cart:before {
  content: 'Select a product to add it to your purchase order:'!important;
  font-size: var(--wp--preset--font-size--l);
  color: var(--wp--preset--color--dark-blue);
  margin-bottom: 25px;
}
.single-product .vartable_wrap {
  max-height: 400px;
  overflow-y: auto;
}
.single-product .vartable_wrap .woocommerce-Price-amount.amount {
  font-size: var(--wp--preset--font-size--normal)!important;
}
.single-product.woocommerce .vartable_wrap button.button {
  padding: 5px 10px;
  font-size: var(--wp--preset--font-size--normal)!important;
}
.single-product form.cart.bundle_form:before {
  content: 'These products are included in the Starter Kit:'!important;
  font-size: var(--wp--preset--font-size--l);
  color: var(--wp--preset--color--dark-blue);
  margin-bottom: 25px;
  display: none!important;
}

.single-product form.cart.vertebrae:before {
  content: 'Select the Vertebrae you would like to create a guide for'!important;
}

/* .single-product p.price, .single-product.logged-in p.price {
  display: none;
} */

.woocommerce #product_total_price span.price {
  background-color: var(--wp--preset--color--smoke);
  font-size: var(--wp--preset--font-size--xxxl);
  color: var(--wp--preset--color--blue);
  font-weight: var(--wp--custom--bold-weight);
  padding: 0 32px 32px 32px;
  margin-top: 0;
}

.single-product.logged-out .wapf {
  display: none!important;
}

.wapf--inner > div:first-child, .wapf--inner > div:nth-child(2) {
  display: none;
}

.wapf-product-totals div span:first-child {
  display: none;
}

.wapf-product-totals div span:last-child {
  float: none;
}

.wapf-moved {
  display: none;
}

.wapf-moved span:first-of-type {
  display: none;
}

.single-product .wapf-product-totals .wapf--inner span.amount, .single-product .woocommerce-Price-amount.amount, .wapf-moved span.amount,
.woocommerce div.product p.price, .woocommerce div.product span.price, .postid-888 .woocommerce-variation-description p {
  color: var(--wp--preset--color--blue)!important;
  font-weight: var(--wp--custom--bold-weight);
  font-size: var(--wp--preset--font-size--xxxl)!important;
}

/** Bulk Variations plugin **/
.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-row-header {
  vertical-align: middle;
}
.single-product .wc-bulk-variations-table-wrapper .wcbvp-cell .woocommerce-Price-amount.amount {
  font-size: var(--wp--preset--font-size--normal) !important;
}

.single-product.woocommerce div.product .wc-bulk-variations-table-wrapper + p.price {
  display: none;
}
.wc-bulk-variations-table .wcbvp-row>.wcbvp-cell .price, .wc-bulk-variations-table .wcbvp-row>.wcbvp-cell .stock {
  position: absolute;
  top: 140px;
}
.wc-bulk-variations-table .wcbvp-row>.wcbvp-header.wcbvp-col-header {
  padding-bottom: 20px;
}
/** Bulk Variations plugin end **/

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
  font-size: var(--wp--preset--font-size--xxl)!important;
  color: var(--wp--preset--color--blue)!important;
}

.postid-888 .single_variation p {
  display: none;
}

.single-product form.cart select {
  padding: 15px 20px;
  display: block;
  border: 1px solid var(--wp--preset--color--blue);
  border-radius: 0;
  box-shadow: 0px 0px 8px #00000040;
  background-color: #fff!important;
}

.single-product form.cart option {
  border: 1px solid var(--wp--preset--color--blue);
}

.single-product.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.single-product .product_meta {
  margin-bottom: 20px;
  background-color: #edf1f4;
  padding: 30px 30px 0 30px;
}

.single-product.woocommerce div.product form.cart.bundle_form .variations {
  margin-bottom: 0;
}

.bundled_item_after_cart_details .price {
  display: none!important;
}

.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations th.label {
  display: block;
}

.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations tr {
  display: block;
  text-align: left;
}

.single-product.woocommerce div.product form.cart div.quantity {
  float: none;
  margin-bottom: 25px;
  border: none;
  display: inline-block;
  width: 30%;
}

.woocommerce:not(.custom-guides) div.product form.cart .button {
  float: none;
  display: inline-block;
  background-color: #fff;
  border: 1px solid var(--wp--preset--color--blue);
}

.single-product.woocommerce .quantity .qty {
  padding: 14px;
  border: none;
}

.single-product.woocommerce .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .quantity .qty, .single-product.woocommerce .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .single_add_to_cart_button, .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .entry-summary .cat-name {
  display: none;
}

.single-product.woocommerce div.product form.cart div.quantity:before {
  content: 'Quantity: ';
  margin-right: 10px;
}

.single-product.woocommerce div.product p.price {
  font-size: var(--wp--preset--font-size--xxxl);
  color: var(--wp--preset--color--blue);
  font-weight: var(--wp--custom--bold-weight);
  display: inline-block;
  margin-right: 20px;
}

.single-product.woocommerce:not(.custom-guides) .single_variation_wrap .woocommerce-variation-price {
  visibility: hidden;
}

.single-product.woocommerce.custom-guides .hide_default_price {
  display: block;
}

.woocommerce-page .cart-collaterals .cart_totals h2 {
  color: #fff;
}

.single-product.woocommerce button.button.disabled, .single-product.woocommerce button.button {
  padding: 12px 25px;
  font-size: var(--wp--preset--font-size--l);
}

.single .related.products {
  margin-top: 40px;
  padding-top: 20px;
  background-color: var(--wp--preset--color--smoke);
  width: 100vw;
  max-width: 100vw;
}

.single .related.products h2, .single .related.products ul {
  max-width: var(--wp--custom--content-size);
  margin-left: auto;
  margin-right: auto;
}

.related.products a.button, .product-range .products a.button {
  display: none!important;
}

.product-range h2 {
  padding-top: 3rem;
  color: var(--wp--preset--color--dark-blue);
}

.single-product.woocommerce .related.products li.product .price, .single-product.woocommerce .related.products li.product .add_to_cart_button{
  display: none;
}

.price {
  display: none;
}

.logged-in .price {
  display: block;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 16px;
  width: 140px;
}

.woocommerce-MyAccount-content {
  max-width: 100%;
  overflow-x: auto;
  margin-bottom: 100px;
}

.woocommerce-MyAccount-content .buttons {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  column-gap: 32px;
}

@media(min-width:600px) {
  .woocommerce-MyAccount-content .buttons {
    flex-direction: row;
  }  
}

.woocommerce-MyAccount-content .account-details-1, .woocommerce-MyAccount-content .orders, .woocommerce-MyAccount-content .downloads-1 {
  align-items: center;
  text-align: center;
  background-color: var(--wp--preset--color--white);
  box-shadow: 0px 0px 10px #086cb04c;
  display: flex;
  flex-direction: column;
  padding: 36px 0;
  margin: 10px;
  width: calc( 100% - 20px );
  text-decoration: none;
  transition: var(--wp--custom--standard-transition);
}

@media(min-width:600px) {
  .woocommerce-MyAccount-content .account-details-1, .woocommerce-MyAccount-content .orders, .woocommerce-MyAccount-content .downloads-1 {
    width: 260px;
  }
}

.woocommerce-MyAccount-content .account-details-1:hover, .woocommerce-MyAccount-content .orders:hover, .woocommerce-MyAccount-content .downloads-1:hover {
  background-color: var(--wp--preset--color--smoke);
}

.woocommerce-MyAccount-content img {
  height: 77px;
  width: 76px;
  margin: 0 auto;
  display: block;
}

.woocommerce-MyAccount-content .text-middle {
  letter-spacing: 0;
  margin-top: 18px;
  text-align: center;
  white-space: nowrap;
  font-weight: var(--wp--custom--bold-weight);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid var(--wp--preset--color--smoke);
  border-bottom: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 100px;
}

.woocommerce-MyAccount-navigation ul li:first-of-type:before {
  content: 'My Account';
  font-size: var(--wp--preset--font-size--xxl);
  font-weight: var(--wp--custom--bold-weight);
  background-color: var(--wp--preset--color--blue);
  color: var(--wp--preset--color--white);
  display: block;
  width: 100%;
  padding: 22px 1rem;
}

.woocommerce-MyAccount-navigation a {
  padding: 1rem;
  display: block;
  text-decoration: none;
  border-bottom: 1px solid var(--wp--preset--color--smoke);
  transition: var(--wp--custom--standard-transition);
}

.woocommerce-MyAccount-navigation ul li:last-of-type a {
  color: red;
}

.woocommerce-MyAccount-navigation .is-active a, .woocommerce-MyAccount-navigation a:hover {
  background-color: var(--wp--preset--color--smoke);
  color: var(--wp--preset--color--blue);
  font-weight: var(--wp--custom--bold-weight);
}

.woocommerce table.shop_table {
  border-collapse: collapse;
  border: 1px solid var(--wp--preset--color--smoke);
}

.woocommerce table.shop_table thead tr {
  background-color: var(--wp--preset--color--smoke);
  border-color: var(--wp--preset--color--smoke);
}

.woocommerce table.shop_table {
  font-size: 1rem;
  background-color: #fff;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  padding: 24px;
}

.woocommerce table.shop_table td .button {
  color: var(--wp--preset--color--black);
  padding: 14px 28px;
  background-color: var(--wp--preset--color--smoke);
  font-size: var(--wp--preset--font-size--l);
}

.woocommerce table.woocommerce-table--order-downloads a.woocommerce-MyAccount-downloads-file, .wp-block-file a:first-of-type {
  color: var(--wp--preset--color--black);
  padding: 14px 28px;
  background-color: var(--wp--preset--color--yellow);
  font-size: var(--wp--preset--font-size--l);
  border-radius: 0;
}

.woocommerce-account form .form-row input.input-text, .woocommerce-account form .form-row textarea, .woocommerce-account form .select2-container--default .select2-selection--single {
  border: 1px solid var(--wp--preset--color--smoke);
  box-shadow: none;
  padding: 12px;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-account form fieldset {
  border: 1px solid var(--wp--preset--color--smoke);
}

.woocommerce-account form {
  box-shadow: 0px 0px 8px #00000040;
  padding: 30px;
}

.woocommerce form .form-row {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}

.woocommerce:not(.single-product) ul.products li.product a img { 
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  transition: all .75s;
}
.woocommerce.single-product ul.products li.product a img:nth-of-type(2) {
  display: none;
}
.woocommerce ul.products li.product a img:nth-of-type(2) {
  opacity: 0;
}
.woocommerce ul.products li.product a:hover img:nth-of-type(2) {
  opacity: 1;
}
.woocommerce:not(.single-product) ul.products li.product a:hover img:nth-of-type(1) {
  opacity: 0;
}
/* @media(min-width:300px) {
  .woocommerce ul.products li.product a img { 
    height: 300px;
    width: 300px;  
}
}
@media(min-width:400px) {
  .woocommerce ul.products li.product a img { 
    height: 400px;
    width: 400px;  
}
}
@media(min-width:500px) {
  .woocommerce ul.products li.product a img { 
    height: 500px;
    width: 500px;  
}
}
@media(min-width:600px) {
  .woocommerce ul.products li.product a img { 
    height: 400px;
    width: 400px;  
}
}
@media(min-width:700px) {
  .woocommerce ul.products li.product a img { 
    height: 550px;
    width: 550px;  
}
}
@media(min-width:1100px) {
  .woocommerce ul.products li.product a img { 
    height: 60px;
    width: 60px;  
}
}
@media(min-width:1200px) {
  .woocommerce ul.products li.product a img { 
    height: 800px;
    width: 800px;  
}
}
@media(min-width:1600px) {
  .woocommerce ul.products li.product a img { 
    height: 1000px;
    width: 1000px;  
}
} */
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  padding: 12px 25px;
  font-size: var(--wp--preset--font-size--l);
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
  border-radius: 0;
  transition: var(--wp--custom--standard-transition);
}

.woocommerce .not-logged-in.button {
  margin-top: 20px;
}

.single-product .site-main div.product:not(.product_cat-courses) {
  padding: 0;
}

.single-product .product-footer-links .wp-block-column {
  flex-direction: column;
}

.single-product .product-footer-links img {
  width: 100%;
  max-width: 100%;
  height: 300px;
  object-fit: cover;
}

.single-product.courses .woocommerce-breadcrumb {
  padding-left: 20px;
}

@media(min-width:1560px){
  .single-product .site-main div.product:not(.product_cat-courses) {
    padding: 0 0 0 25px;
  }  
  .single-product.courses .woocommerce-breadcrumb {
    padding-left: 0;
  }
}
.woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image img {
  border: 1px solid var(--wp--preset--color--blue);
}

.woo-variation-product-gallery {
  max-width: calc(50% - 20px) !important;
  float: none;
  vertical-align: top;
}
@media (max-width: 480px) {
  .woo-variation-product-gallery {
    max-width: 100%!important;
    width: 100%!important;
  } 
}
.archive.tax-product_cat.term-custom-guides.tax-product_cat h1, .archive.tax-product_cat.term-educational-models.tax-product_cat h1 {
  color: var(--wp--preset--color--white);
}

.archive.tax-product_cat.term-custom-guides .main-content, .archive.tax-product_cat.term-custom-guides .content-area, .archive.tax-product_cat.term-custom-guides ul.products, .archive.tax-product_cat.term-educational-models .main-content, .archive.tax-product_cat.term-educational-models .content-area, .archive.tax-product_cat.term-educational-models ul.products {
  background-color: transparent!important;
}

.archive.tax-product_cat.term-custom-guides .category-description-wrapper, .archive.tax-product_cat.term-educational-models .category-description-wrapper {
  color: var(--wp--preset--color--white);
}

/* .archive.tax-product_cat.term-custom-guides ul.products li.product {
  width: 45%;
} */

.archive.tax-product_cat.term-custom-guides ul.products li.product a {
  background-color: var(--wp--preset--color--blue);
  border-top: 10px solid var(--wp--preset--color--custom-guides);
}

.archive.tax-product_cat.term-educational-models ul.products li.product a {
  background-color: var(--wp--preset--color--blue);
}

.archive.tax-product_cat.term-custom-guides .category-outer-wrapper img, .archive.tax-product_cat.term-educational-models .category-outer-wrapper img {
  display: none;
}

.archive.tax-product_cat.term-custom-guides .category-description-wrapper img, .archive.tax-product_cat.term-educational-models .category-description-wrapper img {
  display: block;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .form-and-button {
  display: inline-block;
  vertical-align: top;
}

.logged-out .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .woo-variation-product-gallery {
  display: none;
}
[data-clickable-blocks="true"] {
  cursor: pointer;
}
.image-links {
  position: relative;
}

.image-links a:before, .image-links a:after {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-links a:before {
  display: flex;
  justify-content: center;
  z-index: 3;
  align-items: center;
}

.image-links a:first-of-type:after {
  border-radius: 0;
}

.image-links a:hover:after {
  content: '';
  background-color: rgba(0,34,71,0.7);
  color: var(--wp--preset--color--yellow);
}

.image-links a:nth-of-type(2):hover:before {
  content: 'Person 1';
}

.image-links a:nth-of-type(3):hover:before {
  content: 'Person 2';
}

.image-links a:nth-of-type(4):hover:before {
  content: 'Person 3';
}

.image-links a:nth-of-type(5):hover:before {
  content: 'Person 4';
}

.product_cat-custom-guides .image_map {
  position: relative;
  background-color: var(--wp--preset--color--smoke);
  /* width: 100vw!important;
  max-width: 100vw!important;
  margin-left: calc((-100vw - -100%) / 2); */
  margin-top: -30px;
}

.product_cat-custom-guides .image_map:before {
  position: absolute;
  left: -5000px;
  width: 20000px;
  content: '';
  height: 100%;
  background-color: var(--wp--preset--color--smoke);
}


.product_cat-custom-guides .image_map_inner {
  max-width: var(--wp--custom--content-size);
  margin: 0 auto;
  position: relative;
}

.product_cat-custom-guides #nf-field-17, .product_cat-custom-guides #nf-field-45, .product_cat-custom-guides #nf-field-71, .product_cat-custom-guides #nf-field-58 {
  pointer-events: none;
}

.term-courses .category-outer-wrapper h1 {
  color: var(--wp--preset--color--white);
}

.term-courses .category-outer-wrapper img {
  display: none;
}

body.term-courses .main-content, body.tax-product_cat.term-courses .content-area, .tax-product_cat.term-courses ul.products {
  background-color: transparent!important;
}

.tax-product_cat.term-courses ul.products a[href*="humeral"] {
  border-top: 8px solid var(--wp--preset--color--yellow);
}

.tax-product_cat.term-courses ul.products a[href*="tta"] {
  border-top: 8px solid var(--wp--preset--color--tta);
}

.tax-product_cat.term-courses ul.products li.product a img {
  position: relative;
}

.tax-product_cat.term-courses ul.products li.product a .imgwrapper {
  background: var(--wp--preset--color--dark-blue);
  opacity: .5;
}
.courses-table-wrapper {
  overflow-x: auto;
}
.courses-table {
  width: 100%;
  min-width: max-content;
  border-spacing: 0;
  border: 1px solid var(--wp--preset--color--dark-blue);
  text-align: center;
  color: var(--wp--preset--color--dark-blue);
}

.courses-table th, .courses-table td{
  border: 1px solid var(--wp--preset--color--dark-blue);
  padding: 10px;
}

.courses-table td:first-of-type {
  text-align: left;
}

.courses-table th {
  font-weight: var(--wp--custom--bold-weight);
}

.courses-table th:first-of-type {
  width: 190px;
}

.courses-table th:nth-of-type(2) {
  width: 80px;
}

.courses-table th:nth-of-type(3) {
  width: 90px;
}

@media(min-width:600px){
  .courses-table th:first-of-type {
    width: 50%;
  }
  .courses-table th:nth-of-type(2) {
    width: 20%;
  }
  .courses-table th:nth-of-type(3) {
    width: 10%;
  }
  .courses-table th:nth-of-type(4) {
    width: 20%;
  }
}

.single-product.woocommerce .courses-table button.button {
  font-size: var(--wp--preset--font-size--normal);
}

.courses-table .button:after {
  content: '>';
  margin-left: 30px;
}

.woocommerce-notices-wrapper {
  padding-left: 0;
  padding-right: 0;
}

@media(min-width:1560px){
  .single-product .woocommerce-notices-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }  
}

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-order-received .woocommerce-order
{
  padding-top: 3rem!important;
}

.woocommerce-message {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 20px;
  align-items: center;
}
@media(min-width:540px) {
  .woocommerce-message {
    flex-direction: row-reverse;
    column-gap: 20px;
    justify-content: start;
  }
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  padding-bottom: 3rem;
}

.woocommerce-cart .main-content > .woocommerce {
  padding-bottom: 3rem;
}

/*** Systems ***/
.systems-layout-alternate.woocommerce-page div.product div.summary {
  width: 100%;
}
.systems-layout-alternate div.bundled_product_summary, .woocommerce div.product.bundled_product_summary {
  border-bottom: none!important;
}
.bundled_product_title_link {
  display: none;
}
/* .bundled_product_excerpt, .bundled_product_summary { */
.bundled_product_excerpt {
  display: none!important;
}
.woocommerce div.product.product-type-bundle .bundle_form div.images {
  width: 20%;
}
.systems-layout-alternate.woocommerce div.product.product-type-bundle .bundle_form div.images {
  display: none;
}

@media(min-width:769px){
  .systems-layout-alternate.woocommerce div.product div.images {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .systems-layout-alternate.woocommerce .bundle_form {
    display: flex;
    gap: 20px;
  }
  .systems-layout-alternate.woocommerce div.product .bundled_product {
    width: calc(33.333% - 20px);
  }
}
/*** Quick Test ****/
body.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle.swatch-image,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-image {
  border-radius: 0!important;
  border: none!important;
  background-color: transparent!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .product_meta {
  display: none;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .variations_form {
  background-color: #fff;
}

.product_cat-custom-guides .image_map {
  position: relative;
  z-index: 1;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .main_image {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}

.product_cat-custom-guides .selection_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.product_cat-custom-guides .selection_image.active {
  z-index: 3;
}

.product_cat-custom-guides .selection_image.hovered {
  z-index: 3;
  filter: grayscale(50%);
}

.product_cat-custom-guides .selections a {
  z-index: 4;
  position: absolute;
  cursor: pointer;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .quantity, .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .variations, .logged-out .custom-guide-form {
  display: none!important;
}

div.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}

div.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  column-gap: 0;
}

@media(min-width:990px){
  div.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) {
    column-gap: 30px;
  }  
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) img:first-of-type:not(.main_image):not(.selection_image):not(.wvg-post-image) {
  grid-column: 1;
  grid-row: 1 / 2;
  min-width: 0;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .entry-summary {
  grid-column: 1;
  grid-row: 2 / 3;
  min-width: 0;
  padding-left: 0!important;
}

.product_cat-custom-guides .image_map {
  grid-column: 1;
  grid-row: 4 / 5;
  min-width: 0;
  padding-bottom: 130px;
}

.product_cat-custom-guides .image-map-confirm {
  grid-column: 1;
  grid-row: 5 / 6;
  min-width: 0;
  justify-self: end;
  margin-top: -130px;
  z-index: 1;
  height: fit-content;
}

@media(min-width:620px){
  .product_cat-custom-guides .image-map-confirm {
    margin-top: -100px;
  }  
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .woo-variation-product-gallery {
  grid-column: 1;
  grid-row: 6 / 7;
  min-width: 0;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .form-and-button {
  grid-column: 2;
  grid-row: 6 / 7;
  min-width: 0;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) form.cart {
  grid-column: 1;
  grid-row: 8 / 9;
  min-width: 0;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .related.products {
  grid-column: 1;
  grid-row: 9 / 10;
  min-width: 0;
}

.image_map_title_wrapper {
  grid-column: 1 / span 2;
  grid-row: 3 / 4;
  min-width: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: var(--wp--preset--color--yellow);
}

.image_map_title_wrapper:before {
  position: absolute;
  left: -5000px;
  width: 20000px;
  content: '';
  height: 100%;
  background-color: var(--wp--preset--color--yellow);
  z-index: -1;
}

.image_map_title, .image_map_sub_title {
  flex: 1;
  flex-direction: row;
  /* border-top: 8px solid var(--wp--preset--color--custom-guides); */
  padding: 20px;
  color: #000;
}

.image_map_sub_title {
  flex: 1;
  font-size: var(--wp--preset--font-size--l);
}

.image_map_title {
  font-size: var(--wp--preset--font-size--xxxl);
  background-color: var(--wp--preset--color--custom-guides);
  color: #000;
  position: relative;
}

/* .product_cat-custom-guides .image_map_title_wrapper:before {
  content: '';
  position: absolute;
  left: -50vw;
  top: 0;
  width: 200vw;
  height: 100%;
  z-index: -1;
} */

  .product_cat-custom-guides .image_map_title_wrapper:before {
    background-color: var(--wp--preset--color--yellow);
  }

.image_map_title span {
  font-size: var(--wp--preset--font-size--l);
}

@media(min-width:993px){
  div.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
    row-gap: 30px;
  }

  .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) img:first-of-type:not(.main_image):not(.selection_image):not(.wvg-post-image) {
    grid-column: 1;
    grid-row: 1 / 2;
    min-width: 0;
    width: 100%;
    height: auto;
  }
  
  .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .entry-summary {
    grid-column: 2 / span 1;
    grid-row: 1 / 2;
    min-width: 0;
  }

  .product_cat-custom-guides .image_map {
    grid-column: 1 / span 2;
    grid-row: 4 / 5;
    min-width: 0;
  }

  .product_cat-custom-guides .image-map-confirm {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row: 5 / 6;
    min-width: 0;
    justify-self: end;
  }

  .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .product-modal-wrap {
    grid-column: 1;
    grid-row: 5 / 7;
  }

  .product_cat-custom-guides .form-and-button {
    grid-column: 2;
    grid-row: 6 / 7;
    min-width: 0;
    align-self: end;
  }

  .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .woo-variation-product-gallery {
    grid-column: 1;
    grid-row: 6 / 7;
    min-width: 0;
  }
  
  .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) form.cart {
    grid-column: 2;
    grid-row: 7 / 8;
    min-width: 0;
  }
  
  .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .related.products {
    grid-column: 1 / span 2;
    grid-row: 8 / 9;
    min-width: 0;
  }  
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) .woo-variation-product-gallery {
  max-width: 100%!important;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) span.price {
  display: block;
  background-color: transparent;
  padding: 0;
  margin-bottom: 20px;
}

.product_cat-custom-guides .image-map-confirm .button {
  margin-bottom: 0;
  margin-left: -20px;
  display: inline-block;
  margin-right: 80px;
  border: none;
}

.product_cat-custom-guides .image-map-confirm .button:hover {
  color: var(--wp--preset--color--black);
}

.product_cat-custom-guides .image-map-confirm .button:after {
  background-color: var(--wp--preset--color--blue);
  content: ' > ';
  height: 100%;
  position: absolute;
  right: -80px;
  top: 0;
  display: flex;
  align-items: center;
  padding: 0 35px;
}

.product_cat-custom-guides #list {
  text-align: right;
  display: inline-block;
  padding: 12px 30px 9px 10px;
  border: 1px solid var(--wp--preset--color--dark-blue);
}

.image-map-confirm #list:empty {
  padding-left: 0;
  padding-right: 0;
  width: 0;
  overflow: hidden;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) p.price, .product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) form.cart:before {
  display: none!important;
}

.product_cat-custom-guides:not(.product_cat-instruments):not(.product_cat-accessories) form.cart {
  background-color: var(--wp--preset--color--white)!important;
  padding: 0!important;
}

.woocommerce div.product .zoomImg {
  background-color: var(--wp--preset--color--white);
}

.woocommerce .products ul, .woocommerce ul.products {
  margin: 0;
}

/*** Quick Test ****/


/* nice select */
body .nice-select {
  border: 1px solid var(--wp--preset--color--blue);
  box-shadow: 0px 0px 8px #00000040;
  width: 100%;
  border-radius: 0;
}

body .nice-select:after{
  top: 35%;
  width: 15px;
  height: 15px;
}

body .nice-select .list {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--blue);
  width: calc(100% + 2px);
  margin-top: 0;
  margin-left: -1px;
}

.nice-select.open .list {
  max-height: 247px;
  overflow-y: auto;
}

.nice-select .option {
  border-bottom: 1px solid var(--wp--preset--color--blue);
  white-space: normal;
  line-height: 1.2!important;
  padding-top: 12px;
}

.nice-select .option:last-of-type {
  border-bottom: none;
}

/* who we are */
.page-id-807 .wp-block-column {
  position: relative;
  overflow: hidden;
}

.page-id-807 .wp-block-cover {
  position: relative;
  cursor: pointer;
  z-index: 2;
  padding: 0;
}

.page-id-807 .wp-block-cover__inner-container .wp-block-cover__inner-container {
  position: absolute;
  bottom: 0;
  width: 100%!important;
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
}

.page-id-807 .wp-block-cover__inner-container p:first-of-type {
  position: relative;
}

.page-id-807 .wp-block-cover__inner-container p, .page-id-807 .wp-block-cover__inner-container strong {
  color: var(--wp--preset--color--white)!important;
}

.page-id-807 .wp-block-cover ~ .wp-block-group {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--blue)!important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s all;
  transform: translateY(150%);
  padding: 46px 26px 26px 26px;
  overflow-y: auto;
  z-index: 3;
}

.page-id-807 .wp-block-cover__inner-container {
  padding: 0;
  width: 100%;
}

.page-id-807 .wp-block-cover__inner-container p:first-of-type:before {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  padding: 2px;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 30px;
  background-color: var(--wp--preset--color--dark-blue);
  content: '';
  display: block;
  z-index: 2;
}

.page-id-807 .wp-block-cover__inner-container .show p:first-of-type:before, .page-id-807 .wp-block-cover__inner-container .show p:first-of-type:after {
  display: none;
}

.page-id-807 .wp-block-cover__inner-container p:first-of-type:after {
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translateX(-50%) rotate(-135deg);
  border: solid var(--wp--preset--color--white);
  border-width: 0 2px 2px 0;
  display: block;
  padding: 2px;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
  width: 10px;
  content: '';
  z-index: 2;
}

.page-id-807 .wp-block-columns {
  margin-bottom: 0;
}

.page-id-807 .wp-block-cover .wp-block-column {
  padding-left: 0;
  padding-right: 0;
}

.page-id-807 .wp-block-cover .wp-block-cover:hover .wp-block-cover__inner-container {
  background-color: var(--wp--preset--color--blue);
}

.page-id-807 .show .wp-block-group {
  transform: translateY(0);
  transition: .2s all;
}

.page-id-807 .show .wp-block-group .down-arrow {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px;
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  width: 40px;
  border-radius: 30px;
  background-color: var(--wp--preset--color--smoke);
  z-index: 4;
  cursor: pointer;
}

.page-id-807 .show .wp-block-group .down-arrow:before {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border: solid var(--wp--preset--color--dark-blue);
  border-width: 0 2px 2px 0;
  padding: 2px;
  height: 10px;
  max-height: 10px;
  min-height: 10px;
  width: 10px;
  content: '';
  z-index: 4;
}

/** toggle buttons **/
.switch-field ul {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: var(--wp--preset--color--dark-blue);
  color: var(--wp--preset--color--white);
  box-shadow: none;
}

.switch-field label:before, .switch-field label:after {
  display: none!important;
}

/* Contact Form **/
.contact-wrapper {
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  font-size: 0.9rem;
}

.contact-title {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0px;
  color: #232745;
}

.contact-text {
  display: inline-block;
}

.cta-field-wrapper {
  position: relative;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px 1px 3px;
  border-color: #e5e5e5;
  background-color: transparent;
}

.cta-label {
  position: relative;
  font-size: var(--wp--preset--font-size--xl)!important;
  font-weight: var(--wp--custom--bold-weight)!important;
}

.cta-input {
  height: 44px!important;
  border-style: none none solid none!important;
  border-width: 1px 1px 3px!important;
  border-color: #e5e5e5!important;
  border-radius: 0!important;
  background-color: transparent!important;
  box-shadow: none!important;
}

.required, .ninja-forms-req-symbol {
  color: var(--wp--preset--color--blue)!important;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none!important;
}

.required.small {
  position: relative;
  top: 9px;
  display: inline-block;
  line-height: 0;
}

.required-text {
  font-size: 0.7rem;
}

.contact-sidebar .social-icons ~ .wp-block-group .wp-block-image, .footer-socials.wp-block-group .wp-block-image {
  position: relative;
  background-color: #fff;
  border-radius: 100px;
  transition: var(--wp--custom--standard-transition);
  color: var(--wp--preset--color--blue);
}

.contact-sidebar .social-icons ~ .wp-block-group .wp-block-image:hover, .footer-socials.wp-block-group .wp-block-image:hover {
  background-color: var(--wp--preset--color--blue);
}

.contact-sidebar .social-icons ~ .wp-block-group .wp-block-image img, .footer-socials.wp-block-group .wp-block-image img {
  transition: var(--wp--custom--standard-transition);
}
.contact-sidebar .social-icons ~ .wp-block-group .wp-block-image:hover img, .footer-socials.wp-block-group .wp-block-image:hover img {
  filter: brightness(10);
}

.social-icons svg {
  width: 50px;
  height: 50px;
}

.drop-shadow, .wc-block-grid__products .wc-block-grid__product a {
  box-shadow: 0 0 12px 0 rgb(29 38 75 / 20%);
}

.scroll {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: -140px auto 0 auto;
  animation: down 2.5s infinite;
  -webkit-animation: down 2.5s infinite;
}

.scroll::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 18px;
  width: 18px;
  height: 18px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.wp-block-group.product-info-grid {
  gap: 25px;
}
.wp-block-group.product-info-grid > .wp-block-columns {
  padding: 0;
  cursor: pointer;
  gap: 0;
}
.wp-block-group.product-info-grid > .wp-block-columns .wp-block-column {
  padding: 20px;
  place-content: center;
  transition: var(--wp--custom--standard-transition);
  height: 160px;
  min-height: 160px;
}
.wp-block-group.product-info-grid > .wp-block-columns .wp-block-column:first-of-type {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.wp-block-group.product-info-grid > .wp-block-columns .wp-block-column:first-of-type * {
  text-align: left;
  line-height: 1;
  gap: 10px;
}
.wp-block-group.product-info-grid > .wp-block-columns .wp-block-column:nth-of-type(2) {
  background-color: var(--wp--preset--color--blue)!important;
  padding: 10px;
  text-align: center;
}
.wp-block-group.product-info-grid > .wp-block-columns:hover .wp-block-column:nth-of-type(2) {
  background-color: var(--wp--preset--color--smoke)!important;
}
.wp-block-group.product-info-grid > .wp-block-columns:hover .wp-block-column:first-of-type {
  background-color: var(--wp--preset--color--blue)!important;
}
.wp-block-group.product-info-grid > .wp-block-columns .wp-block-column * {
  padding: 0;
  margin: 0;
}
.wp-block-group.product-info-grid > .wp-block-columns:hover .wp-block-column * {
  color: #fff;
}
.wp-block-group.product-info-grid > .wp-block-columns a {
  text-decoration: none;
}
.wp-block-group.product-info-grid > .wp-block-columns .wp-block-column:first-of-type h2 {
  font-size: 26px;
}
.wp-block-group.product-info-grid .wp-block-columns .wp-block-column:nth-of-type(2) img {
  background-color: var(--wp--preset--color--smoke)!important;
  border-radius: 150px;
  width: 100%;
  height: 100%;
  max-width: 140px;
  max-height: 140px;
}
.wp-block-group.product-info-grid .wp-block-columns:hover .wp-block-column:nth-of-type(2) img {
  background-color: var(--wp--preset--color--blue)!important;
  border-radius: 150px;
}
@media (max-width: 781px) {
  .wp-block-group.product-info-grid > .wp-block-columns .wp-block-column {
    height: fit-content;
  }
}
@media (max-width: 500px) {
  .product-info-overview-page {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .product-info-overview {
    margin-left: -20px!important;
    margin-right: -20px!important;
  }
  .product-info-overview .wp-block-group .wp-block-list {
    padding: 0;
    border: none;
  }
  .product-info-overview .wp-block-group .wp-block-list li:before {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    left: -10px;
    margin-right: 0;
    font-size: 50px;
  }
  .product-info-overview .wp-block-group .wp-block-list li,
  .product-info-overview .wp-block-group .wp-block-list li strong {
    font-size: 1rem;
    font-weight: 300;
  }
}
  .product-info-download .wp-block-button__link {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.product-info-video-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.product-info-video-section .wp-block-buttons {
  margin: 0!important;
}
.product-info-download .wp-block-button,
.product-info-video-section .wp-block-button {
  width: 340px;
  max-width: 100%;
}
.product-info-download .wp-block-button__link,
.product-info-video-section .wp-block-button__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.product-info-carousel img {
  background-color: var(--wp--preset--color--smoke);
  border-radius: 500px;
}
.product-info-carousel .slick-dots li button:before {
  font-size: 20px;
}
/** wpc filters **/
body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button, body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  padding: 12px 25px;
  font-size: var(--wp--preset--font-size--l);
  background-color: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
  border-radius: 0;
  transition: var(--wp--custom--standard-transition);
}
body .wpc-filters-main-wrap a.wpc-filters-submit-button {
  border-color: var(--wp--preset--color--yellow)!important;
  background-color: var(--wp--preset--color--yellow)!important;
  color: var(--wp--preset--color--black)!important;
}

/** search results **/
.search-results .page-header {
  padding-top: 30px;
}

/** pagination **/
.pagination ul {
  list-style: none;
  text-align: center;
  padding-bottom: 30px;
}
.pagination li {
  display: inline-block;
  margin: 0 10px;
  min-width: 30px;
  height: 30px;
}
.pagination li:hover {
  background-color: transparent;
}
.pagination li a {
  padding: 10px 15px;
  background-color: var(--wp--preset--color--yellow);
  border: 2px solid var(--wp--preset--color--yellow);
}
.pagination li:hover a {
  color: var(--wp--preset--color--black);
  background-color: #fff;
}
.pagination li a {
  color: var(--wp--preset--color--black);
  font-size: 1em;
  line-height: 30px;
  text-decoration: none;
}
.pagination li.active a {
  background-color: #fff;
  border: 2px solid var(--wp--preset--color--yellow)
}
.pagination li.active:hover a {
  color: var(--wp--preset--color--black);
}
.page-dots a {
  color: var(--wp--preset--color--black);
}
.pagination li.next-posts, .pagination li.prev-posts  {
  width: 200px;
  display: block;
  margin: 10px auto;

}
.pagination li.next-posts a, .pagination li.prev-posts a  {
  color: var(--wp--preset--color--yellow);
}
.pagination li.next-posts:hover,.pagination li.prev-posts:hover  {
  background-color: var(--wp--preset--color--yellow);
  border-radius: 30px;
}
.pagination li.next-posts:hover a, .pagination li.prev-posts:hover a  {
  color: var(--wp--preset--color--blue);
}
.woocommerce-pagination {
  margin-top: 20px;
  margin-bottom: 40px;
}

/** search **/
.search-results-list li {
  display: flex;
  gap: 30px;
  padding: 30px;
  border-bottom: 1px solid var(--wp--preset--color--smoke);
  flex-direction: column;
}
.search-results .search-results-image img {
  width: 100%;
  height: auto;
}
@media(min-width:600px){
  .search-results-list li {
    flex-direction: row;
  }  
  .search-results .search-results-image {
    width: 25%;
  }
  .search-results .search-results-text {
    width: 75%;
  }
}
/** slick */
.blue-dots .slick-dots li button:before {
  color: var(--wp--preset--color--turquoise);
}
.white-dots .slick-dots li button:before {
  color: #fff;
}
.green-dots .slick-dots li button:before {
  color: var(--wp--preset--color--green);
}
.yellow-dots .slick-dots li button:before {
  color: var(--wp--preset--color--yellow);
}
.purple-dots .slick-dots li button:before {
  color: var(--wp--preset--color--purple);
}


/* animations */
@-webkit-keyframes down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  50% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    
    -o-transform: scale(1);
    /* Opera */
    
    -moz-transform: scale(1);
    /* Firefox */
  }
}

::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--dark-blue);
  border-left: 1px solid var(--wp--preset--color--dark-blue);
}

::-webkit-scrollbar-track {
  background-color: var(--wp--preset--color--blue);
  border-left: 1px solid var(--wp--preset--color--dark-blue);
}